aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc.
* 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
| | | | | Note: extension may not be finalized yet - subject to change! Note: implementation not fully suitable for h/w implementation yet.
* 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
| | | | of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h
* don't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientActiveTexture (Robert ↵Brian Paul2004-03-101-22/+4
| | | | Merrill)
* 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 ↵Brian Paul2004-03-021-10/+7
| | | | clean-ups.
* Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul2004-02-287-35/+39
| | | | | | IMAGE_CLAMP_BIT if needed. Added ClampVertexColors and ClampFragmentColors to GLcontext in anticipation of upcoming extensions (not fully used yet).
* 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
| | | | function
* 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
| | | | | generic vertex attribute commands, ignoring ctx->VertexProgram.Enabled since this function may be used during display list compilation.
* 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
|
* added FogOption to fragment_program structBrian Paul2004-02-172-0/+2
|
* added FixedToDouble() macroBrian Paul2004-02-171-0/+4
|
* Added TRIANGLE_WALK_DOUBLE to optionally walk triangle edges with GLdoublesBrian Paul2004-02-171-9/+24
| | | | instead of GLfixed. (Justin Novosad)
* Remove debugKeith Whitwell2004-02-141-2/+0
|
* Make it easier for drivers to create "subclasses" of the existingKeith Whitwell2004-02-144-43/+97
| | | | | | | program struct hierarchy. Add driver callbacks to enable the above and make it possible to track more changes to program objects.
* init secondary color to (0,0,0,1). remove some redundant initializations.Brian Paul2004-02-131-4/+3
|
* set buffer object default Usage and AccessBrian Paul2004-02-131-2/+4
|
* Minor re-org of state for fog and precision options.Brian Paul2004-02-124-64/+56
|
* Fix the problem found with UT after I had added support for glVertexAttrib.Brian Paul2004-02-111-110/+568
| | | | | The problem came from using the _glapi_Dispatch->VertexAttrib*fvNV pointers since they can change from one glArrayElement call to the next.
* Do more bookkeeping of vertex buffer object reference counts.Brian Paul2004-02-113-4/+40
| | | | Incr/decr counts when doing glPush/PopClientAttrib(GL_CLIENT_VERTEX_ARRAY_BIT).
* revert to version 1.18 for now to fix segfaults in some applicationsRoland Scheidegger2004-02-111-583/+110
|
* Restore some of the previous code for handling conventional vertex attributesBrian Paul2004-02-091-341/+654
| | | | | | more efficiently. Remove switches/conditionals from vertex attribute wrappers. glMultiTexCoord is implemented in terms of glVertexAttrib.
* Updated to handle generic vertex attributes accessed vi glArrayElement().Brian Paul2004-02-081-220/+380
| | | | | In fact, handle all conventional vertex attributes in terms of generic attributes (execept for edge flags and color indexes).
* fully parameterize the macros for fixed-point arithmeticBrian Paul2004-02-081-13/+7
|
* added an additional comment about mipmap generationBrian Paul2004-02-081-0/+3
|
* Refactor "class" texture environments to be implemented in terms ofIan Romanick2004-02-064-151/+368
| | | | ARB_texture_env_combine state.
* inform driver of changed wrap/filter parameters due to binding of nv_texrect ↵Roland Scheidegger2004-02-061-0/+8
| | | | texture