| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | i965/fs: Fix register comparisons in saturate propagation. | Kenneth Graunke | 2014-03-14 | 1 | -0/+1 |
* | glsl: Improve debug output and variable names for opt_dead_code_local. | Eric Anholt | 2014-03-14 | 1 | -13/+13 |
* | i965: Add support for GL_ARB_buffer_storage. | Eric Anholt | 2014-03-14 | 2 | -2/+8 |
* | i965: Always use CPU mappings for BOs on LLC platforms. | Eric Anholt | 2014-03-14 | 1 | -1/+1 |
* | i965: Drop the system-memory temporary allocations for flush explicit. | Eric Anholt | 2014-03-14 | 2 | -52/+58 |
* | i965: Switch mapping modes for non-explicit-flush blit-temporary maps. | Eric Anholt | 2014-03-14 | 1 | -3/+3 |
* | gallivm: optimize repeat linear npot code in the aos int path | Jeff Muizelaar | 2014-03-14 | 1 | -12/+62 |
* | gallivm: use correct rounding for nearest wrap mode (in the aos int path) | Roland Scheidegger | 2014-03-14 | 1 | -29/+9 |
* | gallivm: use correct rounding for linear wrap mode (in the aos int path) | Jeff Muizelaar | 2014-03-14 | 1 | -6/+8 |
* | glapi: restore _glthread_GetID() function | Brian Paul | 2014-03-14 | 2 | -0/+15 |
* | radeonsi: flush the dma ring in si_flush_from_st | Niels Ole Salscheider | 2014-03-14 | 1 | -0/+7 |
* | radeon: Move DMA ring creation to common code | Niels Ole Salscheider | 2014-03-14 | 4 | -31/+32 |
* | mesa: return v.value_int64 when the requested type is TYPE_INT64 | Emil Velikov | 2014-03-14 | 1 | -3/+3 |
* | nvc0: minor cleanups in stream output handling | Emil Velikov | 2014-03-14 | 1 | -4/+5 |
* | nouveau: honor fread return value in the nouveau_compiler | Emil Velikov | 2014-03-14 | 1 | -2/+2 |
* | nouveau: typecast the prime_fd handle when calling nouveau_bo_set_prime | Emil Velikov | 2014-03-14 | 1 | -1/+1 |
* | nv50: add missing brackets when handling the samplers array | Emil Velikov | 2014-03-14 | 1 | -1/+2 |
* | i965: Fix build warning of unused variable | Anuj Phogat | 2014-03-14 | 1 | -2/+0 |
* | dri3: Add GLX_EXT_buffer_age support | Adel Gadllah | 2014-03-13 | 7 | -3/+55 |
* | dri3: Prefer the last chosen back when finding a new one. | Eric Anholt | 2014-03-13 | 1 | -10/+7 |
* | Add the EGL_MESA_configless_context extension | Neil Roberts | 2014-03-12 | 9 | -37/+88 |
* | eglCreateContext: Remove the check for whether config == 0 | Neil Roberts | 2014-03-12 | 1 | -5/+2 |
* | Fix the initial value of glDrawBuffers for GLES | Neil Roberts | 2014-03-12 | 1 | -1/+3 |
* | Use the magic behaviour of GL_BACK in GLES 1 and 2 as well as 3 | Neil Roberts | 2014-03-12 | 1 | -1/+6 |
* | glsl: Fix typo | Ian Romanick | 2014-03-12 | 1 | -2/+2 |
* | glsl: Rewrite unrolled link_invalidate_variable_locations calls as a loop | Ian Romanick | 2014-03-12 | 1 | -11/+4 |
* | mesa: Release gl_debug_state when destroying context. | Mike Stroyan | 2014-03-12 | 1 | -1/+4 |
* | r600g: compute memory pool size is given in dw | Niels Ole Salscheider | 2014-03-11 | 1 | -2/+2 |
* | meta: Always restore the framebuffers and current renderbuffer. | Eric Anholt | 2014-03-11 | 3 | -21/+17 |
* | i965: Drop intel_check_front_buffer_rendering(). | Eric Anholt | 2014-03-11 | 6 | -27/+0 |
* | i965: Drop broken front_buffer_reading/drawing optimization. | Eric Anholt | 2014-03-11 | 5 | -42/+44 |
* | intel: When checking for updating front buffer reading, use the right fb. | Eric Anholt | 2014-03-11 | 2 | -2/+2 |
* | r600g,radeonsi: attempt to fix racy multi-context apps calling BufferData | Marek Olšák | 2014-03-11 | 3 | -14/+18 |
* | r600g,radeonsi: fix broken buffer download | Marek Olšák | 2014-03-11 | 1 | -1/+1 |
* | r600g,radeonsi: use a fallback in dma_copy instead of failing | Marek Olšák | 2014-03-11 | 6 | -97/+99 |
* | radeonsi: small cleanup in get_param | Marek Olšák | 2014-03-11 | 1 | -4/+2 |
* | radeonsi: set correct alignment for texture buffers and constant buffers | Marek Olšák | 2014-03-11 | 1 | -3/+2 |
* | r600g, radeonsi: fix primitives-generated query with disabled streamout | Marek Olšák | 2014-03-11 | 11 | -49/+87 |
* | r600g,radeonsi: don't add streamout.num_dw_for_end twice | Marek Olšák | 2014-03-11 | 1 | -2/+4 |
* | r600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTURE_ARRAY_LAYERS limits | Marek Olšák | 2014-03-11 | 2 | -6/+11 |
* | st/dri: flush drawable textures before unreferencing | Marek Olšák | 2014-03-11 | 1 | -0/+8 |
* | radeonsi: implement fast color clear | Marek Olšák | 2014-03-11 | 5 | -4/+59 |
* | r600g: move fast color clear code to a common place | Marek Olšák | 2014-03-11 | 3 | -84/+88 |
* | r600g,radeonsi: move CMASK register values from r600_surface to r600_texture | Marek Olšák | 2014-03-11 | 6 | -61/+48 |
* | radeonsi: convert the framebuffer state to atom-based | Marek Olšák | 2014-03-11 | 5 | -283/+132 |
* | r600g: move cayman MSAA setup to a common place | Marek Olšák | 2014-03-11 | 6 | -214/+272 |
* | radeonsi: move framebuffer-related state to a new struct si_framebuffer | Marek Olšák | 2014-03-11 | 5 | -39/+41 |
* | r600g,radeonsi: set priorities for relocations | Marek Olšák | 2014-03-11 | 16 | -88/+197 |
* | r300g,uvd,vce: set priorities for relocations | Marek Olšák | 2014-03-11 | 6 | -16/+31 |
* | winsys/radeon: add interface for setting a priority number for each relocation | Marek Olšák | 2014-03-11 | 2 | -8/+32 |