Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2009-09-28 | intel: Remove some dead metaops code. | Eric Anholt | |
2009-04-03 | i965: remove unneeded #includes | Brian Paul | |
2009-02-02 | i965: Remove brw->attribs now that we can just always look in the GLcontext. | Eric Anholt | |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | |
Makefile.template | |||
2008-09-10 | intel: track move of bo_exec from drivers to bufmgr. | Eric Anholt | |
2008-03-06 | i965: Fix double free issue to pass glean/maskedClear test | Xiang, Haihao | |
2008-02-26 | i965: Setup framebuffer texture in meta_draw_region. | Kristian Høgsberg | |
With DRI2 we there is no screen region until a drawable is bound to the context. Set up the framebuffer texture in meta_draw_region instead which should also handle the case where the draw region changes as a result of resizing a redirected window or resizing the screen. | |||
2008-01-10 | [intel] Add more cliprect modes to cover other meanings for batch emits. | Eric Anholt | |
The previous change gave us only two modes, one which looped over the batch per cliprect (3d drawing) and one that didn't (state updeast). However, we really want 4: - Batch doesn't care about cliprects (state updates) - Batch needs DRAWING_RECTANGLE looping per cliprect (3d drawing) - Batch needs to be executed just once (region fills, copies, etc.) - Batch already includes cliprect handling, and must be flushed by unlock time (copybuffers, clears). All callers should now be fixed to use one of these states for any batchbuffer emits. Thanks to Keith Whitwell for pointing out the failure. | |||
2007-11-20 | [965] Replace 965 texture format code with common code. | Eric Anholt | |
The only functional difference should be that 965 now gets the optimization where textures default to 16bpp when the screen is 16bpp. | |||
2007-08-10 | i965: roland's DXTn format texture patch(bug10347) | Xiang, Haihao | |
2007-08-02 | Fix previous commit | Zou Nan hai | |
2007-08-02 | EXT_texture_sRGB support on i965 | Zou Nan hai | |
2007-03-20 | fix for bug#10347 | Xiang, Haihao | |
not sure which brw surface for DXT3 & DXT5, so restore the previous choice.(changed in commit 84081774e62a8af18e6bf894ea69f63b97dcfe96) | |||
2007-03-18 | i965: fix for FXT1 & S3TC texture format | Xiang, Haihao | |
choose the right mesa texformat for FXT1 & S3TC | |||
2006-11-29 | Add accelerated CopyPixels for non-overlapping, 1:1 blits. | Eric Anholt | |
Submitted by Gary Wong <gtw@gnu.org> | |||
2006-09-21 | Do a better job of choosing texture formats to avoid image conversions. | Keith Whitwell | |
2006-09-21 | use the requested internal texture format where possible | Keith Whitwell | |
2006-09-20 | Support ARB_texture_rectangle. | Keith Whitwell | |
2006-08-09 | Add Intel i965G/Q DRI driver. | Eric Anholt | |
This driver comes from Tungsten Graphics, with a few further modifications by Intel. |