summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/swrast/swrast_priv.h
Commit message (Expand)AuthorAgeFilesLines
* swrast: replace __FUNCTION__ with __func__Marius Predut2015-04-141-2/+2
* swrast: replace INLINE with inlineBrian Paul2015-02-261-5/+5
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* dri/swrast: use swrast_renderbuffer typeBrian Paul2012-01-241-1/+2
* dri/swrast: rename swrast_renderbuffer to dri_swrast_renderbufferBrian Paul2012-01-241-4/+4
* dri/swrast: remove obsolete GetRow/PutRow codeBrian Paul2012-01-241-10/+0
* dri: drop drisw_util.hGeorge Sapountzis2011-11-041-1/+1
* Add MapRenderbuffer implementations for software drivers.Eric Anholt2011-11-011-0/+5
* Revert "Fix 24bpp software rendering"Brian Paul2011-06-251-1/+0
* Fix 24bpp software renderingMarc Pignat2011-06-241-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-2/+2
* drisw: make stride issue profoundGeorge Sapountzis2010-03-271-8/+0
* rename dri_sw to drisw_util for consistencyGeorge Sapountzis2010-03-211-1/+1
* dri/swrast: add comment in case it's not clearGeorge Sapountzis2010-03-151-2/+2
* dri/swrast: update copyright emailGeorge Sapountzis2010-03-151-5/+1
* dri/swrast: port to dri_sw (drawable)George Sapountzis2010-03-151-6/+24
* dri/swrast: port to dri_sw (context)George Sapountzis2010-03-151-6/+21
* dri/swrast: port to dri_swGeorge Sapountzis2010-03-151-27/+1
* DRI/swrast: Remove color-index support from DRI swrast driverIan Romanick2010-03-031-5/+4
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-2/+2
* swrast: Add support for x8r8g8b8 fbconfig.Eric Anholt2009-02-031-4/+6
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-3/+3
* dri/swrast: cosmetic, mainly generic vs. xorg terminologyGeorge Sapountzis2008-05-231-5/+20
* dri/swrast: add support for r3g3b2George Sapountzis2008-05-231-0/+1
* Add DRI driver that uses the mesa swrast module.George Sapountzis2008-05-201-0/+126