aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common
Commit message (Expand)AuthorAgeFilesLines
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-5/+5
* meta: added _mesa_meta_GetTexImage()Brian Paul2011-09-083-1/+232
* meta: move texcoord setup into setup_texture_coords()Brian Paul2011-09-081-92/+176
* mesa: Remove dd_function_table::CopyColorTable, ::CopyColorSubTable, and ::Up...Ian Romanick2011-09-063-80/+0
* swrast: Add implementation of MapTextureImage/UnmapTextureImage.Brian Paul2011-08-291-0/+2
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-291-1/+1
* meta: use fallback mipmap generation for 1D/2D texture arraysBrian Paul2011-08-191-2/+5
* mesa: Declare _mesa_meta_begin()/end() as publicChad Versace2011-08-192-142/+147
* mesa: fix initialization of GL_FOG_MODE in _mesa_init_driver_state()Brian Paul2011-08-111-1/+4
* mesa: fix ColorMask array index in _mesa_init_driver_state()Brian Paul2011-08-111-4/+4
* mesa: fix format selection for meta CopyTexSubImage()Brian Paul2011-07-281-0/+10
* meta: Also save/restore clip planes for GLSL.Eric Anholt2011-07-251-1/+13
* Merge branch 'remove-copyteximage-hook'Brian Paul2011-07-213-125/+0
|\
| * meta: remove _mesa_meta_CopyTexImage1D/2D()Brian Paul2011-07-193-125/+0
* | meta: Add a GLSL-based _mesa_meta_Clear() variant.Eric Anholt2011-07-202-1/+162
|/
* meta: Fix glCopyTexImage(GL_LUMINANCE) from non-GL_LUMINANCE source.Eric Anholt2011-06-131-0/+14
* mesa: move texrender.c to swrastBrian Paul2011-06-131-3/+2
* meta: Don't do sRGB encode for framebuffer blits on sRGB-enabled framebuffers.Eric Anholt2011-06-051-0/+6
* meta: Don't do srgb to linear decode when blitting srgb textures.Eric Anholt2011-06-051-0/+10
* meta: Don't ask for floating point textures if not ARB_texture_float.Eric Anholt2011-04-291-1/+2
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-231-0/+3
* meta: Don't do conditional rendering on GenerateMipmaps and BlitFramebuffer.Eric Anholt2011-04-231-1/+24
* meta: Add support for ARB_color_buffer_float to _mesa_meta_Clear().Eric Anholt2011-04-201-4/+24
* meta: Add support for ARB_color_buffer_float to _mesa_meta_DrawPixels.Eric Anholt2011-04-201-0/+28
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-9/+9
* mesa: add NV_texture_barrierMarek Olšák2011-03-151-0/+3
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()Brian Paul2011-01-241-0/+1
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-5/+6
* meta: Actually use mipmapping when generating mipmaps.Eric Anholt2011-01-121-1/+1
* meta: Don't tweak BaseLevel when doing glGenerateMipmap().Eric Anholt2011-01-101-4/+1
* mesa/meta: fix broken assertion, rename stack depth varBrian Paul2010-12-101-5/+7
* meta: allow nested meta operationsXiang, Haihao2010-12-101-4/+10
* meta: Mask Stencil.Clear against stencilMax in _mesa_meta_ClearPeter Clifton2010-11-241-1/+2
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-8/+6
* meta: Handle bitmaps with alpha test enabled.Francisco Jerez2010-11-101-6/+35
* meta: Don't try to disable cube maps if the driver doesn't expose the extension.Francisco Jerez2010-11-061-1/+2
* meta: Fix incorrect rendering of the bitmap alpha component.Francisco Jerez2010-11-041-3/+9
* meta: Don't leak alpha function/reference value changes.Francisco Jerez2010-11-041-0/+5
* mesa: Make metaops use program refcounts instead of names.Eric Anholt2010-10-291-17/+20
* Track separate programs for each stageIan Romanick2010-10-271-6/+24
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-134-50/+50
* mesa: Remove EXT_convolution.Eric Anholt2010-09-232-84/+0
* meta: Don't bind the created texture object in init_temp_texture().Francisco Jerez2010-09-161-1/+0
* mesa: Remove unnecessary FEATURE tests.Chia-I Wu2010-09-142-18/+0
* mesa: call ctx->Driver.ChooseTextureFormat() only when necessary.Brian Paul2010-07-201-6/+3
* Merge branch 'shader-file-reorg'Brian Paul2010-06-232-9/+7
|\
| * mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-102-2/+2
| * mesa: move arbprogram.[ch] to main/Brian Paul2010-06-101-1/+1
| * mesa: refactor shader api / object codeBrian Paul2010-06-102-6/+4