index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_gs_surface_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fold ABO state upload code into the SSBO/UBO state upload code.
Kenneth Graunke
2017-11-15
1
-22
/
+0
*
i965: Convert brw->*_program into a brw->programs[i] array.
Kenneth Graunke
2017-09-26
1
-3
/
+4
*
i965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATE
Iago Toral Quiroga
2017-09-18
1
-1
/
+1
*
i965: Drop BRW_NEW_BLORP from SURFACE_STATE setup code.
Kenneth Graunke
2017-08-23
1
-4
/
+0
*
i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.
Kenneth Graunke
2017-08-23
1
-0
/
+1
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
1
-6
/
+2
*
i965: pass gl_program to brw_upload_ubo_surfaces()
Timothy Arceri
2017-01-06
1
-2
/
+2
*
st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_program
Timothy Arceri
2017-01-06
1
-6
/
+3
*
glsl/i965: move per stage AtomicBuffers list to gl_program
Timothy Arceri
2016-11-19
1
-6
/
+2
*
i965: get num_abos from shader_info rather than gl_linked_shader
Timothy Arceri
2016-11-17
1
-2
/
+3
*
i965: get num_images from shader_info rather than gl_linked_shader
Timothy Arceri
2016-11-17
1
-2
/
+3
*
i965: replace brw_geomerty_program with brw_program
Timothy Arceri
2016-10-26
1
-2
/
+1
*
i965/mesa/st: eliminate gl_geometry_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965: Eliminate brw->gs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-6
/
+6
*
i965: use new subroutine index uploader.
Dave Airlie
2016-08-23
1
-0
/
+2
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-0
/
+4
*
i965/state: Get rid of dword_pitch arguments to buffer functions
Jason Ekstrand
2015-12-07
1
-4
/
+2
*
glsl: keep track of intra-stage indices for atomics
Timothy Arceri
2015-10-27
1
-2
/
+2
*
i965: Use _mesa_is_image_unit_valid() instead of gl_image_unit::_Valid.
Francisco Jerez
2015-10-09
1
-1
/
+2
*
i965: Hook up image state upload.
Francisco Jerez
2015-08-11
1
-0
/
+25
*
i965: Use proper pitch for scalar GS pull constants and UBOs.
Kenneth Graunke
2015-06-01
1
-3
/
+7
*
i965: Add new SIMD8 VS prog data flag
Kristian Høgsberg
2014-12-10
1
-1
/
+1
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-5
/
+5
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-6
/
+6
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-4
/
+7
*
i965: Merge VS/GS and WM pull constant buffer upload paths.
Eric Anholt
2014-07-02
1
-3
/
+3
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-2
/
+2
*
mesa: Fold long lines introduced by the previous patch.
Paul Berry
2014-01-21
1
-2
/
+4
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
1
-2
/
+2
*
i965: Implement ABO surface state emission.
Francisco Jerez
2013-10-29
1
-0
/
+23
*
i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
1
-3
/
+3
*
i965: Move binding table code to a new file, brw_binding_tables.c.
Kenneth Graunke
2013-09-19
1
-34
/
+0
*
i965: Generalize brw_vec4_upload_binding_table() beyond vec4 stages.
Kenneth Graunke
2013-09-19
1
-2
/
+3
*
i965/gs: Implement support for geometry shader surfaces.
Paul Berry
2013-08-31
1
-0
/
+122