i965: don't copy VS attribute work arounds for HSW+
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vs.c
2016-07-07 Timothy Arcerii965: don't copy VS attribute work arounds for HSW+
2016-07-05 Timothy Arcerii965: make more effective use of SamplersUsed
2016-06-22 Timothy Arcerii965: move vs outputs written into a helper
2016-06-16 Mathias Fröhlichmesa: Rename CoordReplaceBits back to CoordReplace.
2016-06-16 Mathias Fröhlichi965: Convert i965 to use CoordsReplaceBits.
2016-06-13 Francisco Jerezi965: Keep track of the per-thread scratch allocation...
2016-05-29 Jordan Justeni965: Shrink stage_prog_data param array length
2016-05-16 Kenneth Graunkei965: Mark brw const in brw_state_dirty and callers.
2016-05-13 Kristian Høgsberg... i965: Add support for GL_ARB_cull_distance
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: Switch TCS gl_program/gl_shader_program checks...
2015-12-14 Kenneth Graunkei965: Force VS -> TCS varyings to use the SSO VUE map...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-02 Kenneth Graunkei965: De-duplicate key_debug() function.
2015-11-24 Matt Turneri965: Push down inclusion of brw_program.h.
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-17 Kenneth Graunkei965: Convert scalar_* flags to a scalar_stage array.
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-14 Kenneth Graunkei965: Print input/output VUE maps on INTEL_DEBUG=vs...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-30 Ian Romanicki965: Do legacy userclipping in OpenGL ES 1.x contexts.
2015-10-22 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-20 Marek Olšákmesa: replace UsesClipDistance with ClipDistanceArraySize
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-19 Jason Ekstrandi965/vs: Move URB entry_size and read_length calculatio...
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-18 Kenneth Graunkei965/vs: Drop hack that created NIR for fixed function...
2015-10-12 Iago Toral Quirogai965: Fix unsafe pointer when dumping VS/FS IR
2015-10-10 Kenneth Graunkei965/vs: Fix a subtlety in the nr_attributes == 0 worka...
2015-10-10 Kenneth Graunkei965/vs: Unify URB entry size/read length calculations...
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-08 Kristian Høgsberg... i965: Move brw_select_clip_planes() to brw_shader.cpp
2015-10-08 Kristian Høgsberg... i965: Move brw_dump_ir() out of brw_*_emit() functions
2015-10-02 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-02 Jason Ekstrandi965: Move prog_data uniform setup to the codegen level
2015-10-02 Jason Ekstrandi965: Move binding table setup to codegen time.
2015-10-02 Jason Ekstrandi965: Pull stage_prog_data.nr_params out of the NIR...
2015-10-02 Jason Ekstrandi965/vs: Move lazy NIR creation to codegen_vs_prog
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: Simplify handling of VUE map changes.
2015-09-26 Kenneth Graunkei965: Don't re-layout varyings for separate shader...
2015-09-14 Kristian Høgsberg... i965: Move perf_debug code to brw_codegen_*_prog()
2015-09-04 Kenneth Graunkei965: Optimize VUE map comparisons.
2015-09-04 Kenneth Graunkei965: Don't do legacy userclipping in non-compatibility...
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: Remove legacy clip plane handling from geometry...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-11 Francisco Jerezi965: Reserve enough parameter entries for all image...
2015-08-11 Francisco Jerezi965: Define and initialize image parameter structure.
2015-07-10 Kenneth Graunkei965/vs: Get rid of brw_vs_compile completely.
2015-07-10 Kenneth Graunkei965/vec4: Move total_scratch calculation into the...
2015-07-10 Kenneth Graunkei965/vec4: Move perf_debug about register spilling...
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-22 Kenneth Graunkei965: Split VUE map handling out of brw_vs.c into brw_v...
2015-04-22 Jason Ekstrandi965: Rename brw_compile to brw_codegen
2015-04-22 Jason Ekstrandi965: Use device_info instead of the context for comput...
2015-04-03 Carl Worthi965: Rename do_<stage>_prog to brw_compile_<stage...
2015-04-03 Carl Worthi965: Split out per-stage dirty-bit checking into separ...
2015-04-03 Carl Worthi965: Split out brw_<stage>_populate_key into their...
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.brw
2015-03-20 Francisco Jerezi965: Set nr_params to the number of uniform components...
2015-02-23 Carl Worthi965: Perform program state upload outside of atom...
2014-12-10 Kristian Høgsbergi965: Rename brw_vec4_prog_data/key to brw_bue_prog_dat...
2014-12-05 Kenneth Graunkei965: Compute VS attribute WA bits earlier and check...
2014-12-04 Kenneth Graunkei965: Store floating point mode choice in brw_stage_pro...
2014-12-03 Kenneth Graunkei965/vs: Set brw_vs_prog_key::clamp_vertex_color to...
2014-12-03 Kenneth Graunkei965: Make vertex color clamp handling code VS specific.
2014-12-03 Kenneth Graunkei965: Delete brw_state_flags::cache and related code.
2014-11-29 Kenneth Graunkei965: Add _CACHE_ in brw_cache_id enum names.
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-11-24 Kenneth Graunkei965: Pass gl_program pointers into precompile functions.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Assign geometry shader VUE map properly.
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
2014-09-04 Kenneth Graunkei965: Move curb_read_length/total_scratch to brw_stage_...
2014-09-02 Paul Berryi965: Create a macro for setting a dirty bit.
2014-08-14 Neil Robertsi965: Store uniform constant values in a gl_constant_va...
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-03-25 Gregory Hainautmesa/sso: rename Shader to the pointer _Shader
2014-02-28 Petri Latvalai965: Allocate vec4_visitor's uniform_size and uniform_...
2014-02-27 Kenneth Graunkei965: Convert VUE map generation checks to if rather...
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-02-06 Chris Forbesi965/vs: Fix typo in brw_compute_vue_map
2014-01-22 Paul Berrymesa: Fold long lines introduced by the previous patch.
2014-01-22 Paul Berrymesa: Replace ctx->Shader.Current{Vertex,Fragment,Geome...
2014-01-20 Ian Romanicki965: Emit writes to viewport index
2014-01-19 Kenneth Graunkei965: Use the Sandybridge VUE format on Broadwell as...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-10-25 Paul Berryi965/vec4: Extract function to set up vec4 prog key...
2013-10-25 Paul Berryi965/vec4: Remove uses_clip_distance from program key.
2013-10-25 Paul Berryglsl: Move UsesClipDistance from gl_{vertex,geometry...
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-10-15 Eric Anholti965: Remove dead arguments from prog_data_compare.
next