i965: Clarify nomenclature: vert_result -> varying
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vs.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.
2012-08-09 Eric Anholti965/vs: Add comment noting copy_edgeflag state dependency.
2012-08-07 Eric Anholti965/vs: Add support for loading uniform buffer variabl...
2012-08-07 Eric Anholti965: Bind UBOs as surfaces like we do for pull constants.
2012-08-06 Kenneth Graunkei965: Allocate dummy slots for point sprites before...
2012-07-12 Kenneth Graunkei965: Move loop over texture units into brw_populate_sa...
2012-02-21 Eric Anholti965: Split the VS binding table to a separate table.
2012-02-21 Eric Anholti965: Move VUE map computation to once at VS compile...
2012-02-21 Eric Anholti965: Make the userclip flag for the VUE map come from...
2012-01-18 Kenneth Graunkei965: Remove the INTEL_OLD_VS option.
2012-01-05 Paul Berryi965: Fix transform feedback of gl_ClipVertex.
2012-01-04 Kenneth Graunkei965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog...
2011-12-20 Kenneth Graunkei965/vs: Add texture related data to brw_vs_prog_key.
2011-11-29 Mathias Fröhlichmesa: Make gl_program::InputsRead 64 bits.
2011-10-29 Eric Anholti965: Move program compile to emit() time.
2011-10-26 Kenneth Graunkei965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
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 Berrymesa: Create _mesa_bitcount_64() to replace i965's...
2011-10-05 Paul Berryi965 Gen6: Implement gl_ClipVertex.
2011-09-23 Paul Berryi965: Set up clip distance VUE slots appropriately...
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: For GEN6+, always make front/back colors adjacent...
2011-09-06 Paul Berryi965: Write code to compute a VUE map.
2011-08-30 Eric Anholti965/vs: Move the flag for whether to use the new backe...
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
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-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-18 Eric Anholti965: Use state streaming on programs, and state base...
2011-06-10 Eric Anholti965: Add support for GL_FIXED vertex attributes.
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Kenneth Graunkei965: Get a ralloc context into brw_compile.
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Eric Anholti965: Remove dead entrypoints to state cache, rename...
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
2010-12-09 Eric Anholti965: Drop push-mode reladdr constant loading and alway...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-08 Vinson Leei965: Silence unused variable warning on non-debug...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-05 Eric Anholti965: Settle on printing our program debug to stdout.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-11 Brian Paulmesa: rename src/mesa/shader/ to src/mesa/program/
2010-06-08 Eric Anholtintel: Change dri_bo_* to drm_intel_bo* to consistently...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-18 Eric Anholti965: Fix point coordinate replacement after airlied...
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
next