aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Set the GEM domain flags for the scratch space.Eric Anholt2010-07-211-1/+1
* intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.Eric Anholt2010-06-081-15/+11
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-10/+10
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-2/+2
* 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-16/+2
* intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-3/+4
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-1/+1
* i965: Respect spec requirement for pixel shader computed depth with no zbuffer.Eric Anholt2009-09-081-0/+7
* i965: add support for new chipsetsXiang, Haihao2009-07-131-3/+13
* i965: checkpoint commit: VS constant buffersBrian Paul2009-04-141-1/+1
* i965: minor code movement, new commentBrian Paul2009-04-031-1/+4
* i965: rename scratch_buffer -> scratch_bo to be consistant with other buffersBrian Paul2009-04-031-11/+11
* i965: Fix occlusion query when no other WM state updates occur.Eric Anholt2009-03-231-2/+3
* i965: avoid unnecessary calls to brw_wm_is_glsl()Brian Paul2009-03-061-1/+5
* mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-281-1/+1
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-6/+7
* i965: Add a new state flag BRW_NEW_NR_SURFACES instead of CACHE_NEW_SURFACEEric Anholt2008-11-281-4/+4
* i965: Remove BRW_WM_LOCK dirty bit, introduced to work around lack of relocs.Eric Anholt2008-11-281-2/+1
* i965: Update WM maximum threads for G4X.Eric Anholt2008-11-121-2/+7
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-16/+15
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-24/+17
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-17/+24
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-8/+1
* [intel-gem] Chase domain flag renaming in the DRM.Eric Anholt2008-06-111-2/+2
* [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-16/+16
* GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-3/+3
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-3/+9
* [965] Fix WM unit cache keying that broke line stipple and polygon offset.Eric Anholt2008-01-191-9/+14
* [intel] Convert relocations to not be cleared out on buffer submit.Eric Anholt2008-01-031-37/+32
* [965] Fix some missing initialization in WM keys.Eric Anholt2008-01-031-0/+6
* [965] Convert WM unit to use a cache key instead of brw_cache_data.Eric Anholt2008-01-021-79/+126
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-22/+56
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-1/+1
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-35/+38
* Merge branch '965-glsl'Zou Nan hai2007-10-261-1/+6
|\
| * support branch and loop in pixel shaderZou Nan hai2007-06-211-1/+6
* | [965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt2007-10-041-2/+2
* | Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-1/+1
* | WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-1/+1
* | i965: samplers group in fours in WM_STATE. fix bug#9415Xiang, Haihao2007-08-291-1/+1
|/
* Various warning fixes for i965 driver.Keith Packard2007-01-061-1/+1
* i965: ARB_occlusion_query supportWang Zhenyu2007-01-061-1/+1
* Use lower alignments where possible. Also pad out allocated blocks toKeith Whitwell2006-09-071-1/+1
* Make sure bmBufferOffset is called for all active buffers every timeKeith Whitwell2006-09-071-1/+5
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+190