aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common/meta.c
Commit message (Expand)AuthorAgeFilesLines
* meta: Add GLSL variant of _mesa_meta_GenerateMipmap() functionAnuj Phogat2012-08-291-58/+220
* meta: Don't modify GL_GENERATE_MIPMAP state when it doesn't existIan Romanick2012-08-231-2/+6
* meta: remove unused variableBrian Paul2012-08-161-1/+1
* meta: allow CopyTexSubImage on integer formatsJordan Justen2012-08-141-6/+10
* meta: texture rectangle textures may not have mipmapsPauli Nieminen2012-08-121-2/+4
* meta: Use sampler object for mipmap generationPauli Nieminen2012-08-121-25/+27
* meta: Use sampler object in framebuffer blitPauli Nieminen2012-08-011-17/+14
* meta: Add sampler object to texture decompressionPauli Nieminen2012-08-011-20/+24
* meta: add support for using API_OPENGL_COREJordan Justen2012-07-301-1/+1
* meta: fix glDrawPixels fallback test, stencil drawingBrian Paul2012-07-271-2/+2
* mesa: move some format helper functions to glformats.cBrian Paul2012-07-241-0/+1
* msaa: Make meta-ops save and restore state of GL_MULTISAMPLE.Paul Berry2012-07-021-1/+16
* meta: Don't alter fragment color clamp in DrawPixels().Kenneth Graunke2012-07-021-1/+0
* meta: Cleanup the resources we allocate.Antoine Labour2012-06-121-6/+66
* mesa: consolidate internal glCopyTexSubImage1/2/3D codeBrian Paul2012-06-061-47/+8
* mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul2012-06-061-16/+5
* meta: Fix GL_RENDERBUFFER binding in decompress_texture_image().Kenneth Graunke2012-06-051-0/+4
* mesa: don't compile integer clear shaders for unsupported APIsOliver McFadden2012-05-301-1/+1
* meta: Fix compilation without FEATURE_EXT_transform_feedbackBenjamin Franzke2012-03-051-0/+6
* meta: Fix compilation without FEATURE_feedbackBenjamin Franzke2012-03-051-0/+6
* meta: Avoid FBO resizing/reallocating in decompress_texture_imageAnuj Phogat2012-02-151-1/+1
* meta: Add pixel store/pack operations in decompress_texture_imageAnuj Phogat2012-02-131-5/+3
* meta: replace abort() with _mesa_problem()Brian Paul2012-02-101-1/+2
* meta: Detect currently-unsupported integer CopyTexSubImage and complain.Eric Anholt2012-01-241-0/+5
* meta: Fallback for glBlitFramebuffer from a multisample surfaceIan Romanick2012-01-231-1/+6
* meta: Add GL_RED/GL_RG support to meta CopyTexImage.Eric Anholt2012-01-121-1/+4
* meta: fix incorrect argument order in setup_texture_coords() callBrian Paul2012-01-121-1/+1
* mesa: rework ctx->Driver.CopyTexSubImage() parametersBrian Paul2012-01-071-15/+20
* meta: add some 'f' suffixes to silence MSVC warningsBrian Paul2012-01-071-2/+2
* mesa: simplify Driver.TexSubImage() parametersBrian Paul2011-12-301-9/+9
* meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin()Chad Versace2011-12-271-0/+2
* mesa: Pause transform feedback during meta ops.Paul Berry2011-12-231-0/+13
* mesa: Save and restore GL_RASTERIZER_DISCARD state during meta ops.Paul Berry2011-12-231-0/+7
* mesa: Add a function to query whether a meta-op is in progress.Paul Berry2011-12-201-0/+10
* meta: use _mesa_prepare_mipmap_level() in the mipmap generation codeBrian Paul2011-12-161-35/+12
* 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
* meta: add _mesa_meta_DrawTex()Chia-I Wu2011-10-301-0/+137
* meta: Bump MAX_META_OPS_DEPTH from 2 to 8Chad Versace2011-10-181-1/+1
* meta: Add flag MESA_META_SELECT_FEEDBACKChad Versace2011-10-181-0/+27
* 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
* meta: fix GetTexImage() for luminance, l/a, intensity formatsBrian Paul2011-09-301-2/+22
* mesa: simplify parameters to GetTexImage() driver hookBrian Paul2011-09-301-4/+3
* 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