aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* check for __AMD64__ when setting USE_IEEE (Ronnny Vindenes)Brian Paul2004-04-131-2/+2
* build fix for VMSAlan Hourihane2004-04-111-1/+1
* fix minor glitch with GL_DEPTH_COMPONENT texturesBrian Paul2004-04-101-1/+4
* Committing in .Jouk Jansen2004-04-051-181/+181
* Committing in .Jouk Jansen2004-04-051-181/+181
* added some assertions, just to be safeBrian Paul2004-04-021-0/+4
* added FLUSH_CURRENT() call in GetMaterial() callsBrian Paul2004-04-021-2/+6
* fix error in rgb332 texel fetch functionBrian Paul2004-04-021-2/+2
* these are now in the shader/ directory tooBrian Paul2004-03-302-1524/+0
* these files now live in the shader directoryBrian Paul2004-03-3010-5505/+0
* Why are there two copies of this file?Keith Whitwell2004-03-301-1/+1
* Accomodate ARB_fp XPD opcode separately from NV_fp's X2D.Keith Whitwell2004-03-291-1/+2
* Take a stab at updating the VMS files.Brian Paul2004-03-291-27/+0
* This wont be needed any moreMichal Krol2004-03-291-1279/+0
* Moved to src/mesa/shader and renamed to arbprogram_syn.hMichal Krol2004-03-291-1267/+0
* Moved to src/mesa/shader and renamed to arbprogparse.[ch]Michal Krol2004-03-292-6140/+0
* Moved to src/mesa/shaderMichal Krol2004-03-296-1380/+0
* fix some warningsBrian Paul2004-03-263-7/+9
* increase MAX_TEXTURE_LOD_BIAS to 11.0Brian Paul2004-03-261-2/+2
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-218-113/+110
* minor clean-upsBrian Paul2004-03-201-14/+17
* make null-terminated copy of program string so that parse works correctlyBrian Paul2004-03-201-16/+42
* add missing else statementsBrian Paul2004-03-191-6/+6
* remove redundant call to ctx->Driver.Viewport(), and clean-upsBrian Paul2004-03-181-9/+1
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-1314-111/+371
* more descriptive error messages for matrix stack over/underflowsBrian Paul2004-03-131-4/+20
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-1/+1
* don't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientActiveTexture (Robert Mer...Brian Paul2004-03-101-22/+4
* plug in _mesa_BlendFunc into dispatch tableBrian Paul2004-03-041-0/+1
* yet another take on VBO deleting and reference countingBrian Paul2004-03-042-1/+54
* comments, capitalization, misc-clean-upsBrian Paul2004-03-033-37/+47
* more changes to VBO reference counting and deletionBrian Paul2004-03-032-36/+9
* added missing error check in _mesa_BeginQueryARB (Cedric Gautier). minor cle...Brian Paul2004-03-021-10/+7
* Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul2004-02-287-35/+39
* minor clean-upsBrian Paul2004-02-281-10/+15
* consolidate image transfer operations in new _mesa_apply_rgba_transfer_ops() ...Brian Paul2004-02-283-201/+118
* rename some span pack/unpack functions for better uniformityBrian Paul2004-02-287-26/+26
* move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan()Brian Paul2004-02-283-65/+338
* consolidate some codeBrian Paul2004-02-281-138/+126
* replace color table FloatTable boolean with Type enumBrian Paul2004-02-283-42/+59
* paltex demo from recent texcombine changes. Minor clean-upsBrian Paul2004-02-281-26/+24
* check for null paramListBrian Paul2004-02-261-0/+10
* check for invalid fragment program in glDrawPixels, glCopyPixels and glBitmapBrian Paul2004-02-261-3/+23
* jump through dispatch table instead of calling gl functions directlyBrian Paul2004-02-241-32/+34
* fix incorrect texcoord attribute indexBrian Paul2004-02-241-1/+1
* added some GLAPIENTRY keywords, minor clean-upsBrian Paul2004-02-241-82/+82
* Yet another revision of _ae_update_state(). Issue both conventional ANDBrian Paul2004-02-241-82/+65
* added some const keywordsBrian Paul2004-02-243-12/+13
* glDrawArrays loop was wrongBrian Paul2004-02-242-7/+5
* some debug codeBrian Paul2004-02-171-0/+12