summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: add EXT_dsa glClientAttribDefaultEXT / glPushClientAttribDefaultEXTPierre-Eric Pelloux-Prayer2019-10-183-2/+83
* mesa: add EXT_dsa glNamedRenderbufferStorageEXT and glGetNamedRenderbufferPar...Pierre-Eric Pelloux-Prayer2019-10-183-2/+43
* mesa: Refactor the entirety of _mesa_format_matches_format_and_type().Eric Anholt2019-10-176-642/+111
* mesa: Add support for array formats of depth and stencil.Eric Anholt2019-10-176-8/+83
* mesa: Add format/type matching for DEPTH/UINT_24_8.Eric Anholt2019-10-171-0/+2
* mesa: Fix depth/stencil ordering in _mesa_format_from_format_and_type().Eric Anholt2019-10-171-1/+1
* mesa: Add debug info to _mesa_format_from_format_and_type() error path.Eric Anholt2019-10-171-0/+4
* mesa: fix invalid target error handling for teximagePierre-Eric Pelloux-Prayer2019-10-161-7/+8
* mesa: Handle pbuffers in desktop GL framebuffer attachment queriesKenneth Graunke2019-10-151-5/+7
* mesa: Make back_to_front_if_single_buffered non-staticKenneth Graunke2019-10-152-5/+9
* mesa: Use ctx->ReadBuffer in glReadBuffer back-to-front testsKenneth Graunke2019-10-151-4/+5
* egl: Fixes transparency with EGL and X11.Hal Gentz2019-10-111-0/+3
* mesa/main: prefer R8-textures instead of A8 for glBitmap in display listsErik Faye-Lund2019-10-092-3/+11
* mesa: Allow MESA_framebuffer_flip_y for GLES 3Fritz Koenig2019-10-084-13/+62
* mesa: don't forget to clear _Layer field on texture unitLionel Landwerlin2019-10-011-1/+1
* mesa: Extension boilerplate for EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-09-302-0/+2
* shader_enums: Move MAX_DRAW_BUFFERS to this file.Eric Anholt2019-09-271-6/+1
* Move blob from compiler/ to util/Jason Ekstrand2019-09-191-1/+1
* util/u_queue: track job size and limit the size of queue growthTimothy Arceri2019-09-191-2/+2
* mesa/gl: Sync with Khronos registryHeinrich Fink2019-09-161-1/+1
* mesa: fix texStore for FORMAT_Z32_FLOAT_S8X24_UINTJiadong Zhu2019-09-121-3/+3
* mesa/spirv: Set a few more extensionsCaio Marcelo de Oliveira Filho2019-09-101-0/+3
* mesa: Eliminate gl_config::rgbModeAdam Jackson2019-09-093-3/+0
* mesa: Eliminate gl_config::have{Accum,Depth,Stencil}BufferAdam Jackson2019-09-095-15/+4
* mesa: Remove unused gl_config::indexBitsAdam Jackson2019-09-093-4/+1
* egl: Add GL_MESA_EGL_sync supportHeinrich Fink2019-09-081-0/+1
* gallium: Plumb through a way to disable GLSL const loweringConnor Abbott2019-09-052-0/+7
* headers: remove redundant GL token from GL wrapperHeinrich Fink2019-09-051-4/+0
* teximage: ensure that Tex*SubImage* checks formatIlia Mirkin2019-09-041-0/+9
* mesa/main: remove unused includeErik Faye-Lund2019-09-021-1/+0
* mesa: Fix _mesa_float_to_unorm() on 32-bit systems.Kenneth Graunke2019-08-271-1/+1
* mesa: recover target_check before get_current_tex_objectsJose Maria Casanova Crespo2019-08-211-7/+7
* dri: Add config attributes for color channel shiftKevin Strasser2019-08-212-3/+7
* mesa/version: uncomment SPIR-V extensionsAlejandro PiƱeiro2019-08-211-2/+2
* mesa/compiler: rework tear down of builtin/typesLionel Landwerlin2019-08-213-7/+34
* mesa: reverse no_error on compressed_tex_sub_image for TEX_MODE_CURRENTJose Maria Casanova Crespo2019-08-201-2/+2
* mesa: add ext_dsa GetMultiTexLevelParameterEXTPierre-Eric Pelloux-Prayer2019-08-193-2/+57
* mesa: add EXT_dsa glCompressedMultiTex* functions display list supportPierre-Eric Pelloux-Prayer2019-08-191-0/+276
* mesa: add EXT_dsa glCompressedMultiTex* functionsPierre-Eric Pelloux-Prayer2019-08-195-12/+196
* mesa: add EXT_dsa glCompressedTex* functions display list supportPierre-Eric Pelloux-Prayer2019-08-191-0/+239
* mesa: add EXT_dsa glCompressedTexture(Sub)Image1D/2D/3D functionsPierre-Eric Pelloux-Prayer2019-08-195-6/+152
* mesa: refactor compressed_tex_sub_image functionPierre-Eric Pelloux-Prayer2019-08-191-101/+115
* win32: unify strcasecmp definitionsErik Faye-Lund2019-08-151-3/+0
* mesa/main: avoid warning when casting offset to pointerErik Faye-Lund2019-08-151-1/+1
* i965/spirv: Lower shared memory laterCaio Marcelo de Oliveira Filho2019-08-101-1/+0
* mesa: be consistent on GL_TRUE/GL_FALSE & TRUE/FALSELionel Landwerlin2019-08-092-3/+3
* mesa: drop some p_compiler.h typesLionel Landwerlin2019-08-091-2/+2
* mesa/main: cast away constnessErik Faye-Lund2019-08-081-1/+1
* mesa: Use _mesa_delete_transform_feedback_object in driversYevhenii Kolesnikov2019-08-072-17/+27
* mesa: use _mesa_delete_query in driversYevhenii Kolesnikov2019-08-072-2/+10