summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp
Commit message (Expand)AuthorAgeFilesLines
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-1/+1
* i965: Implement the WaPreventHSTessLevelsInterference workaround.Kenneth Graunke2016-08-181-0/+3
* i965/vec4: add packing support for tcs load outputsTimothy Arceri2016-07-211-4/+13
* i965/vec4: add support for packing tcs outputsTimothy Arceri2016-07-211-0/+7
* i965/vec4: support packing tcs inputsTimothy Arceri2016-07-211-2/+6
* i965: Silence unused parameter warningsIan Romanick2016-05-181-1/+1
* i965/fs: Stop setting dispatch_grf_start_reg from the visitorJason Ekstrand2016-05-141-0/+1
* i965: Rework passthrough TCS checks.Kenneth Graunke2016-05-051-1/+1
* i965: Write a scalar TCS backend that runs in SINGLE_PATCH mode.Kenneth Graunke2016-05-031-13/+46
* i965: Rework the TCS passthrough shader to use NIR.Kenneth Graunke2016-05-031-49/+4
* i965: Move TCS output indirect_offset.file check out a level.Kenneth Graunke2016-04-261-42/+46
* mesa: Remove every double semi-colonJakob Sinclair2016-04-261-1/+1
* i965: Make a few tessellation related functions non-static.Kenneth Graunke2016-04-251-47/+0
* i965/vec4: Get rid of the uniform_size arrayJason Ekstrand2016-04-141-2/+0
* i965/vec4/tcs: Set conditional mod on TCS_OPCODE_SRC0_010_IS_ZERO.Matt Turner2016-03-301-1/+3
* i965: Fix gl_TessLevelOuter[] for isolines.Kenneth Graunke2016-03-181-3/+13
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-1/+1
* i965: Avoid recalculating the normal VUE map for IO lowering.Kenneth Graunke2016-02-261-6/+6
* i965: Avoid recalculating the tessellation VUE map for IO lowering.Kenneth Graunke2016-02-261-6/+7
* i965: Eliminate brw_nir_lower_{inputs,outputs,io} functions.Kenneth Graunke2016-02-261-1/+2
* i965: Apply VS attribute workarounds in NIR.Kenneth Graunke2016-02-091-1/+1
* i965: Explicitly write the "TR DS Cache Disable" bit at TCS EOT.Kenneth Graunke2016-02-091-1/+1
* i965/vec4/tcs: Return NULL instead of false in brw_compile_tcs()Eduardo Lima Mitev2016-01-211-1/+1
* i965: Don't set interleave or complete on TCS EOT message.Kenneth Graunke2015-12-281-3/+3
* i965: Relase input URB Handles on Gen7/7.5 when TCS threads finish.Kenneth Graunke2015-12-281-1/+39
* i965: Handle mix-and-match TCS/TES with separate shader objects.Kenneth Graunke2015-12-221-0/+2
* i965: Defer input lowering for tessellation stages until specialization.Kenneth Graunke2015-12-221-0/+1
* i965: Automatically create a passthrough TCS when needed.Kenneth Graunke2015-12-221-3/+54
* i965: Implement gl_PatchVerticesIn by baking it into brw_tcs_prog_key.Kenneth Graunke2015-12-221-1/+2
* i965: Add tessellation control shaders.Kenneth Graunke2015-12-221-0/+496