aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* targets/dri-ilo: make the driver installableChia-I Wu2014-03-161-4/+3
* mesa: mark GL_RGB9_E5 as not color-renderableMarek Olšák2014-03-151-4/+0
* radeonsi/compute: Fix memory leakAaron Watry2014-03-151-0/+6
* st/mesa: remove _NEW_POLYGON dependency from vertex shaderMarek Olšák2014-03-153-11/+12
* st/mesa: implement zero-stride edge flag by culling primitivesMarek Olšák2014-03-153-1/+17
* st/mesa: fix per-vertex edge flags and GLSL support (v2)Marek Olšák2014-03-152-7/+6
* i965/fs: Invalidate live intervals when demoting uniforms to pull params.Kenneth Graunke2014-03-141-0/+2
* i965/fs: Print "+reladdr" on variably-indexed uniform arrays.Kenneth Graunke2014-03-141-2/+5
* i965: Fix register types in dump_instructions(), again.Kenneth Graunke2014-03-144-4/+3
* i965/fs: Fix register comparisons in saturate propagation.Kenneth Graunke2014-03-141-0/+1
* glsl: Improve debug output and variable names for opt_dead_code_local.Eric Anholt2014-03-141-13/+13
* i965: Add support for GL_ARB_buffer_storage.Eric Anholt2014-03-142-2/+8
* i965: Always use CPU mappings for BOs on LLC platforms.Eric Anholt2014-03-141-1/+1
* i965: Drop the system-memory temporary allocations for flush explicit.Eric Anholt2014-03-142-52/+58
* i965: Switch mapping modes for non-explicit-flush blit-temporary maps.Eric Anholt2014-03-141-3/+3
* gallivm: optimize repeat linear npot code in the aos int pathJeff Muizelaar2014-03-141-12/+62
* gallivm: use correct rounding for nearest wrap mode (in the aos int path)Roland Scheidegger2014-03-141-29/+9
* gallivm: use correct rounding for linear wrap mode (in the aos int path)Jeff Muizelaar2014-03-141-6/+8
* glapi: restore _glthread_GetID() functionBrian Paul2014-03-142-0/+15
* radeonsi: flush the dma ring in si_flush_from_stNiels Ole Salscheider2014-03-141-0/+7
* radeon: Move DMA ring creation to common codeNiels Ole Salscheider2014-03-144-31/+32
* mesa: return v.value_int64 when the requested type is TYPE_INT64Emil Velikov2014-03-141-3/+3
* nvc0: minor cleanups in stream output handlingEmil Velikov2014-03-141-4/+5
* nouveau: honor fread return value in the nouveau_compilerEmil Velikov2014-03-141-2/+2
* nouveau: typecast the prime_fd handle when calling nouveau_bo_set_primeEmil Velikov2014-03-141-1/+1
* nv50: add missing brackets when handling the samplers arrayEmil Velikov2014-03-141-1/+2
* i965: Fix build warning of unused variableAnuj Phogat2014-03-141-2/+0
* dri3: Add GLX_EXT_buffer_age supportAdel Gadllah2014-03-137-3/+55
* dri3: Prefer the last chosen back when finding a new one.Eric Anholt2014-03-131-10/+7
* Add the EGL_MESA_configless_context extensionNeil Roberts2014-03-129-37/+88
* 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
* 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