summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
Commit message (Expand)AuthorAgeFilesLines
* i965: added texture unit sanity checkBrian Paul2009-08-261-0/+13
* i965: Avoid re-uploading the index buffer when we don't need to.Eric Anholt2009-08-121-0/+2
* i965: Remove BRW_NEW_INPUT_VARYINGEric Anholt2009-07-071-1/+0
* i965: Split WM constant buffer update from other WM surfaces.Eric Anholt2009-05-061-0/+1
* i965: Disentangle VS constant surface state from WM surface state.Eric Anholt2009-05-061-1/+2
* i965: checkpoint commit: use two state caches instead of oneBrian Paul2009-04-221-2/+2
* i965: remove unused state atom entriesBrian Paul2009-04-221-9/+1
* i965: the brw_constant_buffer state atom is no longer dynamicBrian Paul2009-04-221-26/+5
* i965: add _NEW_PROGRAM_CONSTANTS to mesa_bits[] listBrian Paul2009-04-221-0/+1
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-4/+5
* i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt2009-02-021-1/+0
* i965: Remove worrisome comment about _NEW_PROGRAM signaling fp change.Eric Anholt2009-01-071-4/+0
* i965: Remove BRW_WM_LOCK dirty bit, introduced to work around lack of relocs.Eric Anholt2008-11-281-1/+0
* i965: Add debug code for dumping how frequently different dirty bits are set.Eric Anholt2008-11-281-0/+126
* i965: Always check vertex program.Xiang, Haihao2008-11-061-1/+4
* i965: Fix check_aperture calls to cover everything needed for the prim at once.Eric Anholt2008-10-281-21/+24
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-0/+1
* i965: Remove dead brw->wrap flag.Eric Anholt2008-10-271-3/+0
* Remove TNL-to-VP tracking from i965Ian Romanick2008-09-281-1/+0
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-1/+0
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-11/+29
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-29/+11
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-10/+29
* GEM: Remove already-disabled PIPE_CONTROL command.Eric Anholt2008-05-071-1/+0
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-9/+31
* [965] Fix indentation.Eric Anholt2008-02-011-6/+6
* i965: Don't emit state if fall back to software rendering. fix #14116Xiang, Haihao2008-02-011-2/+11
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-1/+1
* [965] Replace the always_update dirty flag with BRW_NEW_BATCH.Eric Anholt2008-01-091-4/+3
* [965] Remove drawing rect upload, which is handled (better) by the kernel.Eric Anholt2008-01-091-1/+0
* [intel] Convert relocations to not be cleared out on buffer submit.Eric Anholt2008-01-031-4/+0
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-4/+2
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-14/+13
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+264