48389 Commits (b474d2b18c72d965eefae4e427c269cba5ce6ba2)
 

Author SHA1 Message Date
  Eric Anholt 9f8814752f i965: Drop unused do_insn argument from gen6_CONT(). 13 years ago
  Paul Berry d44878e754 mesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_TRANSFORM. 13 years ago
  Paul Berry aee96806f0 mesa: Move RasterDiscard to toplevel of gl_context. 13 years ago
  Kristian Høgsberg 636f2fc46c egl/x11: Merge the right version of Frederiks change 13 years ago
  Fredrik Höglund 352c889c10 egl_dri2/x11: Add support for the DRI2 SwapBuffers request 13 years ago
  Fredrik Höglund 655f2c1d65 egl_dri2/x11: Add support for eglSwapInterval 13 years ago
  Paul Berry 3a2e71874b i965 gen6: Turn on transform feedback extension unconditionally. 13 years ago
  Paul Berry c59393b706 i965 gen6: Implement transform feedback queries. 13 years ago
  Paul Berry c5e17a8498 i965: Convert if/else to switch statements in brw_queryobj.c 13 years ago
  Paul Berry f8328c998b i965 gen6: Ensure correct transform feedback indices on new batch. 13 years ago
  Paul Berry 163611d7b2 mesa: Add a function to query whether a meta-op is in progress. 13 years ago
  Paul Berry dc7b6d7d6d mesa: Add count_tessellated_primitives() function. 13 years ago
  Paul Berry 291ae4e639 mesa: Remove unnecessary FLUSH_VERTICES in bind_buffer_range 13 years ago
  Paul Berry 7d2ff0bf0b i965 gen6: Implement rasterizer discard. 13 years ago
  Kenneth Graunke 21504b462a i965: Implement bounds checking for transform feedback output. 13 years ago
  Paul Berry 63cf7fad13 i965: Flush pipeline on EndTransformFeedback. 13 years ago
  Paul Berry c3161b629f i965 gen6+: Make intel_batchbuffer_emit_mi_flush() actually flush. 13 years ago
  Paul Berry 6ca61441b5 i965 gen6: Turn on transform feedback extension. 13 years ago
  Paul Berry 9308f29830 i965 gen6: Initial implementation of transform feedback. 13 years ago
  Paul Berry 1413f955eb i965 gs: Move vue_map to brw_gs_compile. 13 years ago
  Paul Berry fd5d0c8b12 i965 gen6+: Use 1-wide null operands for IF instructions 13 years ago
  Paul Berry 38b118d49d mesa: Fix off-by-one error in transform feedback size check. 13 years ago
  Paul Berry 942d452047 mesa: Record transform feedback strides/offsets in linker output. 13 years ago
  Jon TURNEY 9f8573b7ae Fix compilation on cygwin after commit 762c9766c93697af8d7fbaa729aed118789dbe8e 13 years ago
  Maarten Lankhorst 704d22dfc1 xvmc: Remove unused variable 13 years ago
  Maarten Lankhorst 68651c3243 vl: Remove unused declaration 13 years ago
  Maarten Lankhorst 72325ee6e3 vl: Use pipe clear_render_target instead of util_clear_render_target 13 years ago
  Pekka Paalanen dae2fca705 mesa: fix a leak in _mesa_delete_texture_image() 13 years ago
  Chia-I Wu 249c6f1934 st/egl: error check and clamp coordinates in eglPostSubBufferNV 13 years ago
  Chia-I Wu eb7d1b9474 egl_dri2/x11: error check coordinates in eglPostSubBufferNV 13 years ago
  Fredrik Höglund 7577284213 st/egl: Add support for EGL_NV_post_sub_buffer 13 years ago
  Fredrik Höglund 71b8fc9872 egl_dri2/x11: Add support for EGL_NV_post_sub_buffer 13 years ago
  Fredrik Höglund 7d46b45c5b egl: add EGL_NV_post_sub_buffer 13 years ago
  Chia-I Wu f63e129d5f egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddress 13 years ago
  Chia-I Wu f957cac772 egl: remove #ifdef's for official extensions 13 years ago
  Chia-I Wu ed1ff2acec egl: remove EGL_ANDROID_swap_rectangle 13 years ago
  Chia-I Wu b7acfe7755 egl: update headers 13 years ago
  Chia-I Wu ab7bb10a2a egl: move unofficial extensions to eglmesaext.h 13 years ago
  Stéphane Marchesin 67e6a40605 i915g: Add unsupported caps. 13 years ago
  Stéphane Marchesin 1981042341 i915g: Turn an assert into a debug message, print more debug info for missing depth swz. 13 years ago
  Stéphane Marchesin a7534d8943 i915g: Make the pipe_sampler_state struct non const and get rid of useless memcpy. 13 years ago
  Stéphane Marchesin c661843ab6 i915g: Implement KILP. 13 years ago
  Stéphane Marchesin 3c01aefe5f i915g: Add two unsupported caps. 13 years ago
  Stéphane Marchesin 9c76ba04f8 i915g: Put the templates at the beggining of the structures. 13 years ago
  Kenneth Graunke 37d24a70da i965: Advertise our vertex shader texture units. 13 years ago
  Kenneth Graunke 8e34021099 i965/vs: Implement EXT_texture_swizzle support for VS texturing. 13 years ago
  Kenneth Graunke d45814c925 i965/vs: Add texture related data to brw_vs_prog_key. 13 years ago
  Kenneth Graunke 387a3d43d1 i965/fs: Only set brw_wm_prog_key data for samplers used by the WM. 13 years ago
  Kenneth Graunke 1b05fc7cdd i965/fs: Factor out texturing related data from brw_wm_prog_key. 13 years ago
  Kenneth Graunke 328b693a19 i965/vs: Add support for texel offsets. 13 years ago