summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* st-api: Have context_create explain why creation failedIan Romanick2011-12-234-5/+36
* st-api: Clean-up OpenGL profile handlingIan Romanick2011-12-233-19/+44
* glx: Propagate the glXIsDirect protocol error back to the applicationIan Romanick2011-12-231-3/+26
* glx: Deliver an xlib style error to the application from an XCB errorIan Romanick2011-12-232-0/+23
* vl: improve vlc functions and handlingMaarten Lankhorst2011-12-232-59/+156
* nouveau: Fix bugs in nouveau_video_bufferMaarten Lankhorst2011-12-232-4/+3
* gallivm: Close a memory leakLauri Kasanen2011-12-221-0/+1
* softpipe: try and use back color for a slot if color fails.Dave Airlie2011-12-221-0/+5
* format_unpack: add 8/16 rgba/rgb types.Dave Airlie2011-12-221-0/+134
* i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop.Eric Anholt2011-12-216-58/+25
* i965: Don't make consumers of brw_WHILE do pre-gen6 BREAK/CONT patching.Eric Anholt2011-12-214-86/+45
* i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.Eric Anholt2011-12-219-28/+58
* i965: Drop unused do_insn argument from gen6_CONT().Eric Anholt2011-12-215-7/+5
* mesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_TRANSFORM.Paul Berry2011-12-214-5/+12
* mesa: Move RasterDiscard to toplevel of gl_context.Paul Berry2011-12-218-19/+19
* egl/x11: Merge the right version of Frederiks changeKristian Høgsberg2011-12-211-21/+8
* egl_dri2/x11: Add support for the DRI2 SwapBuffers requestFredrik Höglund2011-12-202-21/+81
* egl_dri2/x11: Add support for eglSwapIntervalFredrik Höglund2011-12-203-1/+36
* i965 gen6: Turn on transform feedback extension unconditionally.Paul Berry2011-12-201-1/+1
* i965 gen6: Implement transform feedback queries.Paul Berry2011-12-203-0/+54
* i965: Convert if/else to switch statements in brw_queryobj.cPaul Berry2011-12-201-6/+30
* i965 gen6: Ensure correct transform feedback indices on new batch.Paul Berry2011-12-205-8/+72
* mesa: Add a function to query whether a meta-op is in progress.Paul Berry2011-12-202-0/+13
* mesa: Add count_tessellated_primitives() function.Paul Berry2011-12-202-0/+51
* mesa: Remove unnecessary FLUSH_VERTICES in bind_buffer_rangePaul Berry2011-12-201-1/+5
* i965 gen6: Implement rasterizer discard.Paul Berry2011-12-203-0/+37
* i965: Implement bounds checking for transform feedback output.Kenneth Graunke2011-12-204-0/+52
* i965: Flush pipeline on EndTransformFeedback.Paul Berry2011-12-203-0/+22
* i965 gen6+: Make intel_batchbuffer_emit_mi_flush() actually flush.Paul Berry2011-12-201-1/+2
* i965 gen6: Turn on transform feedback extension.Paul Berry2011-12-201-0/+3
* i965 gen6: Initial implementation of transform feedback.Paul Berry2011-12-2015-10/+417
* i965 gs: Move vue_map to brw_gs_compile.Paul Berry2011-12-202-3/+4
* i965 gen6+: Use 1-wide null operands for IF instructionsPaul Berry2011-12-201-4/+4
* mesa: Fix off-by-one error in transform feedback size check.Paul Berry2011-12-201-1/+1
* mesa: Record transform feedback strides/offsets in linker output.Paul Berry2011-12-202-1/+14
* Fix compilation on cygwin after commit 762c9766c93697af8d7fbaa729aed118789dbe8eJon TURNEY2011-12-201-1/+1
* xvmc: Remove unused variableMaarten Lankhorst2011-12-201-3/+0
* vl: Remove unused declarationMaarten Lankhorst2011-12-201-1/+1
* vl: Use pipe clear_render_target instead of util_clear_render_targetMaarten Lankhorst2011-12-201-2/+2
* mesa: fix a leak in _mesa_delete_texture_image()Pekka Paalanen2011-12-201-0/+1
* st/egl: error check and clamp coordinates in eglPostSubBufferNVChia-I Wu2011-12-201-8/+21
* egl_dri2/x11: error check coordinates in eglPostSubBufferNVChia-I Wu2011-12-201-5/+5
* st/egl: Add support for EGL_NV_post_sub_bufferFredrik Höglund2011-12-202-2/+24
* egl_dri2/x11: Add support for EGL_NV_post_sub_bufferFredrik Höglund2011-12-201-0/+17
* egl: add EGL_NV_post_sub_bufferFredrik Höglund2011-12-206-0/+48
* egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddressChia-I Wu2011-12-201-0/+5
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-2011-84/+0
* egl: remove EGL_ANDROID_swap_rectangleChia-I Wu2011-12-204-35/+0
* i915g: Add unsupported caps.Stéphane Marchesin2011-12-191-0/+4
* i915g: Turn an assert into a debug message, print more debug info for missing...Stéphane Marchesin2011-12-192-4/+9