| Commit message (Expand) | Author | Age | Files | Lines |
* | glx: Fix incorrect pdp assignment in dri2_bind_context(). | Charmaine Lee | 2014-03-18 | 1 | -1/+2 |
* | nvc0: Handle user mapped vertex buffer for edgeflag | Maarten Lankhorst | 2014-03-18 | 1 | -2/+7 |
* | clover: Fix region size error checking in some buffer transfer commands. | Francisco Jerez | 2014-03-18 | 1 | -5/+16 |
* | nv50/ir/gk110: add postfactor support for fmul | Ilia Mirkin | 2014-03-18 | 1 | -0/+2 |
* | nv50/ir/gk110: set not modifier on first source of logic op | Ilia Mirkin | 2014-03-18 | 1 | -3/+2 |
* | nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] is supported | Ilia Mirkin | 2014-03-18 | 1 | -17/+6 |
* | nv50/ir/gk110: add 64/128-bit fetch/export support | Ilia Mirkin | 2014-03-18 | 2 | -7/+4 |
* | nv50/ir/gk110: fix handling of OP_SUB for floating point ops | Ilia Mirkin | 2014-03-18 | 1 | -1/+6 |
* | nv50/ir/gk110: presin/preex2 take their source at bit 23 | Ilia Mirkin | 2014-03-18 | 1 | -1/+1 |
* | nv50/ir/gk110: add implementations of div u32/s32 | Ilia Mirkin | 2014-03-18 | 2 | -5/+162 |
* | nv50/ir/gk110: implement quadop | Ilia Mirkin | 2014-03-18 | 1 | -1/+11 |
* | nv50/ir/gk110: fill in mov from predicate | Ilia Mirkin | 2014-03-18 | 1 | -1/+5 |
* | nv50/ir/gk110: handle derivAll flag, fix useOffsets for non-txf | Ilia Mirkin | 2014-03-18 | 1 | -4/+8 |
* | nv50/ir/gk110: fix setting texture for txd/txf/txq | Ilia Mirkin | 2014-03-18 | 1 | -9/+8 |
* | nv50/ir/gk110: add texcsaa implementation | Ilia Mirkin | 2014-03-18 | 1 | -1/+11 |
* | nv50/ir/gk110: add pfetch support | Ilia Mirkin | 2014-03-18 | 1 | -1/+9 |
* | nv50/ir/gk110: add emit/restart implementations | Ilia Mirkin | 2014-03-18 | 1 | -1/+8 |
* | nv50/ir/gk110: add missing break in sched emit | Ilia Mirkin | 2014-03-18 | 1 | -1/+1 |
* | nv50/ir/gk110: implement partial txq support | Ilia Mirkin | 2014-03-18 | 1 | -1/+27 |
* | nv50/ir/gk110: fill out texture instruction support | Ilia Mirkin | 2014-03-18 | 1 | -13/+20 |
* | nv50/ir/gk110: fix control flow opcode emission, add sat flag | Ilia Mirkin | 2014-03-18 | 1 | -22/+18 |
* | 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 |
* | 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 |