summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* meta/copy_image: Stash off the scissorJason Ekstrand2015-07-281-2/+2
* st/mesa: remove st_context::missing textures and get_passthrough_fsMarek Olšák2015-07-292-28/+2
* st/mesa: remove st_finalize_textures atomMarek Olšák2015-07-293-47/+0
* st/mesa: add shader dumping for shader-dbMarek Olšák2015-07-291-0/+66
* st/mesa: fix GLSL 1.30 texture shadow functions with the GL_ALPHA depth mode ...Marek Olšák2015-07-293-47/+77
* i965: Support importing R8 and GR88 dma_bufsChad Versace2015-07-281-0/+6
* st/mesa: don't ignore texture buffer state changesMarek Olšák2015-07-253-5/+7
* mesa: fix error checking for getting zero-sized texture imagesIlia Mirkin2015-07-241-9/+9
* mesa: Fix typo in a commentAnuj Phogat2015-07-241-1/+1
* 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-243-15/+20
* 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
* mesa: Add a helper function _mesa_need_luminance_to_rgb_conversion()Anuj Phogat2015-07-242-0/+22
* meta: Use _mesa_unpack_format_to_base_format() to handle integer formatsAnuj Phogat2015-07-241-4/+2
* mesa: Add a helper function _mesa_unpack_format_to_base_format()Anuj Phogat2015-07-242-0/+47
* 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: Turn get_readpixels_transfer_ops() in to a global functionAnuj Phogat2015-07-242-7/+15
* i965: Use updated kernel interface for accurate TIMESTAMP readsChris Wilson2015-07-243-17/+49
* radeon: Silence GCC unused-but-set-variable warnings.Vinson Lee2015-07-231-1/+5
* doxygen: Link GLvector4f struct members properly, avoiding invalid XML/HTML w...Rhys Kidd2015-07-231-1/+1
* doxygen: Correct grammatical typo in math/m_vector.hRhys Kidd2015-07-231-1/+1
* mesa: minor clean-ups in shaderapi.cBrian Paul2015-07-231-7/+10
* mesa: fix _mesa_error() compiler warnings in shaderapi.cBrian Paul2015-07-231-33/+33
* st/mesa: remove unused 'samp' function parametersBrian Paul2015-07-231-5/+3
* st/mesa: add comments on a few sampler view functionsBrian Paul2015-07-231-0/+10
* mesa: do more thorough target checking in compressed_subtexture_target_check()Brian Paul2015-07-231-26/+40
* mesa: another target fix in compressed_subtexture_target_check()Brian Paul2015-07-231-1/+8
* mesa: simplify format check in compressed_subtexture_target_check()Brian Paul2015-07-231-14/+10
* mesa: initialize variables to silence compiler warningsBrian Paul2015-07-232-3/+3
* i965: add support for ARB_shader_subroutineDave Airlie2015-07-245-0/+13
* mesa: rearrange texture error checking orderIlia Mirkin2015-07-231-13/+13
* mesa: adjust error message when there's a missing teximageIlia Mirkin2015-07-231-2/+1
* mesa: Fix error in target validation of glCompressedTex(ture)SubImage3D() callsEduardo Lima Mitev2015-07-231-1/+2
* st/mesa: enable shader subroutineDave Airlie2015-07-231-0/+1
* st/mesa: add subroutine bits (v1.1)Dave Airlie2015-07-231-1/+1
* mesa: fill out the ARB_shader_subroutine APIsDave Airlie2015-07-232-3/+451
* program: add subroutine uniform support (v1.1)Dave Airlie2015-07-231-0/+3
* program_resource: add subroutine support (v3.1)Dave Airlie2015-07-232-22/+179
* mesa/mtypes: add gl_subroutine_function and uniform storage to shader (v2)Dave Airlie2015-07-231-0/+28
* mesa: add function to check if shader subroutines are enabled.Dave Airlie2015-07-231-0/+9
* mesa: add inline conversion functions for ARB_shader_subroutine (v2)Dave Airlie2015-07-231-0/+101
* glsl/types: add new subroutine type (v3.2)Dave Airlie2015-07-231-0/+4
* dispatch_sanity: add shader subroutine to fix make checkDave Airlie2015-07-231-8/+10
* mesa: Add glGet support for ARB_shader_subroutine implementation limitsChris Forbes2015-07-234-0/+20
* mesa: Add extension tracking for arb_shader_subroutine (v2)Chris Forbes2015-07-233-1/+3
* mesa: Add stubs for ARB_shader_subroutine entrypointsChris Forbes2015-07-232-0/+95