aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-22Revert "mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DE...Jakob Bornecrantz
2010-02-22st/xorg: Make resize fail gracefullyJakob Bornecrantz
2010-02-22st/xorg: Obey max {width|height} from kernel and GalliumJakob Bornecrantz
2010-02-22svga: Upload user buffers only once.José Fonseca
2010-02-22svga: Fix the guest offset of piecewise buffer DMAs.José Fonseca
2010-02-22svga: Emit a scalar rcp in shadow maps.José Fonseca
2010-02-22svga: Don't emit zero writemasks.José Fonseca
2010-02-22tgsi: Report an error when a destination has an empty writemask.José Fonseca
2010-02-22st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixelsBrian Paul
2010-02-21st/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_xBrian Paul
2010-02-21st/xorg: Encapsulate all customizable stuff in a separate class.Thomas Hellstrom
2010-02-21mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DEPTH.Thomas Hellstrom
2010-02-18softpipe: fix depth testing problemsBrian Paul
2010-02-18svga: Upload the dirty ranges instead of the whole buffer.José Fonseca
2010-02-18svga: Break uploads of big buffers into smaller pieces.José Fonseca
2010-02-18svga: Note ranges even when there is no hardware buffer around.José Fonseca
2010-02-18svga: Further cleanup/comment svga buffer code.José Fonseca
2010-02-18svga: Temporarily create a sw vertex buf when failed to create a hw buf.José Fonseca
2010-02-18vmware/xorg: Export modinfo just as the other vmware X drivers doesJakob Bornecrantz
2010-02-18st/xorg: A bit more debugging infoJakob Bornecrantz
2010-02-18st/xorg: Make default of debugging fallbacks smartJakob Bornecrantz
2010-02-18drm/vmware: Latest interface changes are backwards incopatibleJakob Bornecrantz
2010-02-18swrast: fix left side clippingBrian Paul
2010-02-17mesa: Take back some assertions.José Fonseca
2010-02-16svga: Remove unused buffer download code.José Fonseca
2010-02-16pipebuffer: Don't synchronize when checking for buffer overflows.José Fonseca
2010-02-16svga: Translate point_sprite rasterizer state.Michal Krol
2010-02-16mesa: Lock mutex around _mesa_HashLookup linked list chase.Mike Stroyan
2010-02-16mesa: Test for failed malloc in _mesa_HashInsert.Mike Stroyan
2010-02-16vbo: Ensure vertices are always unmapped before the context is flushed.José Fonseca
2010-02-16slang: Fix handling of if/elif/else cases.Michal Krol
2010-02-15wgl: Be lenient when sharing contexts.José Fonseca
2010-02-15vbo: fix broken glMultiDrawElements()Brian Paul
2010-02-15st/xorg, vmware/xorg: Fix xnfcalloc arguments.Thomas Hellstrom
2010-02-13softpipe: fix broken cubemap / mipmap selection codeBrian Paul
2010-02-13mesa: Export GL_EXT_texture_cube_map.José Fonseca
2010-02-13wgl: Implement wglSwapMultipleBuffers.José Fonseca
2010-02-13svga: Fix texture border color.José Fonseca
2010-02-12st/mesa: restore draw rasterization stage after rasterposBrian Paul
2010-02-12svga: A few more tweaks to blend color state emission.José Fonseca
2010-02-12svga: Clamp max cube texture levels to supported max 2d levels.José Fonseca
2010-02-12svga: Report the 2d/3d texture sizes supported by the host.José Fonseca
2010-02-12svga: emit blend colorRoland Scheidegger
2010-02-12st/dri: don't expose visuals we'll have trouble supportingZack Rusin
2010-02-12st/dri, st/xorg: fix buffers that have attachements of different depthZack Rusin
2010-02-12r600: be more exact in vb size calculationAndre Maasikas
2010-02-12r600: support GL_SHORT attributesAndre Maasikas
2010-02-12wgl: Go into dormant state when DLL is unloaded unclealy.José Fonseca
2010-02-12wgl: Do not reach out and destroy contexts on cleanup.José Fonseca
2010-02-11svga: check min_index, max_index before assertionsBrian Paul