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_vs_surface_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add 64-bit dirty flag handling to brw_upload_pull_constants
Chris Forbes
2015-09-08
1
-1
/
+1
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Hook up image state upload.
Francisco Jerez
2015-08-11
1
-0
/
+25
*
i965: Create a shader_dispatch_mode enum to replace VS/GS fields.
Kenneth Graunke
2015-06-01
1
-2
/
+2
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-2
/
+2
*
i965: Add new SIMD8 VS prog data flag
Kristian Høgsberg
2014-12-10
1
-2
/
+8
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-6
/
+6
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-7
/
+7
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-4
/
+7
*
i965: Skip _mesa_load_state_parameters when there are zero parameters.
Kenneth Graunke
2014-11-20
1
-5
/
+5
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-2
/
+2
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-2
/
+2
*
i965: Store uniform constant values in a gl_constant_value instead of float
Neil Roberts
2014-08-14
1
-4
/
+6
*
i965: Merge VS/GS and WM pull constant buffer upload paths.
Eric Anholt
2014-07-02
1
-16
/
+29
*
i965: Use intel_upload_space() for pull constant uploads.
Eric Anholt
2014-03-26
1
-16
/
+10
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-2
/
+2
*
i965: Move the remaining driver debug over to stderr.
Eric Anholt
2014-02-22
1
-2
/
+2
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-5
/
+5
*
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
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Unvirtualize brw_create_constant_surface; delete Gen7+ variant.
Kenneth Graunke
2013-11-05
1
-3
/
+3
*
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
-7
/
+7
*
i965: Move binding table code to a new file, brw_binding_tables.c.
Kenneth Graunke
2013-09-19
1
-62
/
+0
*
i965: Generalize brw_vec4_upload_binding_table() beyond vec4 stages.
Kenneth Graunke
2013-09-19
1
-10
/
+11
*
i965: Convert loop to memcpy in brw_vec4_upload_binding_table().
Kenneth Graunke
2013-09-19
1
-9
/
+6
*
i965: Update comments in brw_vec4_upload_binding_table().
Kenneth Graunke
2013-09-19
1
-6
/
+1
*
i965/vs: generalize brw_vs_binding_table in preparation for GS.
Paul Berry
2013-08-31
1
-13
/
+29
*
i965: generalize brw_vs_pull_constants in preparation for GS.
Paul Berry
2013-08-31
1
-26
/
+43
*
i965: Move data from brw->vs into a base class if gs will also need it.
Paul Berry
2013-08-31
1
-19
/
+24
*
i965/gs: Update defines related to GS surface organization.
Paul Berry
2013-08-31
1
-4
/
+4
*
i965: Make the VS binding table as small as possible.
Kenneth Graunke
2013-08-19
1
-3
/
+4
*
i965/vs: Rework binding table size calculation.
Kenneth Graunke
2013-08-19
1
-5
/
+1
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::bufmgr to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Move intel_context::vtbl to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECT
Marek Olšák
2013-05-11
1
-3
/
+2
*
i965/vs: split brw_vs_prog_data into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-8
/
+10
*
i965: Make the fragment shader pull constants index by dwords, not vec4s.
Eric Anholt
2013-04-01
1
-1
/
+1
*
i965: Make the constant surface interface take a normal byte size.
Eric Anholt
2013-04-01
1
-4
/
+3
*
i965: Specialize SURFACE_STATE creation for shader time.
Kenneth Graunke
2013-03-14
1
-4
/
+1
*
i965: Consistently use nr_pull_params instead of NumParameters.
Eric Anholt
2012-12-28
1
-3
/
+2
*
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
2012-12-05
1
-0
/
+10
*
intel: Remove NV_vertex_program support.
Eric Anholt
2012-10-15
1
-4
/
+0
*
i965: Bind UBOs as surfaces like we do for pull constants.
Eric Anholt
2012-08-07
1
-0
/
+24
*
i965: Add an offset argument to constant buffer setup.
Eric Anholt
2012-08-07
1
-1
/
+1
*
i965: Correct the size of the state batch space allocated for binding tables.
Eric Anholt
2012-02-21
1
-1
/
+1
*
i965: Split the VS binding table to a separate table.
Eric Anholt
2012-02-21
1
-2
/
+49
*
i965: Clean up code for VS pull constant surface creation.
Kenneth Graunke
2011-11-10
1
-53
/
+8
[next]