i965: store workaround_bo offset
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vs_surface_state.c
2017-11-15 Kenneth Graunkei965: Fold ABO state upload code into the SSBO/UBO...
2017-10-13 Jason Ekstrandi965: Move brw_upload_pull_constants to gen6_constant_s...
2017-09-26 Kenneth Graunkei965: Convert brw->*_program into a brw->programs[i...
2017-09-18 Iago Toral Quirogai965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATE
2017-08-23 Kenneth Graunkei965: Drop BRW_NEW_BLORP from SURFACE_STATE setup code.
2017-08-23 Kenneth Graunkei965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-01-23 Timothy Arcerimesa: use gl_program for CurrentProgram rather than...
2017-01-06 Timothy Arcerii965: pass gl_program to brw_upload_ubo_surfaces()
2017-01-06 Timothy Arcerist/mesa/glsl/i965: move ImageUnits and ImageAccess...
2016-11-18 Timothy Arceriglsl/i965: move per stage AtomicBuffers list to gl_program
2016-11-17 Timothy Arcerii965: get num_abos from shader_info rather than gl_link...
2016-11-17 Timothy Arcerii965: get num_images from shader_info rather than gl_li...
2016-10-26 Timothy Arcerii965: replace brw_vertex_program with new generic brw_p...
2016-10-26 Timothy Arcerimesa/i965/i915/r200: eliminate gl_vertex_program
2016-10-06 Kenneth Graunkei965: Eliminate brw->vs.prog_data pointer.
2016-08-23 Dave Airliei965: use new subroutine index uploader.
2016-04-23 Kenneth Graunkei965: Make all atoms to track BRW_NEW_BLORP by default
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-08 Jason Ekstrandi965/state: Get rid of dword_pitch arguments to buffer...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-26 Timothy Arceriglsl: keep track of intra-stage indices for atomics
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-09 Francisco Jerezi965: Use _mesa_is_image_unit_valid() instead of gl_ima...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-09 Chris Forbesi965: Add 64-bit dirty flag handling to brw_upload_pull...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-11 Francisco Jerezi965: Hook up image state upload.
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-01 Kenneth Graunkei965: Create a shader_dispatch_mode enum to replace...
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.brw
2014-12-10 Kristian Høgsbergi965: Add new SIMD8 VS prog data flag
2014-12-03 Kenneth Graunkei965: Move BRW_NEW_*_PROG_DATA flags to .brw (not ...
2014-12-03 Kenneth Graunkei965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-11-20 Kenneth Graunkei965: Skip _mesa_load_state_parameters when there are...
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
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-07-02 Eric Anholti965: Merge VS/GS and WM pull constant buffer upload...
2014-03-26 Eric Anholti965: Use intel_upload_space() for pull constant uploads.
2014-03-25 Gregory Hainautmesa/sso: rename Shader to the pointer _Shader
2014-02-23 Eric Anholti965: Move the remaining driver debug over to stderr.
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
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-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...
next