| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | | | Initial support for user-space buffer objects. | Brian | 2007-10-11 | 2 | -9/+49 |
| | * | | | | | | | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch | Keith Whitwell | 2007-07-31 | 2 | -1/+11 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | fix drawables not getting freed if context is made current with new drawables | Roland Scheidegger | 2007-07-19 | 1 | -1/+7 |
| | | * | | | | | | | fix assertion, z/stencil swarst readback, (still looks suspicious) copyTexSub... | Roland Scheidegger | 2007-07-14 | 1 | -0/+4 |
* | | | | | | | | | | intel: Expose more FBconfigs in the 3D driver. | Eric Anholt | 2009-01-30 | 2 | -2/+4 |
* | | | | | | | | | | Make GL_ARB_draw_buffers mandatory | Ian Romanick | 2009-01-28 | 1 | -0/+2 |
* | | | | | | | | | | Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory | Ian Romanick | 2009-01-28 | 1 | -0/+4 |
* | | | | | | | | | | Make GL_ARB_vertex_buffer_object mandatory | Ian Romanick | 2009-01-28 | 1 | -0/+2 |
* | | | | | | | | | | Make GL_ARB_texture_compression mandatory | Ian Romanick | 2009-01-28 | 1 | -0/+2 |
* | | | | | | | | | | mesa: regenerated GL API files | Brian Paul | 2009-01-22 | 1 | -69/+121 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | dri1: Add a macro to validate two dri drawables in one go. | Thomas Hellstrom | 2009-01-20 | 1 | -0/+22 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | dri: correct the damage. | Xiang, Haihao | 2009-01-06 | 1 | -2/+17 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | dri: Fix driWaitForMSC32 when divisor >= 2 and msc < 0. | Eric Anholt | 2008-12-29 | 1 | -9/+9 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | mesa: restore glapi/ prefix on #include | Brian Paul | 2008-11-10 | 1 | -1/+1 |
* | | | | | | GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident() | Brian Paul | 2008-11-10 | 1 | -17/+17 |
* | | | | | | dri: alloc __DRIscreen object with calloc() | Brian Paul | 2008-11-10 | 1 | -1/+1 |
* | | | | | | Remove CVS keywords. | Keith Whitwell | 2008-09-21 | 6 | -6/+0 |
| |_|_|_|/
|/| | | | |
|
* | | | | | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell | 2008-09-21 | 4 | -16/+16 |
* | | | | | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 14 | -27/+27 |
| |_|_|/
|/| | | |
|
* | | | | Fix build by removing #include of removed dri_sarea.h. | Michel Dänzer | 2008-09-01 | 1 | -1/+0 |
* | | | | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg | 2008-08-29 | 2 | -244/+35 |
|/ / / |
|
* | | | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 4 | -1692/+33 |
* | | | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 4 | -33/+1692 |
* | | | Report damage before modifying the area, not after. | Peter Hutterer | 2008-08-21 | 1 | -2/+2 |
* | | | dri: fix crash in driGetConfigAttribIndex | Dave Miller | 2008-08-09 | 1 | -0/+4 |
* | | | Merge branch 'drm-gem' | Eric Anholt | 2008-08-08 | 4 | -1692/+33 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' into drm-gem | Ian Romanick | 2008-07-25 | 3 | -18/+22 |
| |\ \ \ |
|
| * | | | | intel-gem: Use pread/pwrite for span access. | Eric Anholt | 2008-07-23 | 1 | -34/+30 |
| * | | | | intel-gem: Disable spantmp sse/mmx functions when tile swizzling. | Eric Anholt | 2008-07-15 | 1 | -3/+13 |
| * | | | | Merge commit 'origin/master' into drm-gem | Eric Anholt | 2008-06-24 | 4 | -3/+10 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge commit 'origin/master' into drm-gem | Eric Anholt | 2008-06-18 | 1 | -23/+20 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge commit 'origin/master' into drm-gem | Keith Packard | 2008-06-03 | 6 | -195/+228 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | [intel] Convert drivers to using libdrm bufmgr code. | Eric Anholt | 2008-06-03 | 2 | -387/+0 |
| * | | | | | | | Add back a mostly-correct glFinish for GEM and fake. | Eric Anholt | 2008-05-22 | 2 | -0/+15 |
| * | | | | | | | [intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks. | Keith Packard | 2008-05-11 | 2 | -10/+41 |
| * | | | | | | | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags. | Eric Anholt | 2008-05-07 | 3 | -1192/+11 |
| * | | | | | | | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone. | Eric Anholt | 2008-05-02 | 3 | -132/+13 |
| * | | | | | | | Add intel_bufmgr_gem for new graphics execution manager. | Eric Anholt | 2008-05-02 | 3 | -11/+14 |
* | | | | | | | | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646 | Xiang, Haihao | 2008-08-05 | 1 | -4/+5 |
| |_|_|_|/ / /
|/| | | | | | |
|
* | | | | | | | VBO: Regenerate files based on recent changes to gl_API.xml | Ian Romanick | 2008-07-02 | 1 | -16/+16 |
* | | | | | | | dri: drop asserts to make build against stable libdrm | Dave Airlie | 2008-07-01 | 1 | -11/+0 |
* | | | | | | | dri: Take the base image size into account when computing | Xiang, Haihao | 2008-07-01 | 1 | -0/+1 |
* | | | | | | | Check in SwapBuffers for any new pending dri2 events | Alan Hourihane | 2008-06-26 | 1 | -2/+5 |
| |_|_|/ / /
|/| | | | | |
|
* | | | | | | replace __inline and __inline__ with INLINE macro | Brian Paul | 2008-06-21 | 2 | -3/+3 |
* | | | | | | Solaris port of Mesa 7.1 with autoconf support | Alan Coopersmith | 2008-06-21 | 2 | -0/+7 |
| |_|/ / /
|/| | | | |
|
* | | | | | remove obsoleted doxygen \param comments | Brian Paul | 2008-06-11 | 1 | -23/+18 |
* | | | | | Check for NULL pointer | Alan Hourihane | 2008-06-09 | 1 | -0/+2 |
| |/ / /
|/| | | |
|
* | | | | mesa/drm/ttm: allow build against non-TTM aware libdrm | Dave Airlie | 2008-06-04 | 3 | -1/+46 |
* | | | | Report correct damage rectangle in CopySubBuffer. | Dennis Kasprzyk | 2008-05-29 | 1 | -2/+2 |
* | | | | dri: vblank_mode warning | Tormod Volden | 2008-05-24 | 1 | -2/+2 |