summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_cc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-2/+1
|/
* i965: Use current draw buffer instead of drawable visual to get alpha bitsIan Romanick2009-12-141-2/+2
* i965: Fix handling of drawing to MESA_FORMAT_XRGB8888Ian Romanick2009-12-101-0/+34
* i965: Always pass the size argument to brw_cache_data.Eric Anholt2009-11-061-1/+2
* i965: Fix fallout from ARB_depth_clamp enablement that broke glDepthRange.Eric Anholt2009-10-291-4/+10
* i965: Add support for ARB_depth_clamp.Eric Anholt2009-09-081-3/+5
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-34/+34
* Track two sets of back-face stencil stateIan Romanick2009-01-231-7/+8
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-2/+2
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-6/+6
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-10/+9
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-9/+10
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-4/+2
* 965: cleanups to state emission from aperture checking and state ordering.Eric Anholt2008-08-081-2/+2
* [intel-gem] Chase domain flag renaming in the DRM.Eric Anholt2008-06-111-1/+1
* [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-6/+6
* GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-1/+2
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-4/+6
* [965] Rename depth_mask in CC key to depth_write, since it's a boolean enable.Eric Anholt2008-01-161-4/+3
* [965] Fix the type of alpha_ref in CC key, fixing ppracer rendering.Eric Anholt2008-01-161-1/+1
* [intel] Convert relocations to not be cleared out on buffer submit.Eric Anholt2008-01-031-16/+15
* [965] Convert CC unit to use a cache key instead of brw_cache_data.Eric Anholt2008-01-021-59/+166
* [965] Fix and enable separate stencil.Eric Anholt2007-12-211-3/+4
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-4/+18
* add some #includes to silence warningsBrian2007-05-031-0/+1
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+172