s/Tungsten Graphics/VMware/
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vs_surface_state.c
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-11-06 Kenneth Graunkei965: Unvirtualize brw_create_constant_surface; delete...
2013-10-29 Francisco Jerezi965: Implement ABO surface state emission.
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-09-19 Kenneth Graunkei965: Move binding table code to a new file, brw_bindin...
2013-09-19 Kenneth Graunkei965: Generalize brw_vec4_upload_binding_table() beyond...
2013-09-19 Kenneth Graunkei965: Convert loop to memcpy in brw_vec4_upload_binding...
2013-09-19 Kenneth Graunkei965: Update comments in brw_vec4_upload_binding_table().
2013-09-01 Paul Berryi965/vs: generalize brw_vs_binding_table in preparation...
2013-09-01 Paul Berryi965: generalize brw_vs_pull_constants in preparation...
2013-09-01 Paul Berryi965: Move data from brw->vs into a base class if gs...
2013-09-01 Paul Berryi965/gs: Update defines related to GS surface organization.
2013-08-19 Kenneth Graunkei965: Make the VS binding table as small as possible.
2013-08-19 Kenneth Graunkei965/vs: Rework binding table size calculation.
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::bufmgr to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::vtbl to brw_context.
2013-05-11 Marek Olšákmesa: add & use a new driver flag for UBO updates inste...
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_data into generic and VS...
2013-04-01 Eric Anholti965: Make the fragment shader pull constants index...
2013-04-01 Eric Anholti965: Make the constant surface interface take a normal...
2013-03-14 Kenneth Graunkei965: Specialize SURFACE_STATE creation for shader...
2012-12-28 Eric Anholti965: Consistently use nr_pull_params instead of NumPar...
2012-12-05 Eric Anholti965: Add a debug flag for counting cycles spent in...
2012-10-15 Eric Anholtintel: Remove NV_vertex_program support.
2012-08-07 Eric Anholti965: Bind UBOs as surfaces like we do for pull constants.
2012-08-07 Eric Anholti965: Add an offset argument to constant buffer setup.
2012-02-21 Eric Anholti965: Correct the size of the state batch space allocat...
2012-02-21 Eric Anholti965: Split the VS binding table to a separate table.
2011-11-11 Kenneth Graunkei965: Clean up code for VS pull constant surface creation.
2011-11-11 Kenneth Graunkei965: Use a single binding table for all pipeline stages.
2011-11-11 Kenneth Graunkei965: Use 0 for the number of binding table entries...
2011-11-11 Kenneth Graunkei965: Remove outdated comment about CACHE_NEW_SURF_BIND...
2011-11-11 Kenneth Graunkei965: Remove BRW_NEW_NR_VS_SURFACES dirty bit from...
2011-11-11 Kenneth Graunkei965: Use new vtable entries for surface state updating...
2011-10-29 Eric Anholti965: Move VS pull constant upload to emit() time.
2011-10-29 Eric Anholti965: Fold prepare() and emit() of VS surface state...
2011-10-29 Eric Anholti965: Remove the validated BO list, now that it's unused.
2011-10-04 Brian Pauli965: remove unneeded includes of texstore.h
2011-08-30 Eric Anholti965: Make the old VS backend record pull constant...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Eric Anholti965: Add a type argument to brw_state_batch().
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Kenneth Graunkei965/gen7: Call gen7_create_constant_surface instead...
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: Split BRW_NEW_BINDING_TABLE dirty bit into one...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Chris Wilsoni965: drop state_bo references to batch_bo
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-23 Eric Anholti965: Keep around a copy of the VS constant surface...
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-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
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 Eric Anholti965: Remove the surface key used to generate constant...
2010-06-11 Eric Anholti965: Use the state base address to avoid relocations.
2010-06-11 Eric Anholti965: Remove caching of surface state objects.
2010-06-11 Eric Anholti965: Convert the binding table to streamed indirect...
2010-06-11 Eric Anholti965: Split constant buffer setup from its surface...
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-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-05 Eric Anholti965: Remove the paths for making a const surface objec...
2010-03-05 Chris WilsonMerge branch 'object-purgeable'
2010-03-05 Eric Anholtintel: Remove non-kernel-exec-fencing support.
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-26 Eric Anholti965: Remove unnecessary malloc/free in VS binding...
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-23 Vinson Leei965: Remove unnecessary headers.
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-19 Eric Anholti965: Allow for variable-sized auxdata in the state...
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
next