summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_curbe.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix failure to upload new constant data when changing programs.Eric Anholt2008-12-031-2/+2
* i965: Fix check_aperture calls to cover everything needed for the prim at once.Eric Anholt2008-10-281-9/+1
* i965: don't emit state when dri_bufmgr_check_aperture_space fails.Xiang, Haihao2008-10-241-1/+3
* i965: Cope with batch getting flushed in the middle of batchbuffer emits.Eric Anholt2008-09-231-1/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-4/+4
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-26/+15
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-15/+26
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-8/+11
* 965: cleanups to state emission from aperture checking and state ordering.Eric Anholt2008-08-081-13/+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-4/+1
* 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-13/+27
* [965] Improve performance by allocating CURBE buffers a page at a time.Eric Anholt2008-01-101-9/+26
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-2/+2
* [965] Replace the always_update dirty flag with BRW_NEW_BATCH.Eric Anholt2008-01-091-2/+2
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-15/+11
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-5/+1
* [965] Change constant buffer from state structs to plain batch emission.Eric Anholt2007-12-031-40/+22
* [965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt2007-10-041-1/+1
* [965] Remove AUB file support.Eric Anholt2007-09-271-8/+5
* fix fd.o bug #12217, recalcuate urb when clip plane size changeZou Nan hai2007-09-241-1/+1
* Update DRI drivers for new glsl compiler.Brian2007-02-231-1/+2
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+379