swrast: rewrite glDrawPixels(GL_DEPTH) with zoom
[mesa.git] / src /
2011-12-24 Brian Paulswrast: rewrite glDrawPixels(GL_DEPTH) with zoom
2011-12-24 Brian Paulswrast: stop using _DepthBuffer in triangle code
2011-12-24 Brian Paulmesa: remove gl_renderbuffer::PutRowRGB()
2011-12-24 Brian Paulswrast: stop using PutRowRGB() in triangle code
2011-12-24 Brian Paulswrast: refactor/rewrite fast_draw_rgba_pixels()
2011-12-24 Brian Paulswrast: move swrast_render_start/finish() call in drawp...
2011-12-24 Brian Paulswrast: new fast_draw_depth_stencil() for glDrawPixels...
2011-12-24 Brian Paulswrast: remove the copy_depth_stencil_pixels() function
2011-12-24 Brian Paulswrast: stop using depth/stencil wrappers in CopyPixels...
2011-12-24 Brian Paulswrast: remove needless assignment in draw_depth_stenci...
2011-12-24 Brian Paulswast: replace renderbuffer->GetPointer() with _swrast_...
2011-12-24 Brian Paulswrast: use _swrast_pixel_address() helper function
2011-12-24 Brian Paulswrast: rewrite stencil test code
2011-12-24 Brian Paulswrast: remove dead code in s_stencil.c
2011-12-24 Brian Paulswrast: rewrite _swrast_read_stencil_span()
2011-12-24 Brian Paulswrast: rewrite _swrast_read_depth_span_float()
2011-12-24 Brian Paulmesa: rewrite _swrast_depth_bounds_test()
2011-12-24 Brian Paulswrast: rewrite depth-testing code
2011-12-24 Brian Paulswrast: stop using _swrast_get_values() in z/depth...
2011-12-24 Brian Paulswrast: stop using _swrast_get_values() in stencil...
2011-12-24 Brian Paulswrast: do fast_copy_pixels() with Map/UnmapRenderbuffer()
2011-12-24 Brian Paulswrast: replace GetRow() call with _mesa_unpack_ubyte_s...
2011-12-24 Brian Paulmesa: remove gl_renderbufer::PutMonoRow() and PutMonoVa...
2011-12-24 Brian Paulswrast: rewrite color buffer clearing to use Map/UnmapR...
2011-12-24 Brian Paulmesa: add _mesa_pack_colormask()
2011-12-24 Brian Paulmesa: add _mesa_get_format_max_bits()
2011-12-24 Brian Paulswrast: do depth/stencil clearing with Map/UnmapRenderb...
2011-12-24 Brian Paulmesa: split get_tex_rgba() into compressed/uncompressed...
2011-12-24 Brian Paulmesa: fix comments in getteximage_error_check()
2011-12-24 Jian Zhaomesa: move the format and type check before select_tex_...
2011-12-24 Maarten Lankhorstvl: Fix inverted logic in vlc checks
2011-12-24 Alexandre Demersegl,glx,wgl: Fixes stapi->createContext usage
2011-12-24 Eric Anholti965/gen7: Fix feedback for flat-shaded tristrips versu...
2011-12-24 Eric Anholti965/gen7: Add support for transform feedback.
2011-12-24 Eric Anholti965/gen7: Move SOL stage disable to gen7_sol_state.c
2011-12-24 Eric Anholti965/gen7: Add register definitions for GL_EXT_transfor...
2011-12-24 Eric Anholti965/gen7: Make primitives_written counting work.
2011-12-24 Eric Anholti965/gen7: Enable EXT_transform_feedback extension...
2011-12-24 Matt Turnerglsl: remove old autogen.sh
2011-12-23 Paul Berryi965 Gen6+: Invalidate VF address-based cache on flush
2011-12-23 Paul Berryi965 gen6: Resend binding table pointer after updating...
2011-12-23 Paul Berryi965: Rename BRW_NEW_WM_SURFACES to BRW_NEW_SURFACES.
2011-12-23 Kenneth Graunkei965: Don't use BRW_DEPTHFORMAT_D24_UNORM_X8_UINT on...
2011-12-23 Paul Berrymesa: Pause transform feedback during meta ops.
2011-12-23 Paul Berryi965 gen6: Implement transform feedback pause/resume...
2011-12-23 Paul Berrymesa: Disable certain error checks when transform feedb...
2011-12-23 Paul Berrymesa: Ensure that Paused is reset to false on EndTransf...
2011-12-23 Paul Berrymesa: Save and restore GL_RASTERIZER_DISCARD state...
2011-12-23 Ian Romanickdri2: Add createContextAttribs entry point for DRISW...
2011-12-23 Ian Romanickdri2: Add createContextAttribs entry point for DRI2...
2011-12-23 Ian Romanickst-api: Have context_create explain why creation failed
2011-12-23 Ian Romanickst-api: Clean-up OpenGL profile handling
2011-12-23 Ian Romanickglx: Propagate the glXIsDirect protocol error back...
2011-12-23 Ian Romanickglx: Deliver an xlib style error to the application...
2011-12-23 Maarten Lankhorstvl: improve vlc functions and handling
2011-12-23 Maarten Lankhorstnouveau: Fix bugs in nouveau_video_buffer
2011-12-22 Lauri Kasanengallivm: Close a memory leak
2011-12-22 Dave Airliesoftpipe: try and use back color for a slot if color...
2011-12-22 Dave Airlieformat_unpack: add 8/16 rgba/rgb types.
2011-12-21 Eric Anholti965: Don't make consumers of brw_CONT/brw_WHILE track...
2011-12-21 Eric Anholti965: Don't make consumers of brw_WHILE do pre-gen6...
2011-12-21 Eric Anholti965: Don't make consumers of brw_DO()/brw_WHILE()...
2011-12-21 Eric Anholti965: Drop unused do_insn argument from gen6_CONT().
2011-12-21 Paul Berrymesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_T...
2011-12-21 Paul Berrymesa: Move RasterDiscard to toplevel of gl_context.
2011-12-21 Kristian Høgsbergegl/x11: Merge the right version of Frederiks change
2011-12-21 Fredrik Höglundegl_dri2/x11: Add support for the DRI2 SwapBuffers...
2011-12-21 Fredrik Höglundegl_dri2/x11: Add support for eglSwapInterval
2011-12-20 Paul Berryi965 gen6: Turn on transform feedback extension uncondi...
2011-12-20 Paul Berryi965 gen6: Implement transform feedback queries.
2011-12-20 Paul Berryi965: Convert if/else to switch statements in brw_query...
2011-12-20 Paul Berryi965 gen6: Ensure correct transform feedback indices...
2011-12-20 Paul Berrymesa: Add a function to query whether a meta-op is...
2011-12-20 Paul Berrymesa: Add count_tessellated_primitives() function.
2011-12-20 Paul Berrymesa: Remove unnecessary FLUSH_VERTICES in bind_buffer_...
2011-12-20 Paul Berryi965 gen6: Implement rasterizer discard.
2011-12-20 Kenneth Graunkei965: Implement bounds checking for transform feedback...
2011-12-20 Paul Berryi965: Flush pipeline on EndTransformFeedback.
2011-12-20 Paul Berryi965 gen6+: Make intel_batchbuffer_emit_mi_flush()...
2011-12-20 Paul Berryi965 gen6: Turn on transform feedback extension.
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-12-20 Paul Berryi965 gs: Move vue_map to brw_gs_compile.
2011-12-20 Paul Berryi965 gen6+: Use 1-wide null operands for IF instructions
2011-12-20 Paul Berrymesa: Fix off-by-one error in transform feedback size...
2011-12-20 Paul Berrymesa: Record transform feedback strides/offsets in...
2011-12-20 Jon TURNEYFix compilation on cygwin after commit 762c9766c93697af...
2011-12-20 Maarten Lankhorstxvmc: Remove unused variable
2011-12-20 Maarten Lankhorstvl: Remove unused declaration
2011-12-20 Maarten Lankhorstvl: Use pipe clear_render_target instead of util_clear_...
2011-12-20 Pekka Paalanenmesa: fix a leak in _mesa_delete_texture_image()
2011-12-20 Chia-I Wust/egl: error check and clamp coordinates in eglPostSub...
2011-12-20 Chia-I Wuegl_dri2/x11: error check coordinates in eglPostSubBufferNV
2011-12-20 Fredrik Höglundst/egl: Add support for EGL_NV_post_sub_buffer
2011-12-20 Fredrik Höglundegl_dri2/x11: Add support for EGL_NV_post_sub_buffer
2011-12-20 Fredrik Höglundegl: add EGL_NV_post_sub_buffer
2011-12-20 Chia-I Wuegl: KHR_reusable_sync entrypoints are missing from...
2011-12-20 Chia-I Wuegl: remove #ifdef's for official extensions
2011-12-20 Chia-I Wuegl: remove EGL_ANDROID_swap_rectangle
2011-12-20 Stéphane Marchesini915g: Add unsupported caps.
2011-12-20 Stéphane Marchesini915g: Turn an assert into a debug message, print more...
next