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