| Commit message (Expand) | Author | Age | Files | Lines |
* | egl/main: Enable Linux platform extensions | Chad Versace | 2014-03-17 | 5 | -23/+215 |
* | egl/wayland: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurface | Chad Versace | 2014-03-17 | 1 | -1/+17 |
* | egl/gbm: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurface | Chad Versace | 2014-03-17 | 1 | -1/+16 |
* | egl/main: Stop using EGLNative types internally | Chad Versace | 2014-03-17 | 12 | -46/+89 |
* | egl: Add STATIC_ASSERT() macro | Chad Versace | 2014-03-17 | 1 | -0/+5 |
* | egl/dri2: Dispatch eglCreateImageKHR by display, not driver | Chad Versace | 2014-03-17 | 6 | -18/+35 |
* | egl/dri2/x11: Don't clobber _EGLDriver::API | Chad Versace | 2014-03-17 | 1 | -5/+0 |
* | egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driver | Chad Versace | 2014-03-17 | 7 | -6/+32 |
* | egl/dri2: Consolidate eglTerminate | Chad Versace | 2014-03-17 | 2 | -40/+24 |
* | egl/dri2/x11: Set dri2_dpy->own_device | Chad Versace | 2014-03-17 | 1 | -0/+3 |
* | egl/dri2: Dispatch eglPostSubBufferNV by display, not driver | Chad Versace | 2014-03-17 | 7 | -1/+27 |
* | egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driver | Chad Versace | 2014-03-17 | 7 | -2/+26 |
* | egl/dri2: Dispatch eglCopyBuffers by display, not driver | Chad Versace | 2014-03-17 | 7 | -3/+25 |
* | egl/dri2: Dispatch API.QueryBufferAge by display, not driver | Chad Versace | 2014-03-17 | 7 | -5/+26 |
* | egl/dri2: Dispatch eglDestroySurface by display, not driver | Chad Versace | 2014-03-17 | 6 | -6/+16 |
* | egl/dri2: Dispatch eglCreatePbufferSurface by display, not driver | Chad Versace | 2014-03-17 | 7 | -3/+26 |
* | egl/dri2: Dispatch eglCreatePixmapSurface by display, not driver | Chad Versace | 2014-03-17 | 7 | -11/+30 |
* | egl/dri2: Dispatch eglCreateWindowSurface by display, not driver | Chad Versace | 2014-03-17 | 6 | -5/+21 |
* | egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driver | Chad Versace | 2014-03-17 | 7 | -1/+27 |
* | egl/dri2: Dispatch eglSwapBuffers by display, not driver | Chad Versace | 2014-03-17 | 6 | -5/+16 |
* | egl/dri2: Dispatch eglSwapInterval by display, not driver | Chad Versace | 2014-03-17 | 7 | -2/+55 |
* | egl/wl,x11: Call dri2_swap_interval() statically | Chad Versace | 2014-03-17 | 2 | -2/+10 |
* | egl/dri2: Put platform func names into proper namespaces | Chad Versace | 2014-03-17 | 3 | -170/+177 |
* | egl/dri2: Move dri2_egl_display virtual funcs to vtbl | Chad Versace | 2014-03-17 | 6 | -7/+52 |
* | egl: Update to revision 24567 of eglext.h | Chad Versace | 2014-03-17 | 1 | -443/+517 |
* | winsys/radeon: Store GPU virtual memory addresses of BOs in a hash table | Michel Dänzer | 2014-03-17 | 1 | -48/+26 |
* | targets/dri-ilo: make the driver installable | Chia-I Wu | 2014-03-16 | 1 | -4/+3 |
* | mesa: mark GL_RGB9_E5 as not color-renderable | Marek Olšák | 2014-03-15 | 1 | -4/+0 |
* | radeonsi/compute: Fix memory leak | Aaron Watry | 2014-03-15 | 1 | -0/+6 |
* | st/mesa: remove _NEW_POLYGON dependency from vertex shader | Marek Olšák | 2014-03-15 | 3 | -11/+12 |
* | st/mesa: implement zero-stride edge flag by culling primitives | Marek Olšák | 2014-03-15 | 3 | -1/+17 |
* | st/mesa: fix per-vertex edge flags and GLSL support (v2) | Marek Olšák | 2014-03-15 | 2 | -7/+6 |
* | i965/fs: Invalidate live intervals when demoting uniforms to pull params. | Kenneth Graunke | 2014-03-14 | 1 | -0/+2 |
* | i965/fs: Print "+reladdr" on variably-indexed uniform arrays. | Kenneth Graunke | 2014-03-14 | 1 | -2/+5 |
* | i965: Fix register types in dump_instructions(), again. | Kenneth Graunke | 2014-03-14 | 4 | -4/+3 |
* | 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 | 3 | -3/+9 |
* | 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 |