aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
Commit message (Expand)AuthorAgeFilesLines
* i965: increase number of texture samplers to 16Brian Paul2009-01-011-1/+1
* i965: Fix failure to upload new constant data when changing programs.Eric Anholt2008-12-031-2/+0
* i965: Add a new state flag BRW_NEW_NR_SURFACES instead of CACHE_NEW_SURFACEEric Anholt2008-11-281-0/+1
* i965: Fix clashing enums for BRW_NEW_INDICES/VERTICES versus BATCH/DEPTH_BUFFER.Eric Anholt2008-11-281-4/+4
* i965: Remove BRW_WM_LOCK dirty bit, introduced to work around lack of relocs.Eric Anholt2008-11-281-1/+0
* i965: Fix check_aperture calls to cover everything needed for the prim at once.Eric Anholt2008-10-281-8/+13
* i965: Remove dead brw->wrap flag.Eric Anholt2008-10-271-1/+0
* i965: Add ARB_occlusion_query support.Eric Anholt2008-10-071-2/+28
* Remove TNL-to-VP tracking from i965Ian Romanick2008-09-281-5/+0
* i965: Cope with batch getting flushed in the middle of batchbuffer emits.Eric Anholt2008-09-231-0/+5
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-2/+17
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-17/+2
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-2/+17
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-1/+1
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-2/+3
* [965] Shuffle state flags to match the order we initialize them in.Michal Wajdeczko2008-03-211-2/+2
* [i965] multiple rendering target supportZou Nan hai2008-03-131-3/+4
* i965: Setup framebuffer texture in meta_draw_region.Kristian Høgsberg2008-02-261-1/+2
* i965: use setup attributes as inputs when allocating registersXiang, Haihao2008-02-141-0/+2
* [965] Convert brw_draw_upload to managing dri_bos, not gl_buffer_objects.Eric Anholt2008-02-041-4/+9
* [965] Move temporary vbo array storage into the function using it.Eric Anholt2008-02-041-6/+0
* [965] Remove dead brw_vertex_element members.Eric Anholt2008-02-041-4/+0
* [965] Improve performance by allocating CURBE buffers a page at a time.Eric Anholt2008-01-101-0/+4
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-0/+1
* [965] Allow more than one draw_prims per batchbuffer.Eric Anholt2008-01-091-0/+1
* [965] Replace the always_update dirty flag with BRW_NEW_BATCH.Eric Anholt2008-01-091-3/+7
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-1/+3
* [intel] Convert relocations to not be cleared out on buffer submit.Eric Anholt2008-01-031-9/+0
* [965] Convert WM unit to use a cache key instead of brw_cache_data.Eric Anholt2008-01-021-1/+0
* [965] Convert sampler state to use a cache key instead of brw_cache_data.Eric Anholt2008-01-021-6/+0
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-83/+75
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-4/+11
* [965] Replace 965 texture format code with common code.Eric Anholt2007-11-201-1/+0
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-2/+2
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-2/+2
* [965] Remove AUB file support.Eric Anholt2007-09-271-3/+0
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-3/+8
|\
| * Various warning fixes for i965 driver.Keith Packard2007-01-061-2/+2
| * i965: Fix a crash with wine by not allocating >1MB on the stack.Eric Anholt2006-12-091-0/+1
| * Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt2006-11-291-1/+5
* | cleanup code, compiles with vbo changesKeith Whitwell2006-10-311-14/+8
* | switch several dri drivers overKeith Whitwell2006-10-301-1/+0
|/
* Make sure bmBufferOffset is called for all active buffers every timeKeith Whitwell2006-09-071-4/+2
* Simplify the immediate and displaylist code. Treat VertexAttrib*ARBKeith Whitwell2006-09-061-2/+3
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+709