summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vs_state.c
Commit message (Expand)AuthorAgeFilesLines
...
* intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.Eric Anholt2010-06-081-5/+3
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-3/+3
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-3/+3
* i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-2/+1
* intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt2009-12-221-12/+2
* intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-3/+4
* i965: Validate the number of URB entries selected for the VS.Eric Anholt2009-11-131-4/+33
* i965: add support for new chipsetsXiang, Haihao2009-07-131-3/+15
* i965: checkpoint commit: VS constant buffersBrian Paul2009-04-141-0/+8
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-1/+3
* i965: Fix up VS max_threads for G4X and removing a magic number.Eric Anholt2008-11-121-2/+14
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-5/+5
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-7/+6
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-6/+7
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-2/+1
* [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-5/+5
* GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-1/+1
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-2/+3
* [intel] Convert relocations to not be cleared out on buffer submit.Eric Anholt2008-01-031-17/+15
* [965] Convert VS unit to use a cache key instead of brw_cache_data.Eric Anholt2008-01-021-26/+63
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-3/+17
* [965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt2007-10-041-1/+1
* Potential fix for doom3 lockups. Seems that there is a conflictKeith Whitwell2006-09-121-1/+5
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+98