| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: set UniformBooleanTrue = 1.0f by default | Marek Olšák | 2014-09-05 | 2 | -0/+10 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2014-09-04 | 3 | -5/+5 |
* | mesa: invalidate draw state in glPopClientAttrib | Marek Olšák | 2014-09-04 | 1 | -0/+4 |
* | Eliminate several cases of multiplication in arguments to calloc | Carl Worth | 2014-09-03 | 1 | -4/+4 |
* | main: Don't leak temporary texture rows | Jason Ekstrand | 2014-09-02 | 1 | -0/+4 |
* | main/cs: Add gl_context::ComputeProgram | Paul Berry | 2014-09-01 | 1 | -0/+15 |
* | mesa: Convert NewDriverState to 64-bits | Jordan Justen | 2014-09-01 | 1 | -8/+8 |
* | mesa: force height of 1D textures to be 1 in texture views | Ilia Mirkin | 2014-09-01 | 1 | -0/+3 |
* | mesa: Delete ctx->GeometryProgram.Cache. | Kenneth Graunke | 2014-08-29 | 1 | -3/+0 |
* | mesa: fix fallback texture for cube map array | Roland Scheidegger | 2014-08-30 | 1 | -6/+10 |
* | mesa: implement GL_MAX_VERTEX_ATTRIB_STRIDE | Timothy Arceri | 2014-08-27 | 4 | -0/+31 |
* | mesa: Use a recursive mutex for the texture lock. | Kenneth Graunke | 2014-08-20 | 1 | -1/+1 |
* | mesa: Add support for inverted s/w conditional rendering | Chris Forbes | 2014-08-20 | 1 | -0/+13 |
* | mesa: fix NULL pointer deref bug in _mesa_drawbuffers() | Brian Paul | 2014-08-19 | 1 | -1/+1 |
* | mesa: add ARB_conditional_render_inverted flags | Tobias Klausmann | 2014-08-19 | 3 | -2/+10 |
* | glapi: add GL_ARB_conditional_render_inverted | Tobias Klausmann | 2014-08-19 | 1 | -0/+4 |
* | mesa: Upload boolean uniforms using UniformBooleanTrue. | Matt Turner | 2014-08-18 | 1 | -2/+2 |
* | mesa: fix copy and paste errors in glBindVertexBuffers | Timothy Arceri | 2014-08-19 | 1 | -2/+2 |
* | mesa: fix compressed_subtexture_error_check() return value | Brian Paul | 2014-08-16 | 1 | -3/+3 |
* | mesa: move _mesa_compressed_texture_pixel_storage_error_check() | Brian Paul | 2014-08-16 | 5 | -46/+61 |
* | mesa: minor improvements to _mesa_compute_compressed_pixelstore() | Brian Paul | 2014-08-16 | 3 | -12/+23 |
* | mesa: Expose vbo_exec_DrawArraysInstanced as _mesa_DrawArraysInstanced. | Kenneth Graunke | 2014-08-15 | 1 | -0/+4 |
* | mesa: Use _mesa_lock_context_textures in _mesa_GetTexParameterfv() | Kristian Høgsberg | 2014-08-15 | 1 | -3/+3 |
* | mesa: check if GL_ARB_copy_image is enabled in _mesa_CopyImageSubData() | Brian Paul | 2014-08-15 | 1 | -1/+7 |
* | mesa: add ARB_derivative_control extension bit | Ilia Mirkin | 2014-08-14 | 2 | -0/+2 |
* | mesa: add ARB_texture_barrier support | Ilia Mirkin | 2014-08-14 | 1 | -0/+1 |
* | mesa: Make ARB_gpu_shader5 core-profile-only | Chris Forbes | 2014-08-14 | 1 | -1/+1 |
* | mesa/texstore: Don't use the _mesa_swizzle_and_convert if we need transfer ops | Jason Ekstrand | 2014-08-13 | 1 | -0/+3 |
* | mesa: fix texstore with GL_COLOR_INDEX data | Roland Scheidegger | 2014-08-14 | 1 | -0/+3 |
* | swrast: Enable GL_ARB_texture_compression_bptc | Neil Roberts | 2014-08-12 | 1 | -0/+1 |
* | mesa/main: Modify generate_mipmap_compressed to cope with float textures | Neil Roberts | 2014-08-12 | 1 | -5/+8 |
* | mesa: Add texstore functions for BPTC-compressed textures | Neil Roberts | 2014-08-12 | 3 | -0/+709 |
* | mesa: Add texel fetch functions for BPTC-compressed textures | Neil Roberts | 2014-08-12 | 3 | -0/+1000 |
* | mesa: Add the format enums for BPTC-compressed images | Neil Roberts | 2014-08-12 | 7 | -0/+88 |
* | mesa/format_info: Add support for the BPTC layout | Neil Roberts | 2014-08-12 | 1 | -0/+3 |
* | mesa/format_info: Add support for compressed floating-point formats | Neil Roberts | 2014-08-12 | 1 | -1/+3 |
* | mesa: Fix the base format for GL_COMPRESSED_RGB_BPTC_*_FLOAT_ARB | Neil Roberts | 2014-08-12 | 1 | -2/+2 |
* | mesa: Add the GL_ARB_texture_compression_bptc extension | Neil Roberts | 2014-08-12 | 2 | -0/+2 |
* | mesa: return version 0 if the computed core profile version is too low | Marek Olšák | 2014-08-11 | 1 | -2/+7 |
* | mesa: add _mesa_get_version, a ctx-independent variant of _mesa_compute_version | Marek Olšák | 2014-08-11 | 2 | -126/+152 |
* | mesa: add a context-independent variant of _mesa_override_gl_version | Marek Olšák | 2014-08-11 | 2 | -10/+23 |
* | mesa: make _mesa_init_constants context-independent and public | Marek Olšák | 2014-08-11 | 2 | -101/+104 |
* | mesa: make _mesa_init_extensions context-independent | Marek Olšák | 2014-08-11 | 3 | -6/+6 |
* | mesa: move ShaderCompilerOptions into gl_constants | Marek Olšák | 2014-08-11 | 4 | -6/+6 |
* | mesa: make _mesa_override_glsl_version context-independent | Marek Olšák | 2014-08-11 | 3 | -4/+5 |
* | mesa: add helper _mesa_is_format_etc2 | Marek Olšák | 2014-08-11 | 2 | -0/+28 |
* | mesa: add missing GLAPIENTRY in copyimage.c | Brian Paul | 2014-08-11 | 1 | -1/+1 |
* | mesa: Add GL API support for ARB_copy_image | Jason Ekstrand | 2014-08-11 | 8 | -20/+445 |
* | mesa: simplify _mesa_update_draw_buffers() | Brian Paul | 2014-08-11 | 1 | -7/+2 |
* | mesa: fix assertion in _mesa_drawbuffers() | Brian Paul | 2014-08-11 | 1 | -2/+3 |