summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-112-245/+35
|\
| * Fix build by removing #include of removed dri_sarea.h.Michel Dänzer2008-09-011-1/+0
| * DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-292-244/+35
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1113-35/+745
|\ \ | |/ |/|
| * mesa: disable fprintf() errorBrian Paul2008-07-091-0/+2
| * gallium: handle msaaRoland Scheidegger2008-06-272-46/+54
| * mesa/dri: User standard integer types.José Fonseca2008-06-244-16/+16
| * revert the DRI2 commitsAlan Hourihane2008-06-129-1050/+860
| * Bring in DRI2 changesAlan Hourihane2008-06-119-860/+1050
| * Remove CVS keywords.José Fonseca2008-05-266-6/+0
| * Regenerated API dispatch filesBrian Paul2008-05-181-36/+12
| * Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian2008-04-041-9/+3
| * Finish up ATI_separate_stencilBrian2008-04-041-0/+22
| * mesa: Add copyright headers.José Fonseca2008-02-272-23/+45
| * re-enable fb size assertions which were previously disabledBrian2007-10-311-2/+0
| * Initial support for user-space buffer objects.Brian2007-10-112-9/+49
| * Merge branch 'i915tex_privbuffers' into softpipe_0_1_branchKeith Whitwell2007-07-312-1/+11
| |\
| | * fix drawables not getting freed if context is made current with new drawablesRoland Scheidegger2007-07-191-1/+7
| | * fix assertion, z/stencil swarst readback, (still looks suspicious) copyTexSub...Roland Scheidegger2007-07-141-0/+4
* | | Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-244-1692/+33
* | | Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-244-33/+1692
* | | Report damage before modifying the area, not after.Peter Hutterer2008-08-211-2/+2
* | | dri: fix crash in driGetConfigAttribIndexDave Miller2008-08-091-0/+4
* | | Merge branch 'drm-gem'Eric Anholt2008-08-084-1692/+33
|\ \ \
| * \ \ Merge branch 'master' into drm-gemIan Romanick2008-07-253-18/+22
| |\ \ \
| * | | | intel-gem: Use pread/pwrite for span access.Eric Anholt2008-07-231-34/+30
| * | | | intel-gem: Disable spantmp sse/mmx functions when tile swizzling.Eric Anholt2008-07-151-3/+13
| * | | | Merge commit 'origin/master' into drm-gemEric Anholt2008-06-244-3/+10
| |\ \ \ \
| * \ \ \ \ Merge commit 'origin/master' into drm-gemEric Anholt2008-06-181-23/+20
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'origin/master' into drm-gemKeith Packard2008-06-036-195/+228
| |\ \ \ \ \ \
| * | | | | | | [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-032-387/+0
| * | | | | | | Add back a mostly-correct glFinish for GEM and fake.Eric Anholt2008-05-222-0/+15
| * | | | | | | [intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks.Keith Packard2008-05-112-10/+41
| * | | | | | | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-073-1192/+11
| * | | | | | | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt2008-05-023-132/+13
| * | | | | | | Add intel_bufmgr_gem for new graphics execution manager.Eric Anholt2008-05-023-11/+14
* | | | | | | | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-4/+5
| |_|_|_|/ / / |/| | | | | |
* | | | | | | VBO: Regenerate files based on recent changes to gl_API.xmlIan Romanick2008-07-021-16/+16
* | | | | | | dri: drop asserts to make build against stable libdrmDave Airlie2008-07-011-11/+0
* | | | | | | dri: Take the base image size into account when computingXiang, Haihao2008-07-011-0/+1
* | | | | | | Check in SwapBuffers for any new pending dri2 eventsAlan Hourihane2008-06-261-2/+5
| |_|_|/ / / |/| | | | |
* | | | | | replace __inline and __inline__ with INLINE macroBrian Paul2008-06-212-3/+3
* | | | | | Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith2008-06-212-0/+7
| |_|/ / / |/| | | |
* | | | | remove obsoleted doxygen \param commentsBrian Paul2008-06-111-23/+18
* | | | | Check for NULL pointerAlan Hourihane2008-06-091-0/+2
| |/ / / |/| | |
* | | | mesa/drm/ttm: allow build against non-TTM aware libdrmDave Airlie2008-06-043-1/+46
* | | | Report correct damage rectangle in CopySubBuffer.Dennis Kasprzyk2008-05-291-2/+2
* | | | dri: vblank_mode warningTormod Volden2008-05-241-2/+2
* | | | dri/swrast: cosmetic, mainly generic vs. xorg terminologyGeorge Sapountzis2008-05-231-1/+2
* | | | dri: add support for generating 3_3_2 configsGeorge Sapountzis2008-05-231-42/+61