mesa: restore glapi/ prefix on #include
[mesa.git] / src / mesa / drivers / dri / common /
2008-11-10 Brian Paulmesa: restore glapi/ prefix on #include
2008-11-10 Brian PaulGLX: fix out-of-bounds memory issue in indirect glAreTe...
2008-11-10 Brian Pauldri: alloc __DRIscreen object with calloc()
2008-09-21 Keith WhitwellRemove CVS keywords.
2008-09-21 Keith Whitwellmesa: standardize on C99's uint*_t instead of u_int*_t
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-09-01 Michel DänzerFix build by removing #include of removed dri_sarea.h.
2008-08-29 Kristian HøgsbergDRI2: Drop sarea, implement swap buffers in the X server.
2008-08-24 Dave AirlieRevert "Revert "Merge branch 'drm-gem'""
2008-08-24 Dave AirlieRevert "Merge branch 'drm-gem'"
2008-08-21 Peter HuttererReport damage before modifying the area, not after.
2008-08-09 Dave Millerdri: fix crash in driGetConfigAttribIndex
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-05 Xiang, Haihaodri: Fix write/read depth buffer issue under 16bpp...
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-23 Eric Anholtintel-gem: Use pread/pwrite for span access.
2008-07-15 Eric Anholtintel-gem: Disable spantmp sse/mmx functions when tile...
2008-07-02 Ian RomanickVBO: Regenerate files based on recent changes to gl_API.xml
2008-07-01 Dave Airliedri: drop asserts to make build against stable libdrm
2008-07-01 Xiang, Haihaodri: Take the base image size into account when computing
2008-06-26 Alan HourihaneCheck in SwapBuffers for any new pending dri2 events
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Alan CoopersmithSolaris port of Mesa 7.1 with autoconf support
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-12 Brian Paulremove obsoleted doxygen \param comments
2008-06-09 Alan HourihaneCheck for NULL pointer
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-06-04 Dave Airliemesa/drm/ttm: allow build against non-TTM aware libdrm
2008-06-03 Eric Anholt[intel] Convert drivers to using libdrm bufmgr code.
2008-05-29 Dennis KasprzykReport correct damage rectangle in CopySubBuffer.
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-24 Tormod Voldendri: vblank_mode warning
2008-05-23 George Sapountzisdri/swrast: cosmetic, mainly generic vs. xorg terminology
2008-05-23 George Sapountzisdri: add support for generating 3_3_2 configs
2008-05-22 Eric AnholtAdd back a mostly-correct glFinish for GEM and fake.
2008-05-20 George SapountzisMake utils.h self-contained.
2008-05-11 Keith Packard[intel] update GEM api. Add bo_subdata and bo_get_subda...
2008-05-08 Keith PackardMerge commit 'anholt/drm-gem' into drm-gem
2008-05-07 Eric AnholtGEM: Make dri_emit_reloc take GEM domain flags instead...
2008-05-07 Dan NicholsonNever fail `make clean'
2008-05-02 Eric Anholt[intel] Fix build for GEM. TTM is now disabled, and...
2008-05-02 Eric AnholtAdd intel_bufmgr_gem for new graphics execution manager.
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-28 Alan Hourihanebuild fix for xorg driver
2008-04-25 Alan Hourihanesilence warning
2008-04-18 Dave Airliei965: initial attempt at fixing the aperture overflow
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-04-16 Dave Airliebufmgr_fake: disable debugging again
2008-04-16 Dave Airlieintel/fake_bufmgr: Attempt to restrict references to...
2008-04-02 Kristian HøgsbergInitialize GLX_EXT_texture_from_pixmap attributes corre...
2008-03-31 Kristian HøgsbergDRI interface changes and DRI2 direct rendering support.
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-21 Michal Wajdeczkointel: Use _mesa_ffs wrapper, and fix a use-after-free...
2008-03-10 Kristian HøgsbergDRI2: Drop DriverAPI.UpdateBuffer.
2008-03-10 Kristian HøgsbergDRI2: Pass the context instead of the screen to __dri2P...
2008-03-10 Kristian HøgsbergDRI2: Add event buffer head as an argument to driCreate...
2008-03-04 Kristian Høgsberg[dri2] Add tail pointer to reemitDrawableInfo callback.
2008-03-04 Kristian Høgsberg[dri2] Optimize event parsing to skip obsolete events.
2008-02-29 Kristian HøgsbergUse __DRIextension mechanism providing loader functiona...
2008-02-29 Kristian HøgsbergReduce the versioning madness required to create a...
2008-02-26 Kristian HøgsbergA few more fixes to the dlsym() fix.
2008-02-26 Dave Airliedri2: dlsym requires some quotes..
2008-02-26 Kristian HøgsbergUse dlsym() to avoid referencing __dri2DriverInitScreen.
2008-02-26 Kristian HøgsbergRemove GetMSC DriverAPI function.
2008-02-26 Kristian HøgsbergRemove now unused setTexOffset from __DriverAPIRec.
2008-02-15 Eric Anholt[intel] Bug #13636: Allow recursive buffer mapping...
2008-02-14 Kristian HøgsbergAdd new DRI2 infrastructure.
2008-02-13 Eric AnholtWhen mapping, wait on the buffer's fence, not hardware...
2008-02-13 Eric AnholtRemove O(n^2) debugging code from non-debug path of...
2008-01-24 Eric AnholtBufmgr cleanup from intel-batchbuffer branch of 2d...
2008-01-18 Eric Anholt[intel] Fix memory leak with fake bufmgr.
2008-01-10 Kristian HøgsbergFold DoBindContext() helper function into driBindContext().
2008-01-03 Eric Anholt[intel] Convert relocations to not be cleared out on...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-21 Kristian HøgsbergSilence compiler warnings from XML error macros.
2007-12-14 Eric Anholt[intel] Initialize debug flag for dri_bufmgrs
2007-12-14 Eric Anholt[intel] Remove broken mutex protection from dri_bufmgrs.
2007-12-14 Eric Anholt[intel] Enable INTEL_DEBUG=bufmgr output in TTM mode...
2007-12-14 Eric Anholt[intel] assert that buffers are not mapped at last...
2007-12-13 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-12 Eric Anholt[intel] Assert against conflicting relocation emits...
2007-12-08 Eric Anholt[965] Convert the driver to dri_bufmgr interface and...
2007-12-05 Xiang, HaihaoDon't Swap buffer if a DRIDrawable is entirely obscured
2007-12-01 Eric Anholt[intel] Move batch bo_unmap from TTM code to shared...
2007-12-01 Eric Anholt[intel] Fix the type and naming of the flags/mask args...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-29 Eric Anholt[i915] Make INTEL_DEBUG=bufmgr actually do things for...
2007-11-16 Eric Anholt[intel] Add some doxygen notes on what the bufmgr_fake...
2007-11-16 Eric Anholt[intel] Add a simple relocation cache to the fake buffe...
2007-11-16 Eric Anholt[intel] Assert against 0-sized buffers in dri_bufmgr_fa...
2007-11-16 Eric Anholt[intel] Add support for multiple levels of relocation...
2007-11-09 Roland Scheideggerrecreate from changed gl_API.xml
2007-10-31 Dave Airliei915: make i915 use the cached mappings for batch/buffe...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-30 BrianAlias glStencilOpSeparateATI with glStencilOpSeparate.
2007-10-30 BrianFinish up ATI_separate_stencil
2007-10-30 Michel DänzerMore vblank cleanups.
2007-10-29 Eric AnholtMerge branch 'origin'
next