summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common
Commit message (Expand)AuthorAgeFilesLines
* meta: Remove redundant code in _mesa_meta_GenerateMipmapAnuj Phogat2013-01-201-61/+4
* _mesa_meta_GenerateMipmap: Support all texture targets by generating shaders ...Anuj Phogat2012-10-071-37/+169
* meta: Use float for temporary images, not (un)signed normalized.Kenneth Graunke2012-09-281-4/+8
* meta: Don't _mesa_set_enable() invalid targets in ES 1.Kenneth Graunke2012-09-281-0/+2
* meta: Don't _mesa_set_enable() invalid targets in ES 1.Kenneth Graunke2012-09-251-8/+11
* meta: Don't save and restore fog state when there is no fog stateIan Romanick2012-09-031-2/+6
* meta: remove call to _meta_in_progress(), fix multisample enable/disableBrian Paul2012-08-301-2/+31
* meta: add parenthesis to silence compiler warningsBrian Paul2012-08-301-2/+2
* meta: Don't use deprecated keyword in 1.30 shaderIan Romanick2012-08-291-1/+1
* mesa: Only FRONT_AND_BACK is allowed for PolygonMode in core contextIan Romanick2012-08-291-2/+8
* meta: Don't stray outside the confines of the API specified in the contextPaul Berry2012-08-291-42/+58
* 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-022-1/+17
* 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 glCompressedTexSubImage1/2/3D codeBrian Paul2012-06-061-3/+1
* mesa: consolidate internal glCompressedTexImage1/2/3D codeBrian Paul2012-06-061-3/+1
* mesa: consolidate internal glCopyTexSubImage1/2/3D codeBrian Paul2012-06-063-71/+15
* mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul2012-06-062-19/+6
* mesa: consolidate internal glTexImage1/2/3D codeBrian Paul2012-06-061-3/+1
* 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
* mesa: remove ctx->Driver.ClearColor() hookBrian Paul2012-03-121-1/+0
* mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooksBrian Paul2012-03-121-2/+0
* 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
* mesa: remove ctx->Driver.Map/UnmapTexture() hooksBrian Paul2012-01-241-2/+0
* 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-072-18/+29
* 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