summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_tex.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-1/+1
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-2/+1
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* intel: Remove some dead metaops code.Eric Anholt2009-09-281-32/+0
* i965: remove unneeded #includesBrian Paul2009-04-031-9/+0
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-1/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-9/+10
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-1/+0
* i965: Fix double free issue to pass glean/maskedClear testXiang, Haihao2008-03-061-0/+1
* i965: Setup framebuffer texture in meta_draw_region.Kristian Høgsberg2008-02-261-4/+5
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-0/+19
* [965] Replace 965 texture format code with common code.Eric Anholt2007-11-201-161/+0
* i965: roland's DXTn format texture patch(bug10347)Xiang, Haihao2007-08-101-3/+9
* Fix previous commitZou Nan hai2007-08-021-1/+1
* EXT_texture_sRGB support on i965Zou Nan hai2007-08-021-0/+19
* fix for bug#10347Xiang, Haihao2007-03-201-9/+3
* i965: fix for FXT1 & S3TC texture formatXiang, Haihao2007-03-181-4/+11
* Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt2006-11-291-0/+32
* Do a better job of choosing texture formats to avoid image conversions.Keith Whitwell2006-09-211-5/+16
* use the requested internal texture format where possibleKeith Whitwell2006-09-211-11/+21
* Support ARB_texture_rectangle.Keith Whitwell2006-09-201-1/+3
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+158