summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
Commit message (Expand)AuthorAgeFilesLines
* 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