summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common
Commit message (Expand)AuthorAgeFilesLines
* mesa/drivers: use new swrast renderbuffer functionsBrian Paul2011-12-081-3/+4
* mesa: rewrite accum buffer supportBrian Paul2011-12-081-1/+2
* mesa: remove the ctx->Driver.IsTextureResident() hookBrian Paul2011-12-081-1/+0
* mesa: remove TextureMemCpy driver hookBrian Paul2011-12-081-1/+0
* mesa: use _mesa_readpixels() as default driver hookBrian Paul2011-11-151-1/+2
* meta: Fix restoring of fixed function texture enables.Eric Anholt2011-11-141-27/+9
* meta: Don't forget to flag state when restoring texobjects.Eric Anholt2011-11-141-2/+5
* meta: Add support for glClear() to integer color buffers.Eric Anholt2011-11-091-4/+109
* Add MapRenderbuffer implementations for software drivers.Eric Anholt2011-11-011-0/+2
* swrast: implement GL_ARB_texture_storageBrian Paul2011-10-311-0/+3
* meta: add _mesa_meta_DrawTex()Chia-I Wu2011-10-303-0/+141
* mesa: Add dd_function_table::PrepareExecBeginChad Versace2011-10-181-0/+1
* meta: Bump MAX_META_OPS_DEPTH from 2 to 8Chad Versace2011-10-181-1/+1
* meta: Add flag MESA_META_SELECT_FEEDBACKChad Versace2011-10-182-0/+28
* meta: Fix saving the active programNeil Roberts2011-10-181-1/+1
* meta: fix redBits size test in get_temp_image_type()Brian Paul2011-10-131-1/+1
* meta: Don't enable TEXTURE_RECTANGLE when it's unsupported.Kenneth Graunke2011-10-061-1/+2
* mesa: Remove unused tnl items from dd_functionsChad Versace2011-09-301-2/+0
* meta: fix GetTexImage() for luminance, l/a, intensity formatsBrian Paul2011-09-301-2/+22
* mesa: simplify parameters to GetTexImage() driver hookBrian Paul2011-09-302-6/+4
* mesa: Add missing includes to meta.hChad Versace2011-09-231-0/+2
* meta: Don't hang on to program refcounts after metaops are done.Eric Anholt2011-09-211-0/+5
* meta: use _mesa_set_enable() in more placesBrian Paul2011-09-201-5/+5
* meta: use _mesa_set_enable(), fix decompress_texture_image()Brian Paul2011-09-201-1/+4
* meta: fix broken sRGB mipmap generationBrian Paul2011-09-201-0/+28
* mesa: plug in swrast texture image alloc/free functionsBrian Paul2011-09-171-1/+2
* swrast: plug in _swrast_new/delete_texture_image() functionsBrian Paul2011-09-171-2/+2
* mesa: add new DeleteTextureImage() driver hookBrian Paul2011-09-171-0/+1
* meta: fix/add checks for GL_EXT_framebuffer_sRGBBrian Paul2011-09-171-2/+4
* 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