summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-205-43/+0
* egl: update headersChia-I Wu2011-12-203-24/+73
* egl: move unofficial extensions to eglmesaext.hChia-I Wu2011-12-202-136/+176
* 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
* i915g: Make the pipe_sampler_state struct non const and get rid of useless me...Stéphane Marchesin2011-12-192-2/+2
* i915g: Implement KILP.Stéphane Marchesin2011-12-191-3/+12
* i915g: Add two unsupported caps.Stéphane Marchesin2011-12-191-0/+2
* i915g: Put the templates at the beggining of the structures.Stéphane Marchesin2011-12-192-5/+5
* i965: Advertise our vertex shader texture units.Kenneth Graunke2011-12-191-1/+1
* i965/vs: Implement EXT_texture_swizzle support for VS texturing.Kenneth Graunke2011-12-192-1/+52
* i965/vs: Add texture related data to brw_vs_prog_key.Kenneth Graunke2011-12-192-0/+11
* i965/fs: Only set brw_wm_prog_key data for samplers used by the WM.Kenneth Graunke2011-12-191-1/+3
* i965/fs: Factor out texturing related data from brw_wm_prog_key.Kenneth Graunke2011-12-197-115/+168
* i965/vs: Add support for texel offsets.Kenneth Graunke2011-12-193-2/+23
* i965/fs: Factor out texture offset bitfield computation.Kenneth Graunke2011-12-193-18/+26
* i965/vs: Implement vec4_visitor::visit(ir_texture *).Kenneth Graunke2011-12-191-7/+120