i965/program_cache: Cast the key to char * before adding key_size
[mesa.git] / src / mesa / drivers / dri / i965 / brw_program.h
2019-06-24 Caio Marcelo de... i965: Move resources lowering after NIR linking
2019-05-21 Kenneth Graunkeintel: Move brw_prog_key_set_id from i965 to the compiler.
2019-05-14 Kenneth Graunkei965: Pass compiler to default key populators
2019-04-16 Kenneth Graunkei965: Move program key debugging to the compiler.
2018-07-10 Jordan Justeni965: Add brw_populate_default_key
2018-07-10 Jordan Justeni965: Replace brw_setup_tex_for_precompile brw with...
2018-07-10 Jordan Justeni965: Add brw_prog_key_set_id helper to set the program...
2018-07-10 Jordan Justeni965: Add brw_(read|write)_blob_program_data functions
2017-12-08 Jordan Justeni965: Add ARB_get_program_binary support using nir_seri...
2017-12-08 Jordan Justeni965: Add brw_program_serialize_nir
2017-12-08 Jordan Justeni965: Add brw_program_deserialize_nir
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
2017-09-26 Timothy Arcerii965: create a brw_shader_gather_info() helper
2017-04-24 Timothy Arcerii965: remove now unused GLSL IR optimisations
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler
2017-03-13 Emil Velikovi965: remove duplicate declaration of brw_mark_surface_used
2017-03-13 Emil Velikovi965: remove dead brw_new_shader() declaration
2017-03-02 Jason Ekstrandi965: Move a bunch of pre-compile and link stuff to...
2017-03-02 Jason Ekstrandi965: Move channel_expressions and vector_splitting...
2017-03-02 Jason Ekstrandi965: Move assign_common_binding_table_offsets to brw_p...
2017-03-01 Kenneth Graunkei965: Drop unused STATE_TEXRECT_SCALE code.
2016-12-20 Timothy Arcerii965: keep gl_program shader info in sync after gather...
2016-11-17 Timothy Arcerii965: only try print GLSL IR once when using INTEL_DEBU...
2016-09-27 Timothy Arcerii965: create populate key functions for tcs and tes
2016-07-05 Timothy Arcerii965: make more effective use of SamplersUsed
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-05-26 Jason Ekstrandi965: Move brw_create_nir to brw_program.c
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-23 Kenneth Graunkei965: Handle mix-and-match TCS/TES with separate shader...
2015-12-22 Kenneth Graunkei965: Add tessellation control shaders.
2015-12-22 Kenneth Graunkei965: Add tessellation evaluation shaders
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-24 Matt Turneri965: Push down inclusion of brw_program.h.
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-19 Jason Ekstrandi965: Move the entire compiler API into a single file
2015-10-02 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-30 Jason Ekstrandi965: Get rid of prog_data compare functions
2015-09-26 Kenneth Graunkei965/gs: Remove the dependency on the VS VUE map.
2015-09-04 Kenneth Graunkei965: Remove the brw_vue_prog_key base class.
2015-09-04 Kenneth Graunkei965: Delete the brw_vue_program_key::userclip_active...
2015-09-04 Kenneth Graunkei965: Move brw_setup_tex_for_precompile to brw_program...
2014-12-10 Kristian Høgsbergi965: Rename brw_vec4_prog_data/key to brw_bue_prog_dat...
2014-12-03 Kenneth Graunkei965: Make vertex color clamp handling code VS specific.
2014-12-03 Kenneth Graunkei965: Use the enum type for gen6_gather_wa sampler...
2014-12-03 Kenneth Graunkei965: Drop use of GL types in program keys.
2014-12-03 Kenneth Graunkei965: Move program key structures to brw_program.h.
2014-10-25 Ian Romanicki965: Silence unused parameter warning in brw_dump_ir
2014-04-08 Topi Pohjolaineni965: Remove unused sampler key fields
2014-03-02 Chris Forbesi965: Widen sampler key bitfields for 32 samplers
2014-02-23 Eric Anholti965: Refactor debug dumping of GLSL IR.
2014-02-19 Francisco Jerezi965: Unify fs_generator:: and vec4_generator::mark_sur...
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-02-07 Chris Forbesi965: Add Gen6 gather wa to sampler key
2013-12-07 Chris Forbesi965/Gen7: Include bitfield in the sampler key for...
2013-10-02 Chris Forbesi965: w/a for gather4 green RG32F
2013-08-23 Paul Berryi965: Make brw_{program,vs}.h safe to include from...
2013-08-19 Kenneth Graunkei965: Shorten sampler loops in key setup.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-03-05 Eric Anholti965: Make perf_debug() output to GL_ARB_debug_output...
2012-12-28 Eric Anholti965: Add texrect scale parameters before pointers...
2012-08-27 Kenneth Graunkei965: Index sampler program key data by linker-assigned...
2012-08-13 Eric Anholti965: Add performance debug for shader recompiles.
2012-07-12 Kenneth Graunkei965: Move loop over texture units into brw_populate_sa...
2012-07-12 Kenneth Graunkei965: Delete previous workaround for textureGrad with...
2011-12-20 Kenneth Graunkei965/fs: Factor out texturing related data from brw_wm_...