aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common
Commit message (Expand)AuthorAgeFilesLines
* meta: Handle array textures in scaled MSAA blitsIan Romanick2015-09-301-15/+20
* mesa: rework Driver.CopyImageSubData() and related codeBrian Paul2015-09-242-8/+97
* meta: Abort meta pbo path if TexSubImage need signed unsigned conversionAnuj Phogat2015-09-141-18/+25
* meta: Use result of texture coordinate clamping operationIan Romanick2015-09-101-2/+2
* meta: Always bind the textureIan Romanick2015-09-101-3/+6
* meta: Save/restore compute shadersJordan Justen2015-09-021-2/+4
* meta: Compute correct buffer size with SkipRows/SkipPixelsChris Wilson2015-09-021-15/+30
* Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()Anuj Phogat2015-07-291-3/+3
* meta/copy_image: Stash off the scissorJason Ekstrand2015-07-281-2/+2
* meta: Use _mesa_need_rgb_to_luminance_conversion() in decompress_texture_image()Anuj Phogat2015-07-241-5/+2
* mesa: Change the signature of _mesa_need_rgb_to_luminance_conversion()Anuj Phogat2015-07-241-1/+3
* meta: Fix reading luminance texture as rgba in _mesa_meta_pbo_GetTexSubImage()Anuj Phogat2015-07-241-2/+34
* 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
* meta: Don't do fragment color clamping in _mesa_meta_pbo_GetTexSubImageAnuj Phogat2015-07-241-0/+5
* meta: Abort meta pbo path if readpixels need signed-unsigned conversionAnuj Phogat2015-07-241-0/+26
* meta: Fix transfer operations check in meta pbo path for readpixelsAnuj Phogat2015-07-241-4/+9
* mesa: add tessellation shader enumsFabian Bieler2015-07-231-0/+2
* mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()Brian Paul2015-07-211-1/+1
* mesa: replace Driver.GetTexImage with GetTexSubImage()Brian Paul2015-07-213-14/+18
* 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-213-33/+65
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-202-2/+2
* meta: Only change and restore viewport 0 in mesa meta modeMike Stroyan2015-06-271-2/+2
* meta: Abort texture upload if pixels == null and no pixel unpack buffer setAnuj Phogat2015-06-151-1/+2
* meta: Abort meta path if ReadPixels need rgb to luminance conversionAnuj Phogat2015-06-151-0/+9
* meta: Use is_power_of_two() helper functionAnuj Phogat2015-06-151-3/+3
* main: Refactor _mesa_drawbuffers.Laura Ekstrand2015-05-141-1/+2
* main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand2015-05-141-1/+1
* meta: remove unneeded #include colortab.hBrian Paul2015-04-281-1/+0
* meta: Remove error checks for texture <-> pixel-buffer transfers that don't b...Eduardo Lima Mitev2015-03-131-32/+0
* meta: Plug memory leakBen Widawsky2015-03-091-1/+3
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-051-0/+7
* meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImageNeil Roberts2015-03-051-0/+8
* meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImageNeil Roberts2015-03-051-12/+20
* Revert "common: Fix PBOs for 1D_ARRAY."Neil Roberts2015-03-051-36/+26
* meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_beginJason Ekstrand2015-03-021-4/+4
* meta: silence declaration after code warning on MinGWBrian Paul2015-02-271-1/+2
* meta: silence uninitialized variable warnings for MinGWBrian Paul2015-02-271-0/+2
* meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source texNeil Roberts2015-02-261-4/+0
* meta: Pass null pointer for the pixel data to avoid unnecessary data uploadAnuj Phogat2015-02-251-1/+4
* meta: Fix buffer object assignment to account for both pack and unpack bo'sAnuj Phogat2015-02-251-1/+1
* meta: Use GL_STREAM_READ for pbo created with GL_PIXEL_PACK_BUFFERAnuj Phogat2015-02-251-1/+7
* meta: Add assertion check for ctx->Meta->SaveStackDepthAnuj Phogat2015-02-251-0/+2
* meta: Do power of two samples check only for samples > 0Anuj Phogat2015-02-251-2/+2
* common: Fix PBOs for 1D_ARRAY.Laura Ekstrand2015-02-241-26/+36
* common: Correct PBO 2D_ARRAY handling.Laura Ekstrand2015-02-241-9/+17
* common: Correct texture init for meta pbo uploads and downloads.Laura Ekstrand2015-02-241-1/+4
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-5/+5