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_state.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Declare the various tracked state variables using "extern"
Kristian Høgsberg
2010-07-29
1
-62
/
+62
*
i965: Update gen6 paths for the streaming rework.
Eric Anholt
2010-06-12
1
-1
/
+0
*
i965: Remove the surface key used to generate constant surfaces.
Eric Anholt
2010-06-11
1
-15
/
+2
*
i965: GC the last two arguments to brw_cache_data.
Eric Anholt
2010-06-11
1
-3
/
+1
*
i965: Remove brw_state_cache_bo_delete now that it's unused again.
Eric Anholt
2010-06-11
1
-1
/
+0
*
i965: Remove caching of surface state objects.
Eric Anholt
2010-06-11
1
-3
/
+4
*
i965: Convert the binding table to streamed indirect state.
Eric Anholt
2010-06-11
1
-0
/
+1
*
i965: Split constant buffer setup from its surface state/binding state.
Eric Anholt
2010-06-11
1
-0
/
+2
*
i965: Add support for streaming indirect state rather than caching objects.
Eric Anholt
2010-06-11
1
-0
/
+5
*
i965: Set the CC VP state immediately on state change.
Eric Anholt
2010-06-11
1
-1
/
+0
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-11
/
+11
*
i965: Set up the SNB sampler state pointers.
Eric Anholt
2010-02-25
1
-0
/
+1
*
i965: Untested Sandybridge WM packets.
Eric Anholt
2010-02-25
1
-0
/
+1
*
i965: Untested Sandybridge SF setup.
Eric Anholt
2010-02-25
1
-0
/
+1
*
i965: Add Sandybridge viewport setup.
Eric Anholt
2010-02-25
1
-0
/
+4
*
i965: Add Sandybridge scissor state.
Eric Anholt
2010-02-25
1
-0
/
+1
*
i965: Set up the SNB URB.
Eric Anholt
2010-02-25
1
-0
/
+1
*
i965: Add untested REJECT_ALL clip state.
Eric Anholt
2010-02-25
1
-0
/
+1
*
i965: Add untested passthrough GS setup.
Eric Anholt
2010-02-25
1
-0
/
+1
*
i965: Add untested Sandybridge passthrough VS setup.
Eric Anholt
2010-02-25
1
-0
/
+1
*
i965: Start adding support for the Sandybridge CC unit.
Eric Anholt
2010-02-25
1
-0
/
+4
*
i965: Set up sandybridge binding table pointers but don't enable it yet.
Eric Anholt
2010-02-25
1
-0
/
+1
*
i965: Allow for variable-sized auxdata in the state cache.
Eric Anholt
2010-01-19
1
-10
/
+20
*
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2010-01-04
1
-1
/
+1
*
intel: Silence compiler warnings.
Vinson Lee
2009-12-28
1
-1
/
+1
*
i965: Fix several memory leaks on exit.
Eric Anholt
2009-11-21
1
-0
/
+1
*
i965: Always pass the size argument to brw_cache_data.
Eric Anholt
2009-11-06
1
-7
/
+1
*
i965: Fix massive memory allocation for streaming texture usage.
Eric Anholt
2009-09-30
1
-0
/
+1
*
i965: Clean up some mess with the batch cache.
Eric Anholt
2009-09-24
1
-4
/
+1
*
i965: Avoid re-uploading the index buffer when we don't need to.
Eric Anholt
2009-08-12
1
-0
/
+1
*
i965: Split WM constant buffer update from other WM surfaces.
Eric Anholt
2009-05-06
1
-0
/
+1
*
i965: Disentangle VS constant surface state from WM surface state.
Eric Anholt
2009-05-06
1
-0
/
+20
*
i965: checkpoint commit: use two state caches instead of one
Brian Paul
2009-04-22
1
-2
/
+2
*
i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs.
Eric Anholt
2009-02-25
1
-1
/
+0
*
i965: Remove dead brw_vs_tnl.c
Eric Anholt
2009-01-07
1
-1
/
+0
*
i965: Fix check_aperture calls to cover everything needed for the prim at once.
Eric Anholt
2008-10-28
1
-0
/
+18
*
intel: Don't keep intel->pClipRects, and instead just calculate it when needed.
Eric Anholt
2008-10-28
1
-0
/
+1
*
Remove TNL-to-VP tracking from i965
Ian Romanick
2008-09-28
1
-1
/
+0
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-0
/
+3
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-3
/
+0
*
intel-gem: Update to new check_aperture API for classic mode.
Eric Anholt
2008-08-08
1
-0
/
+3
*
[965] Remove stale brw_state_cache.c comment and function export.
Eric Anholt
2008-02-12
1
-1
/
+0
*
i965: new integrated graphics chipset support
Xiang, Haihao
2008-01-29
1
-0
/
+1
*
[intel] Add more cliprect modes to cover other meanings for batch emits.
Eric Anholt
2008-01-10
1
-1
/
+1
*
[965] Remove drawing rect upload, which is handled (better) by the kernel.
Eric Anholt
2008-01-09
1
-1
/
+0
*
[965] Replace the state cache suballocator with direct dri_bufmgr use.
Eric Anholt
2007-12-14
1
-53
/
+36
*
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-12-07
1
-0
/
+6
*
Add Intel i965G/Q DRI driver.
Eric Anholt
2006-08-09
1
-0
/
+146