summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* build fix for xorg driverAlan Hourihane2008-04-281-3/+4
* silence warningAlan Hourihane2008-04-251-1/+1
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-35/+37
* bufmgr_fake: disable debugging againDave Airlie2008-04-161-1/+1
* intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer...Dave Airlie2008-04-163-15/+125
* Initialize GLX_EXT_texture_from_pixmap attributes correctly.Kristian Høgsberg2008-04-022-10/+10
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-314-275/+435
* intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf.Michal Wajdeczko2008-03-211-3/+7
* DRI2: Drop DriverAPI.UpdateBuffer.Kristian Høgsberg2008-03-092-6/+12