| Commit message (Expand) | Author | Age | Files | Lines |
* | meta: Use sampler object in framebuffer blit | Pauli Nieminen | 2012-08-01 | 1 | -17/+14 |
* | meta: Add sampler object to texture decompression | Pauli Nieminen | 2012-08-01 | 1 | -20/+24 |
* | meta: add support for using API_OPENGL_CORE | Jordan Justen | 2012-07-30 | 1 | -1/+1 |
* | meta: fix glDrawPixels fallback test, stencil drawing | Brian Paul | 2012-07-27 | 1 | -2/+2 |
* | mesa: move some format helper functions to glformats.c | Brian Paul | 2012-07-24 | 1 | -0/+1 |
* | msaa: Make meta-ops save and restore state of GL_MULTISAMPLE. | Paul Berry | 2012-07-02 | 2 | -1/+17 |
* | meta: Don't alter fragment color clamp in DrawPixels(). | Kenneth Graunke | 2012-07-02 | 1 | -1/+0 |
* | meta: Cleanup the resources we allocate. | Antoine Labour | 2012-06-12 | 1 | -6/+66 |
* | mesa: consolidate internal glCompressedTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 1 | -3/+1 |
* | mesa: consolidate internal glCompressedTexImage1/2/3D code | Brian Paul | 2012-06-06 | 1 | -3/+1 |
* | mesa: consolidate internal glCopyTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 3 | -71/+15 |
* | mesa: consolidate internal glTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 2 | -19/+6 |
* | mesa: consolidate internal glTexImage1/2/3D code | Brian Paul | 2012-06-06 | 1 | -3/+1 |
* | meta: Fix GL_RENDERBUFFER binding in decompress_texture_image(). | Kenneth Graunke | 2012-06-05 | 1 | -0/+4 |
* | mesa: don't compile integer clear shaders for unsupported APIs | Oliver McFadden | 2012-05-30 | 1 | -1/+1 |
* | mesa: remove ctx->Driver.ClearColor() hook | Brian Paul | 2012-03-12 | 1 | -1/+0 |
* | mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooks | Brian Paul | 2012-03-12 | 1 | -2/+0 |
* | meta: Fix compilation without FEATURE_EXT_transform_feedback | Benjamin Franzke | 2012-03-05 | 1 | -0/+6 |
* | meta: Fix compilation without FEATURE_feedback | Benjamin Franzke | 2012-03-05 | 1 | -0/+6 |
* | meta: Avoid FBO resizing/reallocating in decompress_texture_image | Anuj Phogat | 2012-02-15 | 1 | -1/+1 |
* | meta: Add pixel store/pack operations in decompress_texture_image | Anuj Phogat | 2012-02-13 | 1 | -5/+3 |
* | meta: replace abort() with _mesa_problem() | Brian Paul | 2012-02-10 | 1 | -1/+2 |
* | meta: Detect currently-unsupported integer CopyTexSubImage and complain. | Eric Anholt | 2012-01-24 | 1 | -0/+5 |
* | mesa: remove ctx->Driver.Map/UnmapTexture() hooks | Brian Paul | 2012-01-24 | 1 | -2/+0 |
* | meta: Fallback for glBlitFramebuffer from a multisample surface | Ian Romanick | 2012-01-23 | 1 | -1/+6 |
* | meta: Add GL_RED/GL_RG support to meta CopyTexImage. | Eric Anholt | 2012-01-12 | 1 | -1/+4 |
* | meta: fix incorrect argument order in setup_texture_coords() call | Brian Paul | 2012-01-12 | 1 | -1/+1 |
* | mesa: rework ctx->Driver.CopyTexSubImage() parameters | Brian Paul | 2012-01-07 | 2 | -18/+29 |
* | meta: add some 'f' suffixes to silence MSVC warnings | Brian Paul | 2012-01-07 | 1 | -2/+2 |
* | mesa: simplify Driver.TexSubImage() parameters | Brian Paul | 2011-12-30 | 1 | -9/+9 |
* | meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin() | Chad Versace | 2011-12-27 | 1 | -0/+2 |
* | mesa: Pause transform feedback during meta ops. | Paul Berry | 2011-12-23 | 1 | -0/+13 |
* | mesa: Save and restore GL_RASTERIZER_DISCARD state during meta ops. | Paul Berry | 2011-12-23 | 1 | -0/+7 |
* | mesa: Add a function to query whether a meta-op is in progress. | Paul Berry | 2011-12-20 | 2 | -0/+13 |
* | meta: use _mesa_prepare_mipmap_level() in the mipmap generation code | Brian Paul | 2011-12-16 | 1 | -35/+12 |
* | mesa/drivers: use new swrast renderbuffer functions | Brian Paul | 2011-12-08 | 1 | -3/+4 |
* | mesa: rewrite accum buffer support | Brian Paul | 2011-12-08 | 1 | -1/+2 |
* | mesa: remove the ctx->Driver.IsTextureResident() hook | Brian Paul | 2011-12-08 | 1 | -1/+0 |
* | mesa: remove TextureMemCpy driver hook | Brian Paul | 2011-12-08 | 1 | -1/+0 |
* | mesa: use _mesa_readpixels() as default driver hook | Brian Paul | 2011-11-15 | 1 | -1/+2 |
* | meta: Fix restoring of fixed function texture enables. | Eric Anholt | 2011-11-14 | 1 | -27/+9 |
* | meta: Don't forget to flag state when restoring texobjects. | Eric Anholt | 2011-11-14 | 1 | -2/+5 |
* | meta: Add support for glClear() to integer color buffers. | Eric Anholt | 2011-11-09 | 1 | -4/+109 |
* | Add MapRenderbuffer implementations for software drivers. | Eric Anholt | 2011-11-01 | 1 | -0/+2 |
* | swrast: implement GL_ARB_texture_storage | Brian Paul | 2011-10-31 | 1 | -0/+3 |
* | meta: add _mesa_meta_DrawTex() | Chia-I Wu | 2011-10-30 | 3 | -0/+141 |
* | mesa: Add dd_function_table::PrepareExecBegin | Chad Versace | 2011-10-18 | 1 | -0/+1 |
* | meta: Bump MAX_META_OPS_DEPTH from 2 to 8 | Chad Versace | 2011-10-18 | 1 | -1/+1 |
* | meta: Add flag MESA_META_SELECT_FEEDBACK | Chad Versace | 2011-10-18 | 2 | -0/+28 |
* | meta: Fix saving the active program | Neil Roberts | 2011-10-18 | 1 | -1/+1 |