index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_vs_surface_state.c
Age
Commit message (
Expand
)
Author
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-06-23
Merge branch 'shader-file-reorg'
Brian Paul
2010-06-11
i965: Remove the surface key used to generate constant surfaces.
Eric Anholt
2010-06-11
i965: Use the state base address to avoid relocations.
Eric Anholt
2010-06-11
i965: Remove caching of surface state objects.
Eric Anholt
2010-06-11
i965: Convert the binding table to streamed indirect state.
Eric Anholt
2010-06-11
i965: Split constant buffer setup from its surface state/binding state.
Eric Anholt
2010-06-10
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-08
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-03-05
i965: Remove the paths for making a const surface object for a NULL BO.
Eric Anholt
2010-03-04
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-01-25
i965: Remove unnecessary malloc/free in VS binding table setup.
Eric Anholt
2010-01-25
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
i965: Remove unnecessary headers.
Vinson Lee
2010-01-19
i965: Allow for variable-sized auxdata in the state cache.
Eric Anholt
2009-11-13
i965: Use bo_map instead of subdata to upload the bits of constant buffer.
Eric Anholt
2009-11-10
Merge remote branch 'origin/mesa_7_6_branch'
Eric Anholt
2009-11-10
i965: Fix VS constant buffer value loading.
Eric Anholt
2009-10-05
drivers: don't include texformat.h
Brian Paul
2009-05-06
i965: Disentangle VS constant surface state from WM surface state.
Eric Anholt