| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | docs: Import 10.0.4 release notes, add news item. | Carl Worth | 2014-03-12 | 3 | -0/+198 |
* | 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 |
* | glsl: Link glsl_compiler with pthreads library. | Jonathan Gray | 2014-03-11 | 1 | -1/+3 |
* | gallium: add endian detection for OpenBSD | Jonathan Gray | 2014-03-11 | 1 | -0/+10 |
* | automake: allow only shared builds | Emil Velikov | 2014-03-11 | 4 | -46/+18 |
* | configure: update enable-llvm-shared-libs comments | Emil Velikov | 2014-03-11 | 1 | -13/+10 |
* | st/dri: build the drm backend when libdrm is present | Emil Velikov | 2014-03-11 | 1 | -1/+5 |
* | glx: cleanup unneeded headers | Emil Velikov | 2014-03-11 | 7 | -11/+1 |
* | glx/tests: honor enable-driglx-direct configure flag | Jon TURNEY | 2014-03-11 | 1 | -0/+4 |
* | configure: read libomxil-bellagio.pc only when it exists | Emil Velikov | 2014-03-11 | 1 | -1/+6 |
* | automake: create compat symlinks only for linux systems | Emil Velikov | 2014-03-11 | 4 | -0/+18 |
* | configure: use LIB_EXT rather than hardcoded .so | Emil Velikov | 2014-03-11 | 5 | -26/+29 |
* | automake: do not use symbols names for static glapi.la | Emil Velikov | 2014-03-11 | 3 | -12/+10 |
* | configure: remove old makefile variables | Emil Velikov | 2014-03-11 | 2 | -41/+4 |
* | gallium/targets: use install-gallium-targets.mk | Emil Velikov | 2014-03-11 | 4 | -37/+4 |
* | gallium/targets: drop link generation for non DRI targets | Emil Velikov | 2014-03-11 | 4 | -24/+0 |
* | targets/vdpau: use install-gallium-links.mk | Emil Velikov | 2014-03-11 | 3 | -15/+3 |
* | targets/dri: use install-gallium-links.mk | Emil Velikov | 2014-03-11 | 9 | -47/+9 |
* | automake: introduce install-gallium-links.mk | Emil Velikov | 2014-03-11 | 1 | -0/+23 |
* | automake: use install-lib-links.mk across all classic mesa | Emil Velikov | 2014-03-11 | 3 | -13/+4 |
* | automake: make install-lib-links less chatty | Emil Velikov | 2014-03-11 | 1 | -1/+1 |
* | automake: use only the folder name if it's a subfolder of the present one | Emil Velikov | 2014-03-11 | 2 | -4/+4 |