| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/gl: Sync with Khronos registry | Heinrich Fink | 2019-09-16 | 1 | -1/+1 |
* | mesa: fix texStore for FORMAT_Z32_FLOAT_S8X24_UINT | Jiadong Zhu | 2019-09-12 | 1 | -3/+3 |
* | mesa/spirv: Set a few more extensions | Caio Marcelo de Oliveira Filho | 2019-09-10 | 1 | -0/+3 |
* | mesa: Eliminate gl_config::rgbMode | Adam Jackson | 2019-09-09 | 3 | -3/+0 |
* | mesa: Eliminate gl_config::have{Accum,Depth,Stencil}Buffer | Adam Jackson | 2019-09-09 | 5 | -15/+4 |
* | mesa: Remove unused gl_config::indexBits | Adam Jackson | 2019-09-09 | 3 | -4/+1 |
* | egl: Add GL_MESA_EGL_sync support | Heinrich Fink | 2019-09-08 | 1 | -0/+1 |
* | gallium: Plumb through a way to disable GLSL const lowering | Connor Abbott | 2019-09-05 | 2 | -0/+7 |
* | headers: remove redundant GL token from GL wrapper | Heinrich Fink | 2019-09-05 | 1 | -4/+0 |
* | teximage: ensure that Tex*SubImage* checks format | Ilia Mirkin | 2019-09-04 | 1 | -0/+9 |
* | mesa/main: remove unused include | Erik Faye-Lund | 2019-09-02 | 1 | -1/+0 |
* | mesa: Fix _mesa_float_to_unorm() on 32-bit systems. | Kenneth Graunke | 2019-08-27 | 1 | -1/+1 |
* | mesa: recover target_check before get_current_tex_objects | Jose Maria Casanova Crespo | 2019-08-21 | 1 | -7/+7 |
* | dri: Add config attributes for color channel shift | Kevin Strasser | 2019-08-21 | 2 | -3/+7 |
* | mesa/version: uncomment SPIR-V extensions | Alejandro PiƱeiro | 2019-08-21 | 1 | -2/+2 |
* | mesa/compiler: rework tear down of builtin/types | Lionel Landwerlin | 2019-08-21 | 3 | -7/+34 |
* | mesa: reverse no_error on compressed_tex_sub_image for TEX_MODE_CURRENT | Jose Maria Casanova Crespo | 2019-08-20 | 1 | -2/+2 |
* | mesa: add ext_dsa GetMultiTexLevelParameterEXT | Pierre-Eric Pelloux-Prayer | 2019-08-19 | 3 | -2/+57 |
* | mesa: add EXT_dsa glCompressedMultiTex* functions display list support | Pierre-Eric Pelloux-Prayer | 2019-08-19 | 1 | -0/+276 |
* | mesa: add EXT_dsa glCompressedMultiTex* functions | Pierre-Eric Pelloux-Prayer | 2019-08-19 | 5 | -12/+196 |
* | mesa: add EXT_dsa glCompressedTex* functions display list support | Pierre-Eric Pelloux-Prayer | 2019-08-19 | 1 | -0/+239 |
* | mesa: add EXT_dsa glCompressedTexture(Sub)Image1D/2D/3D functions | Pierre-Eric Pelloux-Prayer | 2019-08-19 | 5 | -6/+152 |
* | mesa: refactor compressed_tex_sub_image function | Pierre-Eric Pelloux-Prayer | 2019-08-19 | 1 | -101/+115 |
* | win32: unify strcasecmp definitions | Erik Faye-Lund | 2019-08-15 | 1 | -3/+0 |
* | mesa/main: avoid warning when casting offset to pointer | Erik Faye-Lund | 2019-08-15 | 1 | -1/+1 |
* | i965/spirv: Lower shared memory later | Caio Marcelo de Oliveira Filho | 2019-08-10 | 1 | -1/+0 |
* | mesa: be consistent on GL_TRUE/GL_FALSE & TRUE/FALSE | Lionel Landwerlin | 2019-08-09 | 2 | -3/+3 |
* | mesa: drop some p_compiler.h types | Lionel Landwerlin | 2019-08-09 | 1 | -2/+2 |
* | mesa/main: cast away constness | Erik Faye-Lund | 2019-08-08 | 1 | -1/+1 |
* | mesa: Use _mesa_delete_transform_feedback_object in drivers | Yevhenii Kolesnikov | 2019-08-07 | 2 | -17/+27 |
* | mesa: use _mesa_delete_query in drivers | Yevhenii Kolesnikov | 2019-08-07 | 2 | -2/+10 |
* | mesa: remove super old TODOs from shaderapi.c | Timothy Arceri | 2019-08-07 | 1 | -5/+0 |
* | mesa/gallium: add dric option to allow overriding GL vendor string | Timothy Arceri | 2019-08-07 | 2 | -0/+6 |
* | mesa: add EXT_shader_image_load_store glBindImageTextureEXT function | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 3 | -9/+47 |
* | glapi: add EXT_shader_image_load_store | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 2 | -0/+2 |
* | mesa: add EXT_dsa glMultiTexCoordPointerEXT function | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 3 | -2/+30 |
* | mesa: add EXT_dsa glMultiTexGen* functions | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 3 | -145/+262 |
* | mesa: add EXT_dsa glCopyMultiTexImage* and glCopyMultiTexSubImage* | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 4 | -5/+308 |
* | mesa: add EXT_dsa glGetMultiTexParameteriv/fvEXT | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 3 | -3/+49 |
* | mesa: add EXT_dsa glMultiTexSubImage1D/2D/3DEXT | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 4 | -3/+231 |
* | mesa: add EXT_dsa glMultiTexImage1D/2D/3DEXT + glGetMultiTexImageEXT | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 6 | -5/+299 |
* | mesa: add glBindMultiTextureEXT display list support | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 1 | -0/+23 |
* | mesa: add EXT_dsa glMultiTexParameter* functions | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 4 | -4/+192 |
* | mesa: add EXT_dsa (Get)MultiTexEnv functions | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 3 | -1/+175 |
* | mesa: add _mesa_(get)texenvi(f)v_indexed helpers | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 1 | -27/+50 |
* | mesa: add new helper _mesa_get_texobj_by_target_and_texunit | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 3 | -43/+82 |
* | mesa: replace _mesa_get_current_fixedfunc_tex_unit with _mesa_get_fixedfunc_t... | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 4 | -12/+10 |
* | mesa: add an ASSERTED | Eric Engestrom | 2019-07-31 | 1 | -1/+1 |
* | tree-wide: replace MAYBE_UNUSED with ASSERTED | Eric Engestrom | 2019-07-31 | 1 | -1/+1 |
* | mesa: replace MAYBE_UNUSED with UNUSED | Eric Engestrom | 2019-07-31 | 1 | -2/+2 |