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: 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
*
i965: Use a single binding table for all pipeline stages.
Kenneth Graunke
2011-11-10
1
-25
/
+2
*
i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).
Kenneth Graunke
2011-11-10
1
-8
/
+0
*
i965: Remove outdated comment about CACHE_NEW_SURF_BIND dirty bit.
Kenneth Graunke
2011-11-10
1
-2
/
+1
*
i965: Remove BRW_NEW_NR_VS_SURFACES dirty bit from brw_vs_surfaces.
Kenneth Graunke
2011-11-10
1
-1
/
+0
*
i965: Use new vtable entries for surface state updating functions.
Kenneth Graunke
2011-11-10
1
-7
/
+3
*
i965: Move VS pull constant upload to emit() time.
Eric Anholt
2011-10-29
1
-2
/
+2
*
i965: Fold prepare() and emit() of VS surface state setup together.
Eric Anholt
2011-10-29
1
-37
/
+25
*
i965: Remove the validated BO list, now that it's unused.
Eric Anholt
2011-10-29
1
-1
/
+0
*
i965: remove unneeded includes of texstore.h
Brian Paul
2011-10-03
1
-1
/
+0
*
i965: Make the old VS backend record pull constant references in pull_params[].
Eric Anholt
2011-08-30
1
-9
/
+10
*
i965: Add a type argument to brw_state_batch().
Eric Anholt
2011-07-11
1
-1
/
+2
*
i965/gen7: Call gen7_create_constant_surface instead of brw_[...].
Kenneth Graunke
2011-06-08
1
-2
/
+8
*
i965: Split BRW_NEW_BINDING_TABLE dirty bit into one per stage.
Kenneth Graunke
2011-05-17
1
-2
/
+2
*
i965: drop state_bo references to batch_bo
Chris Wilson
2011-02-21
1
-12
/
+5
*
i965: Keep around a copy of the VS constant surface dumping code.
Eric Anholt
2010-12-23
1
-0
/
+9
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
Merge branch 'shader-file-reorg'
Brian Paul
2010-06-23
1
-1
/
+1
|
\
|
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-1
/
+1
*
|
i965: Remove the surface key used to generate constant surfaces.
Eric Anholt
2010-06-11
1
-20
/
+2
*
|
i965: Use the state base address to avoid relocations.
Eric Anholt
2010-06-11
1
-5
/
+1
*
|
i965: Remove caching of surface state objects.
Eric Anholt
2010-06-11
1
-23
/
+10
*
|
i965: Convert the binding table to streamed indirect state.
Eric Anholt
2010-06-11
1
-62
/
+50
*
|
i965: Split constant buffer setup from its surface state/binding state.
Eric Anholt
2010-06-11
1
-26
/
+37
|
/
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-4
/
+4
*
i965: Remove the paths for making a const surface object for a NULL BO.
Eric Anholt
2010-03-05
1
-2
/
+2
*
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
1
-2
/
+2
*
i965: Remove unnecessary malloc/free in VS binding table setup.
Eric Anholt
2010-01-25
1
-3
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
|
*
i965: Remove unnecessary headers.
Vinson Lee
2010-01-22
1
-1
/
+0
*
|
i965: Allow for variable-sized auxdata in the state cache.
Eric Anholt
2010-01-19
1
-2
/
+1
|
/
*
i965: Use bo_map instead of subdata to upload the bits of constant buffer.
Eric Anholt
2009-11-13
1
-2
/
+5
*
Merge remote branch 'origin/mesa_7_6_branch'
Eric Anholt
2009-11-10
1
-1
/
+11
|
\
|
*
i965: Fix VS constant buffer value loading.
Eric Anholt
2009-11-10
1
-1
/
+11
*
|
drivers: don't include texformat.h
Brian Paul
2009-10-05
1
-1
/
+0
|
/
*
i965: Disentangle VS constant surface state from WM surface state.
Eric Anholt
2009-05-06
1
-0
/
+226