Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add the i810 driver - no kernel driver yet | Alan Hourihane | 2003-09-30 | 25 | -1/+8262 |
| | | | | (build tested, but not physically tested) | ||||
* | mkdir the server directory, as using cvs with -P would prune an empty | Alan Hourihane | 2003-09-30 | 1 | -1/+3 |
| | | | | directory | ||||
* | Add project file for new spriteblast demo. (Update dependency) | Karl Schultz | 2003-09-25 | 1 | -0/+3 |
| | |||||
* | Add project file for new spriteblast demo. | Karl Schultz | 2003-09-25 | 2 | -0/+124 |
| | |||||
* | GL_ARB_point_sprite demo | Brian Paul | 2003-09-24 | 2 | -0/+521 |
| | |||||
* | MS dev studio project file for teapots demo. | Karl Schultz | 2003-09-24 | 1 | -0/+112 |
| | |||||
* | Workspace file for redbook programs | Karl Schultz | 2003-09-24 | 1 | -0/+29 |
| | |||||
* | Change projection transform so that the top row of teapots are now visible. | Karl Schultz | 2003-09-24 | 1 | -2/+2 |
| | |||||
* | added info about vertex/fragment program debugger | Brian Paul | 2003-09-23 | 1 | -13/+35 |
| | |||||
* | enum updates | Brian Paul | 2003-09-23 | 2 | -48/+46 |
| | |||||
* | new enum values for GL_MESA_program_debug | Brian Paul | 2003-09-23 | 1 | -10/+9 |
| | |||||
* | minor clean-ups | Brian Paul | 2003-09-23 | 1 | -5/+11 |
| | |||||
* | remove a _TriangleCaps reference | Brian Paul | 2003-09-23 | 1 | -4/+5 |
| | |||||
* | Add extra cases and enums for _mesa_fetch_state(), and set the length of | Karl Rasche | 2003-09-23 | 2 | -6/+88 |
| | | | | program_parameter.StateIndexes[] to 6, used for fetching matrix state | ||||
* | Create 'all' project to make it easy to build and clean all the programs in ↵ | Karl Schultz | 2003-09-22 | 2 | -0/+233 |
| | | | | the demos directory. | ||||
* | Add remaining demos. | Karl Schultz | 2003-09-22 | 1 | -0/+228 |
| | |||||
* | New visual studio project fiile for building demos. | Karl Schultz | 2003-09-22 | 19 | -0/+2128 |
| | |||||
* | apply patch #740145 from SourceForge | Brian Paul | 2003-09-22 | 3 | -68/+49 |
| | |||||
* | casts | Brian Paul | 2003-09-19 | 1 | -9/+9 |
| | |||||
* | Assorted casts to silence g++ warnings. | Brian Paul | 2003-09-19 | 15 | -47/+51 |
| | |||||
* | Add include for context.h to define NEED_SECONDARY_COLOR. | Karl Schultz | 2003-09-19 | 1 | -0/+1 |
| | |||||
* | Make binary - even though this is a text file, common practice is to store ↵ | Karl Schultz | 2003-09-19 | 26 | -3505/+3505 |
| | | | | MS studio files as binary | ||||
* | summary of Mesa's extension enum values | Brian Paul | 2003-09-19 | 1 | -0/+45 |
| | |||||
* | Make binary - even though this is a text file, common practice is to store ↵ | Karl Schultz | 2003-09-19 | 7 | -2310/+2310 |
| | | | | MS studio files as binary | ||||
* | minor updates | Brian Paul | 2003-09-19 | 4 | -11/+10 |
| | |||||
* | Make binary - even though this is a text file, common practice is to store ↵ | Karl Schultz | 2003-09-19 | 1 | -179/+179 |
| | | | | MS studio files as binary | ||||
* | added note about _TriangleCaps | Brian Paul | 2003-09-18 | 1 | -0/+7 |
| | |||||
* | a few less occurances of _TriangleCaps | Brian Paul | 2003-09-18 | 1 | -5/+9 |
| | |||||
* | Move away from using the ctx->_TriangleCaps bitfield. | Brian Paul | 2003-09-18 | 7 | -19/+50 |
| | | | | | New macros in context.h for testing state: NEED_SECONDARY_COLOR and NEED_TWO_SIDED_LIGHTING. | ||||
* | tweak an error message | Brian Paul | 2003-09-18 | 1 | -1/+1 |
| | |||||
* | s/_backface_sign/_BackfaceSign/ | Brian Paul | 2003-09-18 | 6 | -9/+9 |
| | |||||
* | Updated for new Windows build system. | Karl Schultz | 2003-09-18 | 1 | -46/+33 |
| | |||||
* | Now obsolete. | Karl Schultz | 2003-09-18 | 1 | -131/+0 |
| | |||||
* | New visual studio workspace and projects for building demos. | Karl Schultz | 2003-09-18 | 22 | -0/+2621 |
| | |||||
* | Remove first attempt at using visual studio projects to compile demos. | Karl Schultz | 2003-09-18 | 3 | -265/+0 |
| | |||||
* | Update with current set of gl* entry points. | Karl Schultz | 2003-09-18 | 1 | -221/+726 |
| | |||||
* | Move macros from header to C file. Updated some comments | Brian Paul | 2003-09-18 | 2 | -85/+63 |
| | |||||
* | Move context ASSERT/FLUSH macros to context.h | Brian Paul | 2003-09-18 | 2 | -95/+104 |
| | |||||
* | remove MESA_TRACE stuff | Brian Paul | 2003-09-18 | 2 | -21/+3 |
| | |||||
* | version tweaks | Brian Paul | 2003-09-18 | 2 | -2/+2 |
| | |||||
* | removed unused NoRaster and Rendering fields from GLcontext | Brian Paul | 2003-09-18 | 2 | -4/+0 |
| | |||||
* | Remove FLT_MIN definition to imports.h | Brian Paul | 2003-09-18 | 2 | -48/+45 |
| | | | | Assorted code clean-ups in light.c | ||||
* | Copy the DLL files to the lib directory instead of libexec. | Karl Schultz | 2003-09-18 | 4 | -8/+8 |
| | |||||
* | Add symbols to export private entry points to osmesa. | Karl Schultz | 2003-09-18 | 1 | -0/+6 |
| | |||||
* | Add casts to prevent double->float conversion compiler warnings. | Karl Schultz | 2003-09-18 | 1 | -2/+2 |
| | |||||
* | Add casts to prevent signed/unsigned compare compiler warnings. | Karl Schultz | 2003-09-18 | 2 | -6/+6 |
| | |||||
* | assorted updates | Brian Paul | 2003-09-17 | 1 | -19/+12 |
| | |||||
* | updated with new extension info | Brian Paul | 2003-09-17 | 2 | -3/+18 |
| | |||||
* | remove unused Target field from gl_buffer_object | Brian Paul | 2003-09-17 | 1 | -1/+0 |
| | |||||
* | Fixed/added some error checks. | Brian Paul | 2003-09-17 | 1 | -27/+31 |
| | | | | | Allow one buffer to be bound to multiple targets. Rebind buffer 0 when deleting currently bound buffer. |