i965: Pass compiler to default key populators
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vs.h
2019-05-14 Kenneth Graunkei965: Pass compiler to default key populators
2018-07-10 Jordan Justeni965: Add brw_populate_default_key
2018-05-02 Kenneth Graunkei965: Make brw_vs_outputs_written static.
2017-03-02 Jason Ekstrandi965: Reduce cross-pollination between the DRI driver...
2017-03-02 Jason Ekstrandi965: Add a header for brw_vec4_vs_visitor
2017-03-02 Jason Ekstrandi965: Move BRW_ATTRIB_WA_* defines to brw_compiler.h
2017-01-06 Timothy Arcerii965: stop passing gl_shader_program to the precompile...
2017-01-06 Timothy Arcerii965: pass gl_program to the brw_*_debug_recompile...
2016-10-26 Timothy Arcerii965: replace brw_vertex_program with new generic brw_p...
2016-09-27 Carl Worthi965: make vs and fs key generation helpers available...
2016-06-22 Timothy Arcerii965: move vs outputs written into a helper
2016-05-18 Ian Romanicki965: Silence unused parameter warnings
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
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-19 Jason Ekstrandi965: Rename brw_foo_emit to brw_compile_foo
2015-10-19 Jason Ekstrandi965/vs: Rework vs_emit to take a nir_shader and a...
2015-10-19 Jason Ekstrandi965: Use a const nir_shader in backend_shader
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-08 Kristian Høgsberg... i965: Move brw_get_shader_time_index() call out of...
2015-10-05 Matt Turneri965/vec4: Remove more dead visitor/vertex program...
2015-10-02 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-02 Jason Ekstrandi965/shader: Get rid of the shader, prog, and shader_pr...
2015-10-02 Jason Ekstrandi965/vec4: Delete the old vec4_vp code
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-04 Kenneth Graunkei965: Virtualize vec4_visitor::emit_urb_slot().
2015-09-04 Kenneth Graunkei965: Move legacy clip plane handling to vec4_vs_visitor.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-03 Alejandro Piñeiroi965/vec4: Redefine make_reg_for_system_value() to...
2015-07-10 Kenneth Graunkei965/vs: Get rid of brw_vs_compile completely.
2015-07-10 Kenneth Graunkei965/vs: Remove 'c'/vs_compile from vec4_vs_visitor.
2015-07-10 Kenneth Graunkei965/vec4: Move c->last_scratch into vec4_visitor.
2015-07-10 Kenneth Graunkei965/vec4: Plumb log_data through so the backend_shader...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Jason Ekstrandi965: Remove the brw_context from the visitors
2015-06-23 Jason Ekstrandi965/vec4_vs: Add an explicit use_legacy_snorm_formula...
2015-06-23 Jason Ekstrandi965: Pull calls to get_shader_time_index out of the...
2015-04-22 Jason Ekstrandi965: Rename brw_compile to brw_codegen
2015-04-03 Carl Worthi965: Rename do_<stage>_prog to brw_compile_<stage...
2015-02-23 Carl Worthi965: Perform program state upload outside of atom...
2014-12-03 Kenneth Graunkei965: Move program key structures to brw_program.h.
2014-11-24 Kenneth Graunkei965: Make precompile functions accessible from C.
2014-11-24 Kenneth Graunkei965: Pass gl_program pointers into precompile functions.
2014-03-05 Topi Pohjolaineni965: Merge resolving of shader program source
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-10-15 Eric Anholti965: Remove dead arguments from prog_data_compare.
2013-09-05 Paul Berryi965/vs: Move vs-specific code out of brw_vec4.h.
2013-08-23 Paul Berryi965/vec4: Move vec4 data structures and functions...
2013-08-23 Paul Berryi965: Make brw_{program,vs}.h safe to include from...
2013-08-15 Chris Forbesi965: get rid of clip plane compaction
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_data into generic and VS...
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_key into generic and VS...
2013-04-11 Paul Berryi965/vs: split brw_vs_compile into generic and VS-speci...
2013-04-11 Paul Berryi965/vs: Remove brw_vs_prog_data pointer from brw_vs_co...
2013-02-20 Paul Berryi965: Consign COORD_REPLACE VS hacks to Pre-Gen6.
2012-11-29 Kenneth Graunkei965/vs: Move struct brw_compile (p) entirely inside...
2012-11-29 Kenneth Graunkei965/vs: Move uses of brw_compile from do_vs_prog to...
2012-11-29 Kenneth Graunkei965/vs: Rework memory contexts for shader compilation...
2012-11-29 Kenneth Graunkei965/vs: Pass the brw_context pointer into vec4_visitor...
2012-11-27 Chris Forbesi965: Generalize GL_FIXED VS w/a support
2012-11-01 Kenneth Graunkei965/vs: Remove brw_vs_compile::constant_map.
2012-11-01 Kenneth Graunkei965/vs: Delete the old vertex shader backend.
2012-10-10 Kenneth Graunkei965/vs: Fix unit mismatch in scratch base_offset param...
2012-09-27 Eric Anholti965/vp: Remove support for reading destination registers.
2012-09-07 Eric Anholti965: Make the param pointer arrays for the VS dynamica...
2012-09-07 Eric Anholti965: Add functions for comparing two brw_wm/vs_prog_da...
2012-08-27 Kenneth Graunkei965/vs: Add VS program key dumping to INTEL_DEBUG...
2012-04-09 Kenneth Graunkei965: Remove vestiges of function call support from...
2012-02-21 Eric Anholti965: Move VUE map computation to once at VS compile...
2011-12-20 Kenneth Graunkei965/vs: Add texture related data to brw_vs_prog_key.
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-07 Paul Berryi965 Gen6+: De-compact clip planes.
2011-10-07 Paul Berryi965 VS: Change nr_userclip to nr_userclip_planes.
2011-10-07 Paul Berryi965: Make brw_compute_vue_map's userclip dependency...
2011-10-07 Paul Berryi965: Move ClipPlanesEnabled state to VS cache key.
2011-10-07 Paul Berryi965: Rearrange VS cache key struct.
2011-09-28 Paul Berryi965: Fix a hardcoded user clip plane count.
2011-09-23 Paul Berryi965: Don't upload clip planes when gl_ClipDistance...
2011-09-06 Paul Berryi965: Remove two_side_color from brw_compute_vue_map().
2011-09-06 Paul Berryi965: old VS: use the VUE map to compute the URB entry...
2011-09-06 Paul Berryi965: old VS: Use brw_vue_map instead of implicit assum...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-16 Eric Anholti965/vs: Run the shader backend at link time and return...
2011-08-16 Eric Anholti965: Set up allocation of a VS scratch space if required.
2011-08-16 Eric Anholti965: Start adding the VS visitor and codegen.
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-10 Eric Anholti965: Add support for GL_FIXED vertex attributes.
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-20 Eric Anholtintel: Add support for ARB_color_buffer_float.
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-10 Xiang, Haihaoi965: support for two-sided lighting on Sandybridge
next