| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 1 | -1/+1 |
* | mesa: move no-change glDepthFunc check earlier | Brian Paul | 2015-06-03 | 1 | -3/+3 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: don't flush vertices and don't flag _NEW_DEPTH in ClearDepth | Marek Olšák | 2013-04-24 | 1 | -7/+1 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -4/+0 |
* | mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooks | Brian Paul | 2012-03-12 | 1 | -2/+0 |
* | mesa: add/update VERBOSE_API logging | Brian Paul | 2011-02-08 | 1 | -0/+6 |
* | mesa: Add support for glDepthRangef and glClearDepthf. | Eric Anholt | 2011-01-14 | 1 | -0/+6 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
* | mesa: remove misplaced VERBOSE_TEXTURE tests | Brian Paul | 2009-10-23 | 1 | -2/+2 |
* | remove dead code | Brian | 2007-06-11 | 1 | -30/+4 |
* | removed GL_HP_occlusion_test extension | Brian Paul | 2005-08-25 | 1 | -2/+1 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -1/+4 |
* | just comments/clean-up | Brian Paul | 2005-01-26 | 1 | -3/+9 |
* | fix some memory leaks (bug #1002030) | Brian Paul | 2004-08-14 | 1 | -8/+2 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -4/+4 |
* | Eric's mesa-depth32.diff | Keith Whitwell | 2003-10-09 | 1 | -3/+4 |
* | Silence compiler warnings about implicit casts or conversions by supplying ex... | Karl Schultz | 2003-08-30 | 1 | -2/+2 |
* | Fix up some loose ends from the last big check-in. | Brian Paul | 2003-07-18 | 1 | -1/+2 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -0/+42 |
* | Implemented GL_EXT_depth_bounds_test. | Brian Paul | 2003-04-21 | 1 | -4/+28 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -7/+2 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -3/+3 |
* | New _mesa_debug() function to replace fprintf() calls. | Brian Paul | 2002-06-13 | 1 | -5/+5 |
* | Removed DD_Z_NEVER. | Brian Paul | 2001-03-29 | 1 | -6/+1 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -11/+9 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -3/+3 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -41/+45 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -6/+6 |
* | - Changes for new software rasterizer modules | Keith Whitwell | 2000-11-05 | 1 | -3/+3 |
* | Moved the software rasterizer to a new directory. | Keith Whitwell | 2000-10-31 | 1 | -1601/+1 |
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -5/+6 |
* | more minor header file re-org (moved CONST, ASSERT, INLINE to config.h) | Brian Paul | 2000-10-29 | 1 | -1/+2 |
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -15/+15 |
* | changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values | Brian Paul | 2000-09-08 | 1 | -3/+3 |
* | clip depth/stencil spans to window bounds | Brian Paul | 2000-04-11 | 1 | -3/+99 |
* | use BCOPY macro on FreeBSD | Brian Paul | 2000-04-04 | 1 | -26/+38 |
* | fixed compiler warnings on BeOS R4 | Brian Paul | 2000-03-19 | 1 | -2/+2 |
* | removed old Depth buffer pointer var | Brian Paul | 2000-03-17 | 1 | -6/+4 |
* | runtime selectable depth buffer depth | Brian Paul | 2000-03-03 | 1 | -77/+645 |
* | replaced gl_ prefix with _mesa_ prefix on depth funcs | Brian Paul | 2000-02-02 | 1 | -10/+14 |
* | changes in hardware depth buffer support | Brian Paul | 1999-12-10 | 1 | -255/+417 |
* | added support for separate read/draw buffers per context | Brian Paul | 1999-11-24 | 1 | -17/+17 |
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -21/+13 |
* | clean-up of header includes (Daryll) | Brian Paul | 1999-11-08 | 1 | -4/+1 |
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 1 | -3/+3 |
* | #include <stdlib.h> | Jouk Jansen | 1999-10-11 | 1 | -1/+2 |