| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Make Geom.UsesEndPrimitive a bool instead of a GLboolean | Iago Toral Quiroga | 2014-06-23 | 2 | -3/+3 |
* | mesa: Add extension plumbing for ARB_fragment_layer_viewport | Chris Forbes | 2014-06-22 | 2 | -0/+2 |
* | mesa: Init Geom.UsesEndPrimitive in shader programs. | Iago Toral Quiroga | 2014-06-20 | 1 | -0/+1 |
* | mesa: Remove glClear optimization based on drawable size | Kristian Høgsberg | 2014-06-18 | 1 | -5/+0 |
* | mesa: In emit_texenv() type mismatch was forced with typecast | Juha-Pekka Heikkila | 2014-06-18 | 1 | -8/+9 |
* | mesa: Remove unused functions from perfomance query code. | Matt Turner | 2014-06-17 | 1 | -13/+0 |
* | mesa: Remove unused extra_EXT_texture_integer. | Matt Turner | 2014-06-17 | 1 | -5/+0 |
* | main/extensions: Only parse MESA_EXTENSION_OVERRIDE once | Jordan Justen | 2014-06-16 | 1 | -74/+40 |
* | main/extensions: Build list of extensions that can't be disabled | Jordan Justen | 2014-06-16 | 1 | -5/+20 |
* | main/extensions: Create extra extensions override string | Jordan Justen | 2014-06-16 | 1 | -0/+38 |
* | main/extensions: Add early extension override structures | Jordan Justen | 2014-06-16 | 3 | -0/+59 |
* | main/extensions: Create a context-less set_extensions function | Jordan Justen | 2014-06-16 | 1 | -5/+20 |
* | main/extensions: Don't advertise unknown extensions overrides with (-) | Jordan Justen | 2014-06-16 | 1 | -1/+1 |
* | mesa: support inactive uniforms in glUniform* functions | Tapani Pälli | 2014-06-16 | 1 | -0/+15 |
* | mesa: add new enum MAX_UNIFORM_LOCATIONS | Tapani Pälli | 2014-06-16 | 5 | -0/+12 |
* | mesa: add enable bit for ARB_explicit_uniform_location | Tapani Pälli | 2014-06-16 | 2 | -0/+2 |
* | Remove _mesa_is_type_integer and _mesa_is_enum_format_or_type_integer | Neil Roberts | 2014-06-13 | 2 | -36/+0 |
* | glsl: Store gl_uniform_driver_storage::format as the actual type | Ian Romanick | 2014-06-11 | 1 | -1/+1 |
* | mesa: Fix substitution of large shaders | Cody Northrop | 2014-06-10 | 1 | -3/+14 |
* | mesa: Add extension enable for ARB_compressed_texture_pixel_storage | Chris Forbes | 2014-06-10 | 1 | -0/+1 |
* | mesa: Add pixel storage support for GetCompressedTexImage | Chris Forbes | 2014-06-10 | 1 | -33/+40 |
* | mesa: Compute proper strides for compressed texture pixel storage. | Chris Forbes | 2014-06-10 | 1 | -0/+35 |
* | mesa: Extract computation of compressed pixel store params | Chris Forbes | 2014-06-10 | 2 | -14/+50 |
* | mesa: Emit errors for inconsistent compressed pixel store state | Chris Forbes | 2014-06-10 | 3 | -1/+60 |
* | mesa: Add new pixel pack/unpack state for | Chris Forbes | 2014-06-10 | 3 | -0/+78 |
* | tests: Add new enum strings for ARB_compressed_texture_pixel_storage | Chris Forbes | 2014-06-10 | 1 | -0/+8 |
* | mesa: Make CompressedTexSubImage errors more consistent | Chris Forbes | 2014-06-10 | 1 | -3/+3 |
* | mesa: Trim down PixelStorei implementation | Chris Forbes | 2014-06-10 | 1 | -119/+56 |
* | mesa/main: Prevent sefgault on glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING). | José Fonseca | 2014-06-08 | 1 | -1/+5 |
* | mesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA. | José Fonseca | 2014-06-03 | 2 | -2/+12 |
* | mesa/main: Make get_hash.c values constant. | José Fonseca | 2014-06-03 | 1 | -1/+1 |
* | mesa/main: Add missing null check in _mesa_CreatePerfQueryINTEL() | Juha-Pekka Heikkila | 2014-05-30 | 1 | -0/+5 |
* | mesa: add missing null check in _mesa_NewHashTable() | Juha-Pekka Heikkila | 2014-05-30 | 1 | -0/+10 |
* | mesa: Fix unbinding GL_DEPTH_STENCIL_ATTACHMENT | James Legg | 2014-05-23 | 1 | -0/+6 |
* | mesa: Rely on USE_X86_64_ASM. | José Fonseca | 2014-05-22 | 2 | -2/+2 |
* | mesa/x86: Support SSE 4.1 detection on x86-64. | Matt Turner | 2014-05-22 | 2 | -2/+2 |
* | mesa: Add uninitialized_vars macro from the Linux kernel. | Matt Turner | 2014-05-22 | 1 | -0/+6 |
* | mesa: fix double-freeing of dispatch tables inside glBegin/End. | Brian Paul | 2014-05-16 | 1 | -2/+2 |
* | mesa: Dump ARB_vp/fp source and IR when MESA_GLSL=dump. | Kenneth Graunke | 2014-05-13 | 1 | -1/+26 |
* | mesa: propagate FragDepthLayout to gl_program | Chia-I Wu | 2014-05-09 | 1 | -0/+5 |
* | mesa: Fix MaxNumLayers for 1D array textures. | Kenneth Graunke | 2014-05-07 | 1 | -0/+2 |
* | mesa: pass target through to driver when choosing texture format | Ilia Mirkin | 2014-05-07 | 1 | -1/+1 |
* | mesa: VS 2013 does not provide strcasecmp. | José Fonseca | 2014-05-02 | 1 | -1/+3 |
* | mesa: Add _mesa_error_no_memory for logging out-of-memory messages | Ian Romanick | 2014-05-02 | 2 | -0/+9 |
* | glsl: make static constant variables "static const" | Chia-I Wu | 2014-05-02 | 1 | -1/+1 |
* | mesa: Implement INTEL_performance_query. | Petri Latvala | 2014-05-02 | 1 | -46/+441 |
* | mesa: Add core support for the GL_INTEL_performance_query extension. | Petri Latvala | 2014-05-02 | 8 | -1/+303 |
* | mesa: Add INTEL_performance_query enums to tests/enum_strings.cpp | Petri Latvala | 2014-05-02 | 1 | -0/+18 |
* | mesa: Eliminate gl_shader_program::InternalSeparateShader | Ian Romanick | 2014-05-02 | 2 | -12/+1 |
* | mesa: Enable GL_EXT_separate_shader_objects for OpenGL ES | Ian Romanick | 2014-05-02 | 2 | -1/+50 |