summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eglCreateContext: Remove the check for whether config == 0Neil Roberts2014-03-121-5/+2
* Fix the initial value of glDrawBuffers for GLESNeil Roberts2014-03-121-1/+3
* Use the magic behaviour of GL_BACK in GLES 1 and 2 as well as 3Neil Roberts2014-03-121-1/+6
* glsl: Fix typoIan Romanick2014-03-121-2/+2
* glsl: Rewrite unrolled link_invalidate_variable_locations calls as a loopIan Romanick2014-03-121-11/+4
* docs: Import 10.0.4 release notes, add news item.Carl Worth2014-03-123-0/+198
* mesa: Release gl_debug_state when destroying context.Mike Stroyan2014-03-121-1/+4
* r600g: compute memory pool size is given in dwNiels Ole Salscheider2014-03-111-2/+2
* meta: Always restore the framebuffers and current renderbuffer.Eric Anholt2014-03-113-21/+17
* i965: Drop intel_check_front_buffer_rendering().Eric Anholt2014-03-116-27/+0
* i965: Drop broken front_buffer_reading/drawing optimization.Eric Anholt2014-03-115-42/+44
* intel: When checking for updating front buffer reading, use the right fb.Eric Anholt2014-03-112-2/+2
* r600g,radeonsi: attempt to fix racy multi-context apps calling BufferDataMarek Olšák2014-03-113-14/+18
* r600g,radeonsi: fix broken buffer downloadMarek Olšák2014-03-111-1/+1
* r600g,radeonsi: use a fallback in dma_copy instead of failingMarek Olšák2014-03-116-97/+99
* radeonsi: small cleanup in get_paramMarek Olšák2014-03-111-4/+2
* radeonsi: set correct alignment for texture buffers and constant buffersMarek Olšák2014-03-111-3/+2
* r600g, radeonsi: fix primitives-generated query with disabled streamoutMarek Olšák2014-03-1111-49/+87
* r600g,radeonsi: don't add streamout.num_dw_for_end twiceMarek Olšák2014-03-111-2/+4
* r600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTURE_ARRAY_LAYERS limitsMarek Olšák2014-03-112-6/+11
* st/dri: flush drawable textures before unreferencingMarek Olšák2014-03-111-0/+8
* radeonsi: implement fast color clearMarek Olšák2014-03-115-4/+59
* r600g: move fast color clear code to a common placeMarek Olšák2014-03-113-84/+88
* r600g,radeonsi: move CMASK register values from r600_surface to r600_textureMarek Olšák2014-03-116-61/+48
* radeonsi: convert the framebuffer state to atom-basedMarek Olšák2014-03-115-283/+132
* r600g: move cayman MSAA setup to a common placeMarek Olšák2014-03-116-214/+272
* radeonsi: move framebuffer-related state to a new struct si_framebufferMarek Olšák2014-03-115-39/+41
* r600g,radeonsi: set priorities for relocationsMarek Olšák2014-03-1116-88/+197
* r300g,uvd,vce: set priorities for relocationsMarek Olšák2014-03-116-16/+31
* winsys/radeon: add interface for setting a priority number for each relocationMarek Olšák2014-03-112-8/+32
* glsl: Link glsl_compiler with pthreads library.Jonathan Gray2014-03-111-1/+3
* gallium: add endian detection for OpenBSDJonathan Gray2014-03-111-0/+10
* automake: allow only shared buildsEmil Velikov2014-03-114-46/+18
* configure: update enable-llvm-shared-libs commentsEmil Velikov2014-03-111-13/+10
* st/dri: build the drm backend when libdrm is presentEmil Velikov2014-03-111-1/+5
* glx: cleanup unneeded headersEmil Velikov2014-03-117-11/+1
* glx/tests: honor enable-driglx-direct configure flagJon TURNEY2014-03-111-0/+4
* configure: read libomxil-bellagio.pc only when it existsEmil Velikov2014-03-111-1/+6
* automake: create compat symlinks only for linux systemsEmil Velikov2014-03-114-0/+18
* configure: use LIB_EXT rather than hardcoded .soEmil Velikov2014-03-115-26/+29
* automake: do not use symbols names for static glapi.laEmil Velikov2014-03-113-12/+10
* configure: remove old makefile variablesEmil Velikov2014-03-112-41/+4
* gallium/targets: use install-gallium-targets.mkEmil Velikov2014-03-114-37/+4
* gallium/targets: drop link generation for non DRI targetsEmil Velikov2014-03-114-24/+0
* targets/vdpau: use install-gallium-links.mkEmil Velikov2014-03-113-15/+3
* targets/dri: use install-gallium-links.mkEmil Velikov2014-03-119-47/+9
* automake: introduce install-gallium-links.mkEmil Velikov2014-03-111-0/+23
* automake: use install-lib-links.mk across all classic mesaEmil Velikov2014-03-113-13/+4
* automake: make install-lib-links less chattyEmil Velikov2014-03-111-1/+1
* automake: use only the folder name if it's a subfolder of the present oneEmil Velikov2014-03-112-4/+4