Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | i915simple: A step closer to compiling | Jakob Bornecrantz | 2008-09-12 | 1 | -70/+1 | |
| * | | | | | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal... | Alan Hourihane | 2008-09-11 | 2 | -245/+35 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 13 | -35/+745 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | mesa: disable fprintf() error | Brian Paul | 2008-07-09 | 1 | -0/+2 | |
| | * | | | | | | | gallium: handle msaa | Roland Scheidegger | 2008-06-27 | 2 | -46/+54 | |
| | * | | | | | | | mesa/dri: User standard integer types. | José Fonseca | 2008-06-24 | 4 | -16/+16 | |
| | * | | | | | | | revert the DRI2 commits | Alan Hourihane | 2008-06-12 | 9 | -1050/+860 | |
| | * | | | | | | | Bring in DRI2 changes | Alan Hourihane | 2008-06-11 | 9 | -860/+1050 | |
| | * | | | | | | | Remove CVS keywords. | José Fonseca | 2008-05-26 | 6 | -6/+0 | |
| | * | | | | | | | Regenerated API dispatch files | Brian Paul | 2008-05-18 | 1 | -36/+12 | |
| | * | | | | | | | Alias glStencilOpSeparateATI with glStencilOpSeparate. | Brian | 2008-04-04 | 1 | -9/+3 | |
| | * | | | | | | | Finish up ATI_separate_stencil | Brian | 2008-04-04 | 1 | -0/+22 | |
| | * | | | | | | | mesa: Add copyright headers. | José Fonseca | 2008-02-27 | 2 | -23/+45 | |
| | * | | | | | | | re-enable fb size assertions which were previously disabled | Brian | 2007-10-31 | 1 | -2/+0 | |
| | * | | | | | | | 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 |