summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* egl/dri2: Dispatch eglCreatePixmapSurface by display, not driverChad Versace2014-03-177-11/+30
* egl/dri2: Dispatch eglCreateWindowSurface by display, not driverChad Versace2014-03-176-5/+21
* egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driverChad Versace2014-03-177-1/+27
* egl/dri2: Dispatch eglSwapBuffers by display, not driverChad Versace2014-03-176-5/+16
* egl/dri2: Dispatch eglSwapInterval by display, not driverChad Versace2014-03-177-2/+55
* egl/wl,x11: Call dri2_swap_interval() staticallyChad Versace2014-03-172-2/+10
* egl/dri2: Put platform func names into proper namespacesChad Versace2014-03-173-170/+177
* egl/dri2: Move dri2_egl_display virtual funcs to vtblChad Versace2014-03-176-7/+52
* egl: Update to revision 24567 of eglext.hChad Versace2014-03-171-443/+517
* winsys/radeon: Store GPU virtual memory addresses of BOs in a hash tableMichel Dänzer2014-03-171-48/+26
* 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-143-3/+9
* 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-1211-37/+218
* 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