summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-18/+29
|\
| * meta: remove F suffix from _mesa_Ortho() paramsBrian Paul2010-01-061-3/+3
| * meta: move destination vertex/projection setup out of _mesa_meta_GenerateMipmapBrian Paul2010-01-061-19/+21
| * meta: set viewport and projection matrix in _mesa_meta_GenerateMipmapBrian Paul2010-01-061-0/+9
* | mesa: fix blend enable/disable calls in meta.c codeFrancis Galiegue2010-01-031-6/+16
* | mesa: implement per-buffer color maskingBrian Paul2009-12-292-14/+40
* | mesa: per-buffer blend enabled flagsBrian Paul2009-12-291-5/+13
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-3/+3
|\ \ | |/
| * mesa/meta: move BindTexture() call in _mesa_meta_GenerateMipmap()Brian Paul2009-12-141-3/+3
* | mesa: remove unused ctx->Driver.ActiveTexture() hookBrian Paul2009-12-111-1/+0
|/
* meta: Bind texture to unit 0 for mipmap generationIan Romanick2009-12-091-0/+4
* mesa: remove unused vertex array driver hooksBrian Paul2009-11-161-13/+0
* mesa: use _mesa_get_current_tex_object()Brian Paul2009-11-021-6/+2
* Merge branch 'texformat-rework'Brian Paul2009-10-282-8/+8
|\
| * mesa: remove ctx->Driver.CompressedTextureSize() hookBrian Paul2009-10-241-1/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-1/+1
| * mesa: use _mesa_get_format_base_format()Brian Paul2009-09-271-1/+2
* | mesa: s/Bilt/BlitBrian Paul2009-10-271-1/+1
* | meta: Fix the BufferSubData in meta clear to be BufferData.Eric Anholt2009-10-201-3/+2
* | mesa: remove unused ctx->Driver.PrioritizeTextures() hookBrian Paul2009-10-141-1/+0
* | mesa: remove unused ctx->Driver.TextureMatrix() hookBrian Paul2009-10-141-1/+0
* | mesa: remove left-over debug printfBrian Paul2009-10-141-1/+0
* | mesa: whitespace fixesBrian Paul2009-10-131-2/+2
* | mesa: do RTT check in _mesa_meta_check_generate_mipmap_fallback()Brian Paul2009-10-131-7/+48
* | mesa: save/set/restore texture base/wrap state in blitframebuffer_texture()Brian Paul2009-10-121-4/+15
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-081-34/+4
|\ \
| * | mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free()Brian Paul2009-10-071-28/+4
* | | meta: Make sure texImage->TexFormat is valid for CopyTex(Sub)Image.Michel Dänzer2009-10-031-0/+7
* | | mesa: optimized _mesa_meta_BlitFramebuffer() for src=texture caseBrian Paul2009-10-021-0/+130
* | | mesa: added _mesa_meta_check_generate_mipmap_fallback()Brian Paul2009-10-022-3/+28
* | | meta: Fix invalid PBO access from DrawPixels when trying to just alloc.Eric Anholt2009-09-281-6/+15
* | | intel: Drop my generatemipmap code in favor of the new shared code.Eric Anholt2009-09-281-1/+1
| |/ |/|
* | mesa: _mesa_meta_GenerateMipmap() now workingBrian Paul2009-09-241-33/+172
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-221-28/+20
|\ \ | |/
| * mesa: don't re-use the meta glDrawPixels VBO; create a new one each timeBrian Paul2009-09-221-30/+22
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-201-4/+0
|\ \ | |/
| * mesa: fix clip plane, fog issuesBrian Paul2009-09-161-4/+0
* | mesa: remove redundant readbuffer checkBrian Paul2009-09-191-5/+0
* | mesa: rename functions to be more consistant with rest of mesaBrian Paul2009-09-192-41/+40
* | mesa: use new meta functionsBrian Paul2009-09-191-4/+4
* | mesa: meta functions for glCopyColorTable, glCopyConvolutionFilter, etcBrian Paul2009-09-192-0/+141
* | mesa: fix some glCopyTex[Sub]Image regressions related to convolutionBrian Paul2009-09-191-0/+26
* | mesa: use new _mesa_meta_CopyTex[Sub]Image() functionsBrian Paul2009-09-191-5/+6
* | mesa: meta driver functions for glCopyTex[Sub]Image()Brian Paul2009-09-162-23/+335
* | mesa: remove incorrect texture state checkBrian Paul2009-09-151-6/+0
* | mesa: nicer vertex setupBrian Paul2009-09-101-128/+138
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-101-0/+9
|\ \ | |/
| * 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
|\ \ | |/