summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* check for NV_fragment_program for glGetString(GL_PROGRAM_ERROR_STRING_NV)Brian Paul2003-01-211-3/+6
|
* fix an assertionBrian Paul2003-01-201-3/+3
|
* use COPY_CHAN4 macroBrian Paul2003-01-202-6/+7
|
* use R/G/B/ACOMP indexes (Evgeny Kotsuba)Brian Paul2003-01-201-9/+9
|
* fix IBM CPP warning (Evgeny Kotsuba)Brian Paul2003-01-201-3/+6
|
* add some castsBrian Paul2003-01-192-4/+4
|
* fix for framebuffer width and height when window hasn't been realized.Alan Hourihane2003-01-161-3/+9
|
* another fix for glDrawPixels + clippingBrian Paul2003-01-161-9/+21
|
* update CurrentStack in glActiveTexture if needed (bug 669080)Brian Paul2003-01-161-1/+7
|
* fix glDrawPixels hang when clippingBrian Paul2003-01-151-15/+30
|
* Committing in .Jouk Jansen2003-01-151-18/+22
| | | | | | | | | the latest changes were in UNIX and not VMS makefile syntax. changed to VMS syntax. Modified Files: Mesa/src/descrip.mms ----------------------------------------------------------------------
* Fix SourceForge bug 664908. wglDescribePixelFormat should return theKarl Schultz2003-01-151-1/+3
| | | | | number of valid PFD's if the PFD pointer is NULL, without checking the validity of the other parameters.
* simple GL_NV_fragment_program testBrian Paul2003-01-141-0/+150
|
* fragment program executionBrian Paul2003-01-142-0/+415
|
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-1446-357/+6150
| | | | | Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.
* GL_NV_fragment_programBrian Paul2003-01-141-1/+64
|
* prototype render-to-textureBrian Paul2003-01-141-1/+14
|
* initial code for render-to-textureBrian Paul2003-01-144-12/+100
|
* remove const from _mesa_strtof()Brian Paul2003-01-142-5/+5
|
* added _mesa_strtof()Brian Paul2003-01-141-1/+23
|
* OSMesa16 updates (Eric Plante), added _mesa_strtof()Brian Paul2003-01-142-9/+23
|
* fix fog stride bugs (Michel Danzer)Brian Paul2003-01-131-6/+6
|
* remove ADD_L altogetherBrian Paul2003-01-091-3/+1
|
* s/16/32/ (Josh Vanderhoof)Brian Paul2003-01-091-2/+2
|
* moved ADD_L instruction (Linus Torvalds)Brian Paul2003-01-091-5/+5
|
* added font-related symbolsBrian Paul2003-01-091-0/+5
|
* fix some float/ubyte mistakes (Daniel Borca)Brian Paul2003-01-082-4/+4
|
* move t->Image[i]->Format test (bug 659012)Brian Paul2003-01-081-9/+9
|
* fix typo in rotation code (bug 659677)Brian Paul2003-01-081-4/+4
|
* fix glCopyTexSubImage2D error checking (bug 661907)Brian Paul2003-01-081-8/+15
|
* Check that ActiveTextureARB doesn't overflow MaxTextureUnitsAlan Hourihane2002-12-301-2/+3
|
* Add missing break statementsKeith Whitwell2002-12-191-1/+3
|
* added new DOS filesBrian Paul2002-12-191-2/+3
|
* obsoleteBrian Paul2002-12-192-139/+0
|
* DOS updatesBrian Paul2002-12-193-0/+467
|
* DOS updates from Daniel Borca.Brian Paul2002-12-1821-654/+1846
|
* comment changesBrian Paul2002-12-182-5/+5
|
* improved error messageBrian Paul2002-12-181-2/+2
|
* added RELNOTES-5.1 fileBrian Paul2002-12-182-0/+53
|
* bug fixesBrian Paul2002-12-181-2/+3
|
* Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell2002-12-124-4/+20
| | | | allocates memory (like FreeBSD).
* use/test GL_SGIS_generate_mipmaps if availableBrian Paul2002-12-101-3/+41
|
* let _mesa_problem() take variable argumentsBrian Paul2002-12-062-8/+15
|
* Don't crash if End received without a Begin...Keith Whitwell2002-12-051-4/+7
|
* added _mesa_print_texunit_state() for debuggingBrian Paul2002-12-052-4/+37
|
* properly handle very wide imagesBrian Paul2002-12-053-163/+213
|
* clean-ups, commentsBrian Paul2002-12-051-24/+36
|
* fix bad _mesa_printf() calls (mesa bug 646753)Brian Paul2002-12-044-71/+71
|
* updated to use ARB extensionsBrian Paul2002-12-032-26/+34
|
* added GL_DEPTH_COMPONENT to two assertionsBrian Paul2002-12-031-3/+5
|