summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common/meta.c
Commit message (Expand)AuthorAgeFilesLines
* meta: Don't save or restore the active client textureIan Romanick2015-11-241-3/+0
* meta: Don't save or restore the VBO bindingIan Romanick2015-11-241-6/+0
* meta: Don't pollute the buffer object namespace in _mesa_meta_DrawTexIan Romanick2015-11-241-30/+21
* meta: Use internal functions for buffer object and VAO access in _mesa_meta_D...Ian Romanick2015-11-241-12/+20
* meta: Track VBO using gl_buffer_object instead of GL API object handle in _me...Ian Romanick2015-11-241-5/+18
* meta: Partially convert _mesa_meta_DrawTex to DSAIan Romanick2015-11-241-6/+6
* meta: Don't pollute the buffer object namespace in _mesa_meta_setup_vertex_ob...Ian Romanick2015-11-241-14/+3
* meta: Use internal functions for buffer object and VAO accessIan Romanick2015-11-241-33/+43
* meta: Use DSA functions for VBOs in _mesa_meta_setup_vertex_objectsIan Romanick2015-11-241-19/+24
* meta: Track VBO using gl_buffer_object instead of GL API object handleIan Romanick2015-11-241-24/+45
* meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objectsIan Romanick2015-11-241-14/+28
* meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _me...Ian Romanick2015-11-241-7/+5
* mesa: In helpers, only check driver capability for metaNanley Chery2015-11-121-0/+11
* meta: Save/restore compute shadersJordan Justen2015-09-021-2/+4
* meta: Use _mesa_need_rgb_to_luminance_conversion() in decompress_texture_image()Anuj Phogat2015-07-241-5/+2
* meta: Use _mesa_need_luminance_to_rgb_conversion() in decompress_texture_image()Anuj Phogat2015-07-241-10/+2
* meta: Use _mesa_unpack_format_to_base_format() to handle integer formatsAnuj Phogat2015-07-241-4/+2
* mesa: Set green, blue channels to zero only for formats with these componentsAnuj Phogat2015-07-241-3/+10
* mesa: add tessellation shader enumsFabian Bieler2015-07-231-0/+2
* mesa: replace Driver.GetTexImage with GetTexSubImage()Brian Paul2015-07-211-10/+12
* meta: add offset, width, height parameters to decompress_texture_image()Brian Paul2015-07-211-5/+5
* meta: handle subimages in _mesa_meta_setup_texture_coords()Brian Paul2015-07-211-31/+57
* meta: Only change and restore viewport 0 in mesa meta modeMike Stroyan2015-06-271-2/+2
* main: Refactor _mesa_drawbuffers.Laura Ekstrand2015-05-141-1/+2
* meta: remove unneeded #include colortab.hBrian Paul2015-04-281-1/+0
* meta: Plug memory leakBen Widawsky2015-03-091-1/+3
* meta: Add assertion check for ctx->Meta->SaveStackDepthAnuj Phogat2015-02-251-0/+2
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-5/+5
* meta: Fix saving the results of the current occlusion queryNeil Roberts2015-02-161-7/+10
* DD: Refactor BlitFramebuffer.Laura Ekstrand2015-02-021-1/+2
* meta: Don't write depth when decompressing tex-imagesTopi Pohjolainen2015-01-301-1/+1
* meta/blit: Write depth only when asked forTopi Pohjolainen2015-01-301-2/+3
* meta/blit: Add plumbing for shaders without depthTopi Pohjolainen2015-01-301-1/+2
* meta: Put _mesa_meta_in_progress in the header fileIan Romanick2015-01-141-10/+0
* main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.Laura Ekstrand2015-01-081-1/+1
* meta: init var to silence uninitialized variable warningBrian Paul2015-01-051-1/+1
* meta: Only use _mesa_ClipControl if the extension is supportedIan Romanick2014-10-241-4/+7
* mesa: Handle clip control in meta operations.Mathias Fröhlich2014-10-241-0/+6
* meta: s/INLINE/inline/Brian Paul2014-09-041-1/+1
* meta: Make MESA_META_DRAW_BUFFERS restore properlyKristian Høgsberg2014-09-021-34/+4
* i965,meta: Stop unlocking the texture to try and prevent deadlocks.Kenneth Graunke2014-08-201-18/+0
* meta: Use instanced rendering for layered clears.Kenneth Graunke2014-08-151-16/+5
* meta: Export _mesa_meta_drawbuffers_from_bitfield()Kristian Høgsberg2014-08-151-3/+3
* mesa/meta: Support decompressing floating-point formatsNeil Roberts2014-08-121-31/+66
* mesa/meta: Make _mesa_meta_bind_fbo_image also take a framebuffer targetJason Ekstrand2014-08-111-16/+22
* meta: Fix datatype computation in get_temp_image_type()Anuj Phogat2014-08-041-5/+4
* meta: Move the call to _mesa_get_format_datatype() out of switchAnuj Phogat2014-08-041-7/+3
* meta: Use _mesa_get_format_bits() to get the GL_RED_BITSAnuj Phogat2014-08-041-2/+3
* meta: Initialize the variable in declaration statementAnuj Phogat2014-08-041-3/+1
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1