aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common/meta.c
Commit message (Expand)AuthorAgeFilesLines
...
| * mesa: need to set all stencil bits to 0 before setting the 1 bitsBrian Paul2009-09-101-0/+9
* | mesa: fix cut&paste typosMathias Frohlich2009-09-101-4/+4
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-091-1/+4
|\|
| * mesa: disable GL_LUMINANCE case in _mesa_meta_draw_pixels()Brian Paul2009-09-091-1/+4
* | mesa: initial version of _mesa_meta_generate_mipmap()Brian Paul2009-09-061-4/+179
* | mesa: use separate temp texture for bitmapsBrian Paul2009-09-061-21/+42
* | mesa: temp_texture changesBrian Paul2009-09-061-21/+35
* | mesa: free meta bitmap buffersBrian Paul2009-09-061-0/+4
* | mesa: use _mesa_set_enable()Brian Paul2009-09-061-11/+11
* | mesa: _mesa_meta_bitmap() functionBrian Paul2009-09-061-3/+168
|/
* mesa: obey stencil write mask in _mesa_meta_draw_pixels()Brian Paul2009-09-011-6/+8
* mesa: implement GL_DEPTH_BUFFER_BIT for _mesa_meta_blit_framebuffer()Brian Paul2009-08-311-25/+95
* mesa: disable another debug testBrian Paul2009-08-311-1/+1
* mesa: make verts[] arrays local varsBrian Paul2009-08-311-101/+98
* mesa: implement depth/stencil formats for meta glDrawPixelsBrian Paul2009-08-311-34/+229
* mesa: remove accidentally commited debug/disabled codeBrian Paul2009-08-311-2/+2
* mesa: consolidate texture-related code in meta.cBrian Paul2009-08-301-262/+372
* mesa: avoid redundant viewport changes in meta codeBrian Paul2009-08-301-3/+18
* mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul2009-08-131-0/+1
* mesa: handle glDrawPixels images which are larger than max rect texture sizeBrian Paul2009-08-111-3/+47
* mesa: added _mesa_meta_draw_pixels()Brian Paul2009-08-111-1/+181
* mesa: added META_FOG and optimize some meta_begin/end() codeBrian Paul2009-08-111-20/+27
* mesa: save/restore texture matrix in meta codeBrian Paul2009-08-101-1/+20
* mesa: for meta blit, check max texture size, use glCopyTexSubImage2D() when p...Brian Paul2009-08-101-2/+27
* mesa: initial meta implementation of glCopyPixels()Brian Paul2009-08-101-0/+161
* mesa: remove debug flush callBrian Paul2009-08-101-2/+0
* mesa: new driver meta-ops moduleBrian Paul2009-08-101-0/+814