i965: Define and initialize image parameter structure.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vs.c
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-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.
2013-09-19 Kenneth Graunkei965: Fix brw_vs_prog_data_compare to actually check...
2013-09-16 Paul Berryi965/gen6+: Remove VUE map dependency on userclip_active.
2013-09-05 Paul Berryi965/gs: Don't assign gl_Layer its own slot in the...
2013-09-01 Paul Berryi965/gs: make the state atom for compiling Gen7 geometr...
2013-09-01 Paul Berryi965: Move data from brw->vs into a base class if gs...
2013-08-28 Kenneth Graunkei965: Allocate just enough space for user clip planes...
2013-08-28 Chad Versacei965: Silence unused variable warning in release build
2013-08-23 Paul Berryi965/gs: Add a data structure for tracking VS output...
2013-08-23 Paul Berryi965/vec4: Make a function for setting up vec4 program...
2013-08-23 Paul Berryi965/vec4: Move vec4 data structures and functions...
2013-08-20 Kenneth Graunkei965: Shorten sampler loops in precompile key setup.
2013-08-19 Kenneth Graunkei965/vs: Rework binding table size calculation.
2013-08-19 Kenneth Graunkei965: Shorten sampler loops in key setup.
2013-08-15 Chris Forbesi965: get rid of clip plane compaction
2013-08-15 Chris Forbesi965/Gen4-5: ensure VUE slots for clipdistance are...
2013-07-14 Chris Forbesi965/vs: Gen4/5: enable front colors if back colors...
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-06-15 Chris Forbesi965: Shrink Gen5 VUE map layout to be the same as...
2013-06-07 Chris Forbesi965/vs: add support for emitting gl_ClipVertex
2013-04-25 Eric Anholti965: Avoid recompiles for fragment clamping on non...
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-04-11 Paul Berryi965: Generalize computation of VUE map in preparation...
2013-03-31 Eric Anholti965: Fix an inconsistency inb the VUE map with gl_Clip...
2013-03-24 Paul Berryi965: Shrink brw_vue_map struct.
2013-03-24 Paul Berryi965: Store the geometry output VUE map in brw_context.
2013-03-24 Paul Berryi965: Move brw_vs_prog_data::outputs_written into VUE...
2013-03-24 Paul Berryi965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_C...
2013-03-24 Paul Berryi965: Clarify nomenclature: vert_result -> varying
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-03-05 Eric Anholti965: Make perf_debug() output to GL_ARB_debug_output...
2013-02-20 Paul Berryi965: Consign COORD_REPLACE VS hacks to Pre-Gen6.
2013-01-08 Kenneth Graunkei965: Support GL_FIXED and packed vertex formats native...
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 brw_compute_...
2012-11-29 Kenneth Graunkei965/vs: Pass the brw_context pointer into vec4_visitor...
2012-11-27 Chris Forbesi965: set attribute w/a bits for packed formats
2012-11-27 Chris Forbesi965: Generalize GL_FIXED VS w/a support
2012-11-01 Kenneth Graunkei965: Remove unused variables after removing the old...
2012-11-01 Kenneth Graunkei965/vs: Remove brw_vs_compile::constant_map.
2012-11-01 Kenneth Graunkei965/vs: Replace brw_vs_emit.c with dumping code into...
2012-10-10 Kenneth Graunkei965/vs: Fix unit mismatch in scratch base_offset param...
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: Set swizzle fields in the VS precompile program...
2012-08-27 Kenneth Graunkei965/vs: Add VS program key dumping to INTEL_DEBUG...
2012-08-13 Eric Anholti965: Add performance debug for register spilling.
2012-08-09 Eric Anholti965/gen6+: Add support for edge flags.
next