summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_tex.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-1/+1
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-2/+1
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2009-09-28intel: Remove some dead metaops code.Eric Anholt1-32/+0
2009-04-03i965: remove unneeded #includesBrian Paul1-9/+0
2009-02-02i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt1-1/+2
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-9/+10
2008-09-10intel: track move of bo_exec from drivers to bufmgr.Eric Anholt1-1/+0
2008-03-06i965: Fix double free issue to pass glean/maskedClear testXiang, Haihao1-0/+1
2008-02-26i965: Setup framebuffer texture in meta_draw_region.Kristian Høgsberg1-4/+5
2008-01-10[intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt1-0/+19
2007-11-20[965] Replace 965 texture format code with common code.Eric Anholt1-161/+0
2007-08-10i965: roland's DXTn format texture patch(bug10347)Xiang, Haihao1-3/+9
2007-08-02 Fix previous commitZou Nan hai1-1/+1
2007-08-02 EXT_texture_sRGB support on i965Zou Nan hai1-0/+19
2007-03-20fix for bug#10347Xiang, Haihao1-9/+3
2007-03-18i965: fix for FXT1 & S3TC texture formatXiang, Haihao1-4/+11
2006-11-29Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt1-0/+32
2006-09-21Do a better job of choosing texture formats to avoid image conversions.Keith Whitwell1-5/+16
2006-09-21use the requested internal texture format where possibleKeith Whitwell1-11/+21
2006-09-20Support ARB_texture_rectangle.Keith Whitwell1-1/+3
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+158