mesa.git
2011-12-27 Alexander von... glu: remove BeOS define as BeOS is not longer a target...
2011-12-27 Alexander von... gallium: use Mesa pthread_barrier_t on Haiku, as it...
2011-12-27 Dave Airliegallium/u_pack: fix l8/i8 pack color ub
2011-12-27 Mathias Fröhlichvbo: Clean up recalculate_input_bindings.
2011-12-26 Alexander von... mklib: Add Haiku build support
2011-12-26 Johannes ObermayrFix build with LLVM >= r145623.
2011-12-26 Brian Paulswrast: assert _swrast_map_teximage() x, y is multiple...
2011-12-26 Brian Paulswrast: replace assertion with conditional in _swrast_m...
2011-12-26 Brian Paulmesa: fix signed/unsigned comparison warnings
2011-12-26 Brian Paulvbo: signal _NEW_ARRAY when transitioning between glBeg...
2011-12-26 Mathias Fröhlichmesa: remove leftovers from color indexed rendering.
2011-12-26 Mathias Fröhlichmesa: remove unused _mesa_copy_materials.
2011-12-26 Christian Königvl: call decode_bitstream only once
2011-12-26 Yuanhan Liui965: increase the brw eu instruction store size dynami...
2011-12-26 Yuanhan Liui965: call next_insn() before referencing a instruction...
2011-12-26 Yuanhan Liui965: get the jmp distance by instruction index
2011-12-26 Yuanhan Liui965: let the if_stack just store the instruction index
2011-12-25 Marek Olšákr600g: fix a warning that a variable may be uninitialized
2011-12-25 Marek Olšákgallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS
2011-12-25 Marek Olšákst/mesa: use a cast wrapper function to get st_transfor...
2011-12-25 Marek Olšákst/mesa: DrawTFB should use the vertex count from the...
2011-12-24 Marek Olšákr300g: mapping buffers for read should be unsynchronized
2011-12-24 Marek Olšákwinsys/radeon: move managing GEM domains back to drivers
2011-12-24 Paul Berryi965 gen6: Fix incorrect order of dwords in gen6_update...
2011-12-24 Paul Berryi965 gen6: Fix transform feedback of triangle strips.
2011-12-24 Brian Paulmesa: consolidate texstore functions
2011-12-24 Brian Paulmesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D...
2011-12-24 Brian Paulmesa: update comment for MapTextureImage()
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...
next