| Commit message (Expand) | Author | Age | Files | Lines |
* | glx: Propagate the glXIsDirect protocol error back to the application | Ian Romanick | 2011-12-23 | 1 | -3/+26 |
* | glx: Deliver an xlib style error to the application from an XCB error | Ian Romanick | 2011-12-23 | 2 | -0/+23 |
* | vl: improve vlc functions and handling | Maarten Lankhorst | 2011-12-23 | 2 | -59/+156 |
* | nouveau: Fix bugs in nouveau_video_buffer | Maarten Lankhorst | 2011-12-23 | 2 | -4/+3 |
* | gallivm: Close a memory leak | Lauri Kasanen | 2011-12-22 | 1 | -0/+1 |
* | softpipe: try and use back color for a slot if color fails. | Dave Airlie | 2011-12-22 | 1 | -0/+5 |
* | format_unpack: add 8/16 rgba/rgb types. | Dave Airlie | 2011-12-22 | 1 | -0/+134 |
* | i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop. | Eric Anholt | 2011-12-21 | 6 | -58/+25 |
* | i965: Don't make consumers of brw_WHILE do pre-gen6 BREAK/CONT patching. | Eric Anholt | 2011-12-21 | 4 | -86/+45 |
* | i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start. | Eric Anholt | 2011-12-21 | 9 | -28/+58 |
* | i965: Drop unused do_insn argument from gen6_CONT(). | Eric Anholt | 2011-12-21 | 5 | -7/+5 |
* | mesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_TRANSFORM. | Paul Berry | 2011-12-21 | 4 | -5/+12 |
* | mesa: Move RasterDiscard to toplevel of gl_context. | Paul Berry | 2011-12-21 | 8 | -19/+19 |
* | egl/x11: Merge the right version of Frederiks change | Kristian Høgsberg | 2011-12-21 | 1 | -21/+8 |
* | egl_dri2/x11: Add support for the DRI2 SwapBuffers request | Fredrik Höglund | 2011-12-20 | 2 | -21/+81 |
* | egl_dri2/x11: Add support for eglSwapInterval | Fredrik Höglund | 2011-12-20 | 3 | -1/+36 |
* | i965 gen6: Turn on transform feedback extension unconditionally. | Paul Berry | 2011-12-20 | 1 | -1/+1 |
* | i965 gen6: Implement transform feedback queries. | Paul Berry | 2011-12-20 | 3 | -0/+54 |
* | i965: Convert if/else to switch statements in brw_queryobj.c | Paul Berry | 2011-12-20 | 1 | -6/+30 |
* | i965 gen6: Ensure correct transform feedback indices on new batch. | Paul Berry | 2011-12-20 | 5 | -8/+72 |
* | mesa: Add a function to query whether a meta-op is in progress. | Paul Berry | 2011-12-20 | 2 | -0/+13 |
* | mesa: Add count_tessellated_primitives() function. | Paul Berry | 2011-12-20 | 2 | -0/+51 |
* | mesa: Remove unnecessary FLUSH_VERTICES in bind_buffer_range | Paul Berry | 2011-12-20 | 1 | -1/+5 |
* | i965 gen6: Implement rasterizer discard. | Paul Berry | 2011-12-20 | 3 | -0/+37 |
* | i965: Implement bounds checking for transform feedback output. | Kenneth Graunke | 2011-12-20 | 4 | -0/+52 |
* | i965: Flush pipeline on EndTransformFeedback. | Paul Berry | 2011-12-20 | 3 | -0/+22 |
* | i965 gen6+: Make intel_batchbuffer_emit_mi_flush() actually flush. | Paul Berry | 2011-12-20 | 1 | -1/+2 |
* | i965 gen6: Turn on transform feedback extension. | Paul Berry | 2011-12-20 | 1 | -0/+3 |
* | i965 gen6: Initial implementation of transform feedback. | Paul Berry | 2011-12-20 | 15 | -10/+417 |
* | i965 gs: Move vue_map to brw_gs_compile. | Paul Berry | 2011-12-20 | 2 | -3/+4 |
* | i965 gen6+: Use 1-wide null operands for IF instructions | Paul Berry | 2011-12-20 | 1 | -4/+4 |
* | mesa: Fix off-by-one error in transform feedback size check. | Paul Berry | 2011-12-20 | 1 | -1/+1 |
* | mesa: Record transform feedback strides/offsets in linker output. | Paul Berry | 2011-12-20 | 2 | -1/+14 |
* | Fix compilation on cygwin after commit 762c9766c93697af8d7fbaa729aed118789dbe8e | Jon TURNEY | 2011-12-20 | 1 | -1/+1 |
* | xvmc: Remove unused variable | Maarten Lankhorst | 2011-12-20 | 1 | -3/+0 |
* | vl: Remove unused declaration | Maarten Lankhorst | 2011-12-20 | 1 | -1/+1 |
* | vl: Use pipe clear_render_target instead of util_clear_render_target | Maarten Lankhorst | 2011-12-20 | 1 | -2/+2 |
* | mesa: fix a leak in _mesa_delete_texture_image() | Pekka Paalanen | 2011-12-20 | 1 | -0/+1 |
* | st/egl: error check and clamp coordinates in eglPostSubBufferNV | Chia-I Wu | 2011-12-20 | 1 | -8/+21 |
* | egl_dri2/x11: error check coordinates in eglPostSubBufferNV | Chia-I Wu | 2011-12-20 | 1 | -5/+5 |
* | st/egl: Add support for EGL_NV_post_sub_buffer | Fredrik Höglund | 2011-12-20 | 2 | -2/+24 |
* | egl_dri2/x11: Add support for EGL_NV_post_sub_buffer | Fredrik Höglund | 2011-12-20 | 1 | -0/+17 |
* | egl: add EGL_NV_post_sub_buffer | Fredrik Höglund | 2011-12-20 | 6 | -0/+48 |
* | egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddress | Chia-I Wu | 2011-12-20 | 1 | -0/+5 |
* | egl: remove #ifdef's for official extensions | Chia-I Wu | 2011-12-20 | 11 | -84/+0 |
* | egl: remove EGL_ANDROID_swap_rectangle | Chia-I Wu | 2011-12-20 | 5 | -43/+0 |
* | egl: update headers | Chia-I Wu | 2011-12-20 | 3 | -24/+73 |
* | egl: move unofficial extensions to eglmesaext.h | Chia-I Wu | 2011-12-20 | 2 | -136/+176 |
* | i915g: Add unsupported caps. | Stéphane Marchesin | 2011-12-19 | 1 | -0/+4 |
* | i915g: Turn an assert into a debug message, print more debug info for missing... | Stéphane Marchesin | 2011-12-19 | 2 | -4/+9 |