aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_tcs.c
Commit message (Expand)AuthorAgeFilesLines
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-101-2/+2
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-2/+2
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-1/+1
* i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand2017-03-011-1/+0
* st/mesa/i965: create link status enumTimothy Arceri2017-02-091-1/+1
* mesa/glsl/i965: set and get tes layouts directly to and from shader_infoTimothy Arceri2017-01-231-3/+3
* mesa/glsl/i965: set and use tcs vertices_out directlyTimothy Arceri2017-01-191-4/+2
* i965: Make a helper for finding an existing shader variant.Kenneth Graunke2017-01-171-17/+5
* compiler: Merge shader_info's tcs and tes structs.Kenneth Graunke2017-01-101-4/+4
* mesa: Introduce a compiler enum for tessellation spacing.Kenneth Graunke2017-01-071-2/+2
* i965: Rework gl_TessLevel*[] handling to use NIR compact arrays.Kenneth Graunke2017-01-061-2/+3
* i965: stop passing gl_shader_program to the precompile and codegen functionsTimothy Arceri2017-01-061-9/+4
* i965: stop passing gl_shader_program to brw_nir_setup_glsl_uniforms()Timothy Arceri2017-01-061-2/+1
* i965: stop passing gl_shader_program to brw_assign_common_binding_table_offse...Timothy Arceri2017-01-061-2/+1
* i965: pass gl_program to the brw_*_debug_recompile() functionsTimothy Arceri2017-01-061-4/+3
* i965: get InfoLog and LinkStatus via the shader program data pointer in gl_pr...Timothy Arceri2017-01-031-3/+3
* i965: update brw_get_shader_time_index() not to take gl_shader_programTimothy Arceri2017-01-031-4/+8
* i965: move compiled_once flag to brw_programTimothy Arceri2016-12-301-6/+4
* i965: Drop redundant key->outputs_written initialization.Kenneth Graunke2016-12-061-2/+0
* st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri2016-11-191-2/+2
* i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-171-5/+6
* i965: only try print GLSL IR once when using INTEL_DEBUG to dump irTimothy Arceri2016-11-171-3/+0
* i965: use memory context when creating passthrough tcsTimothy Arceri2016-10-281-8/+5
* i965: replace brw_tess_{eval,ctrl}_program with brw_programTimothy Arceri2016-10-261-10/+7
* i965/mesa/st: eliminate gl_tess_eval_programTimothy Arceri2016-10-261-4/+4
* i965: switch tes over to shared shader_infoTimothy Arceri2016-10-261-3/+3
* i965/mesa/st: eliminate gl_tess_ctrl_programTimothy Arceri2016-10-261-7/+6
* i965: switch tcs over to shared shader_infoTimothy Arceri2016-10-261-11/+8
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-11/+11
* 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