summaryrefslogtreecommitdiffstats
path: root/src/glx/pixelstore.c
Commit message (Collapse)AuthorAgeFilesLines
* glx: Use _mesa_lroundevenf() in glPixelStoref().Matt Turner2015-08-041-12/+13
| | | | | | Functional change in which way half-way cases are rounded from towards positive-infinity to even. The spec says "the passed value is rounded to the nearest integer". Removes another case of bad half-up rounding.
* glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2010-07-281-3/+3
|
* Remove support for GCC older than 3.3.0Ian Romanick2010-03-031-1/+1
| | | | Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-0/+352