aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* reduce memory needed for vertex attributes (allocate on demand)Brian Paul2003-03-318-204/+327
|
* use gluSphere instead of glutSphere so we get texcoordsBrian Paul2003-03-311-9/+18
|
* fixed bad texgen Q problemBrian Paul2003-03-311-2/+3
|
* minor updatesBrian Paul2003-03-301-23/+29
|
* added MD5 checksumsBrian Paul2003-03-301-1/+12
|
* added 5.0.1 infoBrian Paul2003-03-301-2/+39
|
* minor changeBrian Paul2003-03-301-1/+1
|
* 5.0.1 updatesBrian Paul2003-03-305-4/+98
|
* enable 1.4 extensionsBrian Paul2003-03-301-2/+2
|
* remove debug printfBrian Paul2003-03-291-3/+1
|
* remove duplicate lineBrian Paul2003-03-292-4/+2
|
* Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul2003-03-2914-13/+209
|
* print GL_MULTISAMPLE_ARBBrian Paul2003-03-291-1/+4
|
* fix texgen msg stringsBrian Paul2003-03-291-3/+3
|
* minor updatesBrian Paul2003-03-293-4/+5
|
* added GL_ARB_vertex_buffer_object functionsBrian Paul2003-03-291-0/+22
|
* disable normal xform code for nowBrian Paul2003-03-291-3/+6
|
* added _mesa_print_nv_vertex_instruction()Brian Paul2003-03-292-12/+26
|
* proper dispatch for NV_fragment_program functionsBrian Paul2003-03-293-54/+70
|
* GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program ↵Brian Paul2003-03-296-0/+2844
| | | | entrypoints
* added entries for GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, ↵Brian Paul2003-03-291-53/+690
| | | | GL_NV_fragment_program
* DOS updates from Daniel BorcaBrian Paul2003-03-299-174/+160
|
* fix EXP instruction and ARL-relative addressingBrian Paul2003-03-291-17/+9
|
* minor clean-ups, comments, etcBrian Paul2003-03-284-90/+96
|
* fixed ColorMask problem for front-buffer renderingBrian Paul2003-03-271-4/+5
|
* remove some unfinished code accidently checked inBrian Paul2003-03-251-4/+1
|
* histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul2003-03-2511-27/+92
|
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-2545-390/+387
|
* store correct EXP resultBrian Paul2003-03-251-2/+2
|
* disable prototyped GLX_ARB_render_texture extensionBrian Paul2003-03-241-4/+5
|
* add 2, not 4, in _mesa_get_compressed_formats()Brian Paul2003-03-241-4/+4
|
* subset spec (was subset.html in embedded-1-branch)Brian Paul2003-03-221-0/+3579
|
* fix GL_COLOR_MATERIAL bugBrian Paul2003-03-211-3/+3
|
* remove/obfuscate all remaining email addressesBrian Paul2003-03-193-15/+11
|
* Committing in .Jouk Jansen2003-03-191-7/+7
| | | | | | | | Added some type casts Modified Files: Mesa/src/swrast/s_nvfragprog.c ----------------------------------------------------------------------
* Rewrite of fragment program named parameters, constants, etc. Not done.Brian Paul2003-03-195-155/+176
|
* added commentsBrian Paul2003-03-191-3/+18
|
* Fix typoKeith Whitwell2003-03-171-2/+2
|
* move #include glheader.h before extern C namespaceBrian Paul2003-03-171-6/+6
|
* Store partial derivative values in sw_span structure.Brian Paul2003-03-165-285/+548
| | | | | Implemented DDX and DDY fragment program instructions (whew!) Not fully tested yet.
* use TEX_UNIT_LOOP macro to coalesce some codeBrian Paul2003-03-161-156/+80
|
* clean-ups, re-org in preparation for fragment program workBrian Paul2003-03-161-387/+205
|
* added -lstc++ info, convert more plain text to htmlBrian Paul2003-03-162-25/+74
|
* Fix up some fragment program texture enable issues.Brian Paul2003-03-158-137/+141
| | | | Implemented TXD instruction.
* added fptest1, fptexture, texrect, etcBrian Paul2003-03-141-0/+22
|
* simple NV_fragment_program texture testBrian Paul2003-03-141-0/+151
|
* Clean-up of parser error handling/reporting.Brian Paul2003-03-147-184/+285
| | | | Basic fragment program texture instructions are limping along.
* include macros.hBrian Paul2003-03-141-1/+2
|
* DJGPP tweaksBrian Paul2003-03-111-1/+2
|
* DJGPP tweaksBrian Paul2003-03-111-3/+2
|