st/xorg: If dri2 version is 2 support version 1 as well
[mesa.git] / src / gallium / state_trackers /
2010-01-15 Jakob Bornecrantzst/xorg: If dri2 version is 2 support version 1 as...
2010-01-15 Jakob Bornecrantzst/xorg: Set enforce version to 1 if not defined
2010-01-18 Thomas Hellstromst/dri: Don't request a fake front if the server adds...
2010-01-13 Thomas Hellstromst/dri: Make sure we always request a fake front.
2010-01-11 Zack Rusinst/xorg: move exaMoveInPixmap before trying to fetch it
2010-01-11 Zack Rusinst/xorg: fix a rare video crash
2010-01-11 Thomas HellstromRevert "st/dri: no need to request fake front buffer...
2010-01-04 Michel Dänzerst/xorg: Proper calculation of screen pitch.
2010-01-03 Vinson Leest/xorg: Ensure null-terminated byte string.
2009-12-30 Vinson Leest/xorg: Use C-style comments.
2009-12-30 Jakob Bornecrantzst/xorg: Fix warning and add a TODO comment
2009-12-30 Jakob Bornecrantzst/xorg: On close wait on fences and then destroy the...
2009-12-30 Jakob Bornecrantzst/xorg: Be proper with pipe pointers on close in exa
2009-12-30 Jakob Bornecrantzst/xorg: Make sure we don't overrun the fence array...
2009-12-29 Vinson Leest/egl: Move declaration before code.
2009-12-28 Vinson Leest/xorg: Silence unused variable warnings.
2009-12-28 Vinson Leest/vega: Silence compiler warnings.
2009-12-28 Vinson Leegallium/xlib: Silence unused variable warning.
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-23 Vinson Leest/xorg: Use C-style comments.
2009-12-23 Vinson Leest/vega: Move declaration outside for loop.
2009-12-23 Vinson Leest/egl: Use C-style comments.
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Thomas Hellstromst/xorg Fail early if we don't intend to accelerate.
2009-12-06 Vinson Leest/egl: Fix memory leak in egl_tracker.c.
2009-11-18 Brian Paulxorg/st: fixup builds against later dpms headers.
2009-10-07 Brian Paulgallium/xlib: call XQueryExtension() in glXQueryExtension()
2009-10-07 Brian Paulgallium/xlib: fix glXQueryDrawable() bugs, see bug...
2009-10-07 Brian Paulgallium/xlib: return 0 for errorBase, eventBase in...
2009-10-02 Brian Paulgallium/xlib: use bitwise-and to test GLX_RGBA_BIT...
2009-10-02 Brian Paulgallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BI...
2009-09-29 Brian Paulgallium/xlib: fix GLX_RENDER_TYPE query
2009-09-28 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-22 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-20 Nicolai HähnleMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-04 Brian Paulgallium/xlib: minor clean-ups
2009-09-03 Brian Paulgallium/xlib: silence unitialized var warning
2009-09-03 Brian Paulgallium/xlib: silence unitialized var warning
2009-09-03 Zack Rusinst/xorg: add linear and radial gradient acceleration
2009-09-03 Zack Rusinst/xorg: radial gradient shader
2009-09-03 Zack Rusinst/xorg: linear gradient shader
2009-09-03 Zack Rusinst/xorg: cleanup and adjust to the changes in the ureg...
2009-09-03 Zack Rusinst/xorg: adjust enums in preperation for gradients
2009-09-02 Zack Rusinst/xorg: fix warnings
2009-09-02 Zack Rusinst/xorg: handle xrender repeat modes
2009-09-02 Zack Rusinst/xorg: flip the coordinate system
2009-09-02 Zack Rusinst/xorg: handle solid fills in the fragment shader
2009-09-02 Jakob Bornecrantzst/xorg: Guard against realy old versions of Xorg
2009-09-02 Michel Dänzerst/xorg: Remove code no longer support by xserver Git
2009-09-02 Michel Dänzerst/xorg: Add support for xserver Git master DRI2 interface.
2009-09-02 Michel Dänzerst/dri: Slight consolidation of DRI2 buffer handling.
2009-09-02 Michel Dänzerst/xorg: Add EXA UploadToScreen and DownloadFromScreen...
2009-09-01 Zack Rusinst/xorg: getting indexes right tends to be helpful
2009-09-01 Zack Rusinst/xorg: redo the vertex shader
2009-09-01 Zack Rusinst/xorg: setup solid fills
2009-09-01 Zack Rusinst/xorg: fold back the helper function into core
2009-09-01 Zack Rusinst/xorg: start rendering and compositing pictures
2009-08-31 Jakob Bornecrantzst/xorg: Fix crash in MPH
2009-08-31 Zack Rusinst/xorg: add code to render textured quads for composit...
2009-08-31 Zack Rusinst/xorg: setup constant buffers for vertex and fragment...
2009-08-31 Michel Dänzerst/xorg: Re-organize the EXA ModifyPixmapHeader hook...
2009-08-31 Michel Dänzerst/xorg: Simplify EXA ModifyPixmapHeader hook for pPixm...
2009-08-31 Michel Dänzerst/xorg: Don't always fall back for solid fills.
2009-08-31 Michel DänzerGallium xlib: Add support for BGRA visuals.
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-29 José Fonsecaxlib: Ensure one screen instance.
2009-08-29 José Fonsecaxlib: Complete llvmpipe integration.
2009-08-28 Zack Rusinst/xorg: disable composite accelration for now
2009-08-28 Zack Rusinst/xorg: bind samplers before composition
2009-08-28 Zack Rusinst/xorg: normalize coords for the src operands in the...
2009-08-28 Jakob Bornecrantzst/xorg: If migrating from a sw pixmap to a hw pixmap...
2009-08-28 Jakob Bornecrantzst/xorg: Null devPrivate.ptr when unmapping
2009-08-28 Michel Dänzerst/xorg: Fix scons build.
2009-08-28 Jakob Bornecrantzdrm_api: Operate on textures instead of buffers
2009-08-28 Jakob Bornecrantzst/xorg: Fix some warnings
2009-08-28 Jakob Bornecrantzst/dri: Fix some warnings
2009-08-28 Jakob Bornecrantzst/xorg: Pass dri driver name as driverName on screen
2009-08-28 Jakob BornecrantzRevert "st/xorg/dri: Pass texture formats via the DRI2...
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-27 Zack Rusinst/xorg: set vertex and fragment shader for the current op
2009-08-27 Zack Rusinst/xorg: bind rasterizer state
2009-08-27 Zack Rusinst/xorg: set blend state for exa
2009-08-27 Zack Rusinst/xorg: bind framebuffer and viewport for exa
2009-08-27 Zack Rusinst/xorg: create and destroy shader cache
2009-08-27 Michel Dänzerst/xorg: Set shared usage of pixmaps for use via DRI2.
2009-08-27 Michel Dänzerst/dri: Make sure the front left renderbuffer is there...
2009-08-27 Michel Dänzerst/xorg: Don't hardcode ExaPrepareCopy to fall back...
2009-08-27 Michel Dänzerst/xorg: Flush context if necessary in ExaPrepareAccess.
next