aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_metaops.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt2009-02-021-585/+0
* i965: init array->Format fields (see bug 19708)Brian Paul2009-01-231-0/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* [i965] multiple rendering target supportZou Nan hai2008-03-131-4/+8
* i965:fix segfault issue when clearing the window whichXiang, Haihao2008-03-061-1/+2
* i965: use _Current pointer instead of Current pointer.Xiang, Haihao2008-02-291-1/+1
* i965: Setup framebuffer texture in meta_draw_region.Kristian Høgsberg2008-02-261-0/+5
* Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg2008-02-221-0/+1
* i965: adjust the byte order of clear color. fix #14165Xiang, Haihao2008-02-051-1/+2
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-3/+15
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-9/+4
* Update DRI drivers for new glsl compiler.Brian2007-02-231-2/+0
* Correct usage/meaning of max_index parameter.Keith Whitwell2007-02-011-1/+1
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-3/+94
|\
| * Various warning fixes for i965 driver.Keith Packard2007-01-061-2/+1
| * Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ...Gary Wong2006-12-021-27/+41
| * Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt2006-11-291-10/+88
* | cleanup code, compiles with vbo changesKeith Whitwell2006-10-311-38/+31
* | checkpoint - remove dead files, otherwise untestedKeith Whitwell2006-10-301-3/+2
|/
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+483