summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_tcs.c
Commit message (Expand)AuthorAgeFilesLines
* i965: get inputs read from nir infoTimothy Arceri2016-10-061-3/+5
* i965: get outputs written from nir infoTimothy Arceri2016-10-061-4/+6
* i965: Eliminate brw->tcs.prog_data pointer.Kenneth Graunke2016-10-051-5/+5
* i965: add MAYBE_UNUSED to assert paramTimothy Arceri2016-10-051-1/+1
* i965: rename max_hs_* variables to max_tcs_*Timothy Arceri2016-10-031-1/+1
* i965: create populate key functions for tcs and tesTimothy Arceri2016-09-271-28/+42
* i965: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-231-1/+1
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-1/+1
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-1/+1
* i965: Implement the WaPreventHSTessLevelsInterference workaround.Kenneth Graunke2016-08-181-3/+15
* i965: make more effective use of SamplersUsedTimothy Arceri2016-07-051-2/+1
* Revert "i965: get PrimitiveMode from the program rather than the shader struct"Andres Gomez2016-06-301-2/+3
* glsl/mesa: move duplicate shader fields into new struct gl_shader_infoTimothy Arceri2016-06-301-1/+1
* glsl/mesa: split gl_shader in twoTimothy Arceri2016-06-301-1/+1
* glsl/mesa: stop duplicating geom and tcs layout valuesTimothy Arceri2016-06-231-2/+4
* i965: get PrimitiveMode from the program rather than the shader structTimothy Arceri2016-06-211-3/+2
* i965: Use a uniform for gl_PatchVerticesIn in the TCS on Gen8+.Kenneth Graunke2016-06-151-2/+4
* i965: Keep track of the per-thread scratch allocation in brw_stage_state.Francisco Jerez2016-06-131-5/+3
* i965: Fix the passthrough TCS for isolines.Kenneth Graunke2016-05-311-7/+12
* i965: Shrink stage_prog_data param array lengthJordan Justen2016-05-291-3/+1
* i965: check tcs for NULL dereferenceMark Janes2016-05-161-3/+5
* i965: Actually assign binding table offsets for the TCS.Kenneth Graunke2016-05-091-0/+5
* i965: Write a scalar TCS backend that runs in SINGLE_PATCH mode.Kenneth Graunke2016-05-031-1/+2
* i965: Rework the TCS passthrough shader to use NIR.Kenneth Graunke2016-05-031-6/+81
* i965: Make TCS precompile use the TES primitive mode when available.Kenneth Graunke2016-01-021-1/+3
* i965: Handle mix-and-match TCS/TES with separate shader objects.Kenneth Graunke2015-12-221-1/+12
* i965: Automatically create a passthrough TCS when needed.Kenneth Graunke2015-12-221-8/+54
* i965: Create and set a new brw_tcs_prog_data::outputs_written field.Kenneth Graunke2015-12-221-6/+11
* i965: Remove unnecessary brw->tess_ctrl_program assertions.Kenneth Graunke2015-12-221-1/+1
* i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags.Kenneth Graunke2015-12-221-4/+2
* i965: Only call brw_upload_tcs/tes_prog when using tessellation.Kenneth Graunke2015-12-221-13/+4
* i965: Implement gl_PatchVerticesIn by baking it into brw_tcs_prog_key.Kenneth Graunke2015-12-221-0/+8
* i965: Add tessellation control shaders.Kenneth Graunke2015-12-221-0/+262