summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-28egl/loader: add libEGL_loadernew-eglChia-I Wu4-0/+495
2011-12-28egl: generate eglapi.hChia-I Wu3-158/+154
2011-12-28egl: generate eglapi.cChia-I Wu4-1563/+1782
2011-12-27libEGL_dri2Chia-I Wu2-6/+4
2011-12-22egl/core: remove driver loading codeChia-I Wu1-452/+37
2011-12-22egl/core: build libeglcore.aChia-I Wu1-72/+5
2011-12-22egl: copy main/ to core/Chia-I Wu43-0/+9336
2011-12-21i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop.Eric Anholt6-58/+25
2011-12-21i965: Don't make consumers of brw_WHILE do pre-gen6 BREAK/CONT patching.Eric Anholt4-86/+45
2011-12-21i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.Eric Anholt9-28/+58
2011-12-21i965: Drop unused do_insn argument from gen6_CONT().Eric Anholt5-7/+5
2011-12-21mesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_TRANSFORM.Paul Berry4-5/+12
2011-12-21mesa: Move RasterDiscard to toplevel of gl_context.Paul Berry8-19/+19
2011-12-21egl/x11: Merge the right version of Frederiks changeKristian Høgsberg1-21/+8
2011-12-20egl_dri2/x11: Add support for the DRI2 SwapBuffers requestFredrik Höglund2-21/+81
2011-12-20egl_dri2/x11: Add support for eglSwapIntervalFredrik Höglund3-1/+36
2011-12-20i965 gen6: Turn on transform feedback extension unconditionally.Paul Berry1-1/+1
2011-12-20i965 gen6: Implement transform feedback queries.Paul Berry3-0/+54
2011-12-20i965: Convert if/else to switch statements in brw_queryobj.cPaul Berry1-6/+30
2011-12-20i965 gen6: Ensure correct transform feedback indices on new batch.Paul Berry5-8/+72
2011-12-20mesa: Add a function to query whether a meta-op is in progress.Paul Berry2-0/+13
2011-12-20mesa: Add count_tessellated_primitives() function.Paul Berry2-0/+51
2011-12-20mesa: Remove unnecessary FLUSH_VERTICES in bind_buffer_rangePaul Berry1-1/+5
2011-12-20i965 gen6: Implement rasterizer discard.Paul Berry3-0/+37
2011-12-20i965: Implement bounds checking for transform feedback output.Kenneth Graunke4-0/+52
2011-12-20i965: Flush pipeline on EndTransformFeedback.Paul Berry3-0/+22
2011-12-20i965 gen6+: Make intel_batchbuffer_emit_mi_flush() actually flush.Paul Berry1-1/+2
2011-12-20i965 gen6: Turn on transform feedback extension.Paul Berry1-0/+3
2011-12-20i965 gen6: Initial implementation of transform feedback.Paul Berry15-10/+417
2011-12-20i965 gs: Move vue_map to brw_gs_compile.Paul Berry2-3/+4
2011-12-20i965 gen6+: Use 1-wide null operands for IF instructionsPaul Berry1-4/+4
2011-12-20mesa: Fix off-by-one error in transform feedback size check.Paul Berry1-1/+1
2011-12-20mesa: Record transform feedback strides/offsets in linker output.Paul Berry2-1/+14
2011-12-20Fix compilation on cygwin after commit 762c9766c93697af8d7fbaa729aed118789dbe8eJon TURNEY1-1/+1
2011-12-20xvmc: Remove unused variableMaarten Lankhorst1-3/+0
2011-12-20vl: Remove unused declarationMaarten Lankhorst1-1/+1
2011-12-20vl: Use pipe clear_render_target instead of util_clear_render_targetMaarten Lankhorst1-2/+2
2011-12-20mesa: fix a leak in _mesa_delete_texture_image()Pekka Paalanen1-0/+1
2011-12-20st/egl: error check and clamp coordinates in eglPostSubBufferNVChia-I Wu1-8/+21
2011-12-20egl_dri2/x11: error check coordinates in eglPostSubBufferNVChia-I Wu1-5/+5
2011-12-20st/egl: Add support for EGL_NV_post_sub_bufferFredrik Höglund2-2/+24
2011-12-20egl_dri2/x11: Add support for EGL_NV_post_sub_bufferFredrik Höglund1-0/+17
2011-12-20egl: add EGL_NV_post_sub_bufferFredrik Höglund6-0/+48
2011-12-20egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddressChia-I Wu1-0/+5
2011-12-20egl: remove #ifdef's for official extensionsChia-I Wu11-84/+0
2011-12-20egl: remove EGL_ANDROID_swap_rectangleChia-I Wu5-43/+0
2011-12-20egl: update headersChia-I Wu3-24/+73
2011-12-20egl: move unofficial extensions to eglmesaext.hChia-I Wu2-136/+176
2011-12-19i915g: Add unsupported caps.Stéphane Marchesin1-0/+4
2011-12-19i915g: Turn an assert into a debug message, print more debug info for missing...Stéphane Marchesin2-4/+9