summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | 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
* | | | | | | | | | 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
| |_|_|/ / / |/| | | | |