summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: remove super old TODOs from shaderapi.cTimothy Arceri2019-08-071-5/+0
* mesa/gallium: add dric option to allow overriding GL vendor stringTimothy Arceri2019-08-072-0/+6
* mesa: add EXT_shader_image_load_store glBindImageTextureEXT functionPierre-Eric Pelloux-Prayer2019-08-063-9/+47
* glapi: add EXT_shader_image_load_storePierre-Eric Pelloux-Prayer2019-08-062-0/+2
* mesa: add EXT_dsa glMultiTexCoordPointerEXT functionPierre-Eric Pelloux-Prayer2019-08-063-2/+30
* mesa: add EXT_dsa glMultiTexGen* functionsPierre-Eric Pelloux-Prayer2019-08-063-145/+262
* mesa: add EXT_dsa glCopyMultiTexImage* and glCopyMultiTexSubImage*Pierre-Eric Pelloux-Prayer2019-08-064-5/+308
* mesa: add EXT_dsa glGetMultiTexParameteriv/fvEXTPierre-Eric Pelloux-Prayer2019-08-063-3/+49
* mesa: add EXT_dsa glMultiTexSubImage1D/2D/3DEXTPierre-Eric Pelloux-Prayer2019-08-064-3/+231
* mesa: add EXT_dsa glMultiTexImage1D/2D/3DEXT + glGetMultiTexImageEXTPierre-Eric Pelloux-Prayer2019-08-066-5/+299
* mesa: add glBindMultiTextureEXT display list supportPierre-Eric Pelloux-Prayer2019-08-061-0/+23
* mesa: add EXT_dsa glMultiTexParameter* functionsPierre-Eric Pelloux-Prayer2019-08-064-4/+192
* mesa: add EXT_dsa (Get)MultiTexEnv functionsPierre-Eric Pelloux-Prayer2019-08-063-1/+175
* mesa: add _mesa_(get)texenvi(f)v_indexed helpersPierre-Eric Pelloux-Prayer2019-08-061-27/+50
* mesa: add new helper _mesa_get_texobj_by_target_and_texunitPierre-Eric Pelloux-Prayer2019-08-063-43/+82
* mesa: replace _mesa_get_current_fixedfunc_tex_unit with _mesa_get_fixedfunc_t...Pierre-Eric Pelloux-Prayer2019-08-064-12/+10
* mesa: add an ASSERTEDEric Engestrom2019-07-311-1/+1
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* mesa: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-311-2/+2
* mesa: drop MAYBE_UNUSED varEric Engestrom2019-07-311-3/+1
* mesa: add EXT_dsa indexed generic queriesPierre-Eric Pelloux-Prayer2019-07-304-4/+40
* mesa: add EXT_dsa indexed texture commands functionsPierre-Eric Pelloux-Prayer2019-07-303-2/+54
* mesa: add EXT_dsa (Named)Framebuffer functionsPierre-Eric Pelloux-Prayer2019-07-305-22/+311
* mesa: add EXT_dsa NamedBuffer functionsPierre-Eric Pelloux-Prayer2019-07-303-9/+121
* mesa: extension boilerplate for EXT_texture_shadow_lodPaulo Zanoni2019-07-302-0/+2
* mesa/spirv: Set frag_coord_is_sysval to GLSLFragCoordIsSysValJason Ekstrand2019-07-291-0/+1