summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* intel: Expose more FBconfigs in the 3D driver.Eric Anholt2009-01-302-2/+4
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-0/+4
* Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-0/+2
* Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-0/+2
* mesa: regenerated GL API filesBrian Paul2009-01-221-69/+121
* dri1: Add a macro to validate two dri drawables in one go.Thomas Hellstrom2009-01-201-0/+22
* dri: correct the damage.Xiang, Haihao2009-01-061-2/+17
* dri: Fix driWaitForMSC32 when divisor >= 2 and msc < 0.Eric Anholt2008-12-291-9/+9
* mesa: restore glapi/ prefix on #includeBrian Paul2008-11-101-1/+1
* GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident()Brian Paul2008-11-101-17/+17
* dri: alloc __DRIscreen object with calloc()Brian Paul2008-11-101-1/+1
* Remove CVS keywords.Keith Whitwell2008-09-216-6/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-214-16/+16
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1814-27/+27
* 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
* 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
* | Make utils.h self-contained.George Sapountzis2008-05-204-146/+152
* | Never fail `make clean'Dan Nicholson2008-05-071-2/+2
|/