summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vs_surface_state.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-15i965: Fold ABO state upload code into the SSBO/UBO state upload code.Kenneth Graunke1-22/+0
2017-10-12i965: Move brw_upload_pull_constants to gen6_constant_state.cJason Ekstrand1-63/+0
2017-09-26i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke1-3/+4
2017-09-18i965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATEIago Toral Quiroga1-1/+1
2017-08-23i965: Drop BRW_NEW_BLORP from SURFACE_STATE setup code.Kenneth Graunke1-4/+0
2017-08-23i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.Kenneth Graunke1-0/+1
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-2/+2
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-2/+2
2017-01-23mesa: use gl_program for CurrentProgram rather than gl_shader_programTimothy Arceri1-7/+2
2017-01-06i965: pass gl_program to brw_upload_ubo_surfaces()Timothy Arceri1-2/+2
2017-01-06st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_programTimothy Arceri1-6/+3
2016-11-19glsl/i965: move per stage AtomicBuffers list to gl_programTimothy Arceri1-6/+2
2016-11-17i965: get num_abos from shader_info rather than gl_linked_shaderTimothy Arceri1-2/+3
2016-11-17i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri1-2/+3
2016-10-26i965: replace brw_vertex_program with new generic brw_programTimothy Arceri1-2/+1
2016-10-26mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri1-1/+1
2016-10-05i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke1-4/+4
2016-08-23i965: use new subroutine index uploader.Dave Airlie1-0/+2
2016-04-23i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke1-0/+4
2015-12-07i965/state: Get rid of dword_pitch arguments to buffer functionsJason Ekstrand1-12/+4
2015-10-27glsl: keep track of intra-stage indices for atomicsTimothy Arceri1-2/+2
2015-10-09i965: Use _mesa_is_image_unit_valid() instead of gl_image_unit::_Valid.Francisco Jerez1-1/+2
2015-09-08i965: Add 64-bit dirty flag handling to brw_upload_pull_constantsChris Forbes1-1/+1
2015-08-18i965: Resolve GCC sign-compare warning.Rhys Kidd1-1/+1
2015-08-11i965: Hook up image state upload.Francisco Jerez1-0/+25
2015-06-01i965: Create a shader_dispatch_mode enum to replace VS/GS fields.Kenneth Graunke1-2/+2
2015-03-31i965/state: Don't use brw->state.dirty.brwJordan Justen1-2/+2
2014-12-10i965: Add new SIMD8 VS prog data flagKristian Høgsberg1-2/+8
2014-12-02i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke1-6/+6
2014-12-02i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke1-7/+7
2014-11-29i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke1-4/+7
2014-11-20i965: Skip _mesa_load_state_parameters when there are zero parameters.Kenneth Graunke1-5/+5
2014-09-04Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen1-2/+2
2014-09-01i965: Create a macro for setting a dirty bit.Paul Berry1-2/+2
2014-08-14i965: Store uniform constant values in a gl_constant_value instead of floatNeil Roberts1-4/+6
2014-07-02i965: Merge VS/GS and WM pull constant buffer upload paths.Eric Anholt1-16/+29
2014-03-26i965: Use intel_upload_space() for pull constant uploads.Eric Anholt1-16/+10
2014-03-25mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut1-2/+2
2014-02-22i965: Move the remaining driver debug over to stderr.Eric Anholt1-2/+2
2014-02-19i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez1-5/+5
2014-01-21mesa: Fold long lines introduced by the previous patch.Paul Berry1-2/+4
2014-01-21mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...Paul Berry1-2/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-11-05i965: Unvirtualize brw_create_constant_surface; delete Gen7+ variant.Kenneth Graunke1-3/+3
2013-10-29i965: Implement ABO surface state emission.Francisco Jerez1-0/+23
2013-10-15i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt1-7/+7
2013-09-19i965: Move binding table code to a new file, brw_binding_tables.c.Kenneth Graunke1-62/+0
2013-09-19i965: Generalize brw_vec4_upload_binding_table() beyond vec4 stages.Kenneth Graunke1-10/+11
2013-09-19i965: Convert loop to memcpy in brw_vec4_upload_binding_table().Kenneth Graunke1-9/+6
2013-09-19i965: Update comments in brw_vec4_upload_binding_table().Kenneth Graunke1-6/+1