summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Collapse)Author
2004-04-13check for __AMD64__ when setting USE_IEEE (Ronnny Vindenes)Brian Paul
2004-04-11build fix for VMSAlan Hourihane
2004-04-10fix minor glitch with GL_DEPTH_COMPONENT texturesBrian Paul
2004-04-05 Committing in .Jouk Jansen
Correction on last commit (My FTP-server on linux is playing games with <CR>'s) Modified Files: Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/shader/arbprogparse.c Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/tnl/descrip.mms ----------------------------------------------------------------------
2004-04-05 Committing in .Jouk Jansen
Updated OpenVMS compile support due to shader directory. Removed <CR>'s in arbprogparse.c Modified Files: Mesa/src/mesa/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/shader/arbprogparse.c Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/tnl/descrip.mms ----------------------------------------------------------------------
2004-04-02added some assertions, just to be safeBrian Paul
2004-04-02added FLUSH_CURRENT() call in GetMaterial() callsBrian Paul
2004-04-02fix error in rgb332 texel fetch functionBrian Paul
2004-03-30these are now in the shader/ directory tooBrian Paul
2004-03-30these files now live in the shader directoryBrian Paul
2004-03-30Why are there two copies of this file?Keith Whitwell
2004-03-29Accomodate ARB_fp XPD opcode separately from NV_fp's X2D.Keith Whitwell
2004-03-29Take a stab at updating the VMS files.Brian Paul
2004-03-29This wont be needed any moreMichal Krol
2004-03-29Moved to src/mesa/shader and renamed to arbprogram_syn.hMichal Krol
2004-03-29Moved to src/mesa/shader and renamed to arbprogparse.[ch]Michal Krol
2004-03-29Moved to src/mesa/shaderMichal Krol
2004-03-26fix some warningsBrian Paul
2004-03-26increase MAX_TEXTURE_LOD_BIAS to 11.0Brian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc.
2004-03-20minor clean-upsBrian Paul
2004-03-20make null-terminated copy of program string so that parse works correctlyBrian Paul
2004-03-19add missing else statementsBrian Paul
2004-03-18remove redundant call to ctx->Driver.Viewport(), and clean-upsBrian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
Note: extension may not be finalized yet - subject to change! Note: implementation not fully suitable for h/w implementation yet.
2004-03-13more descriptive error messages for matrix stack over/underflowsBrian Paul
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h
2004-03-10don't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientActiveTexture (Robert ↵Brian Paul
Merrill)
2004-03-04plug in _mesa_BlendFunc into dispatch tableBrian Paul
2004-03-04yet another take on VBO deleting and reference countingBrian Paul
2004-03-03comments, capitalization, misc-clean-upsBrian Paul
2004-03-03more changes to VBO reference counting and deletionBrian Paul
2004-03-02added missing error check in _mesa_BeginQueryARB (Cedric Gautier). minor ↵Brian Paul
clean-ups.
2004-02-28Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul
IMAGE_CLAMP_BIT if needed. Added ClampVertexColors and ClampFragmentColors to GLcontext in anticipation of upcoming extensions (not fully used yet).
2004-02-28minor clean-upsBrian Paul
2004-02-28consolidate image transfer operations in new _mesa_apply_rgba_transfer_ops() ↵Brian Paul
function
2004-02-28rename some span pack/unpack functions for better uniformityBrian Paul
2004-02-28move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan()Brian Paul
2004-02-28consolidate some codeBrian Paul
2004-02-28replace color table FloatTable boolean with Type enumBrian Paul
2004-02-28paltex demo from recent texcombine changes. Minor clean-upsBrian Paul
2004-02-26check for null paramListBrian Paul
2004-02-26check for invalid fragment program in glDrawPixels, glCopyPixels and glBitmapBrian Paul
2004-02-24jump through dispatch table instead of calling gl functions directlyBrian Paul
2004-02-24fix incorrect texcoord attribute indexBrian Paul
2004-02-24added some GLAPIENTRY keywords, minor clean-upsBrian Paul
2004-02-24Yet another revision of _ae_update_state(). Issue both conventional ANDBrian Paul
generic vertex attribute commands, ignoring ctx->VertexProgram.Enabled since this function may be used during display list compilation.
2004-02-24added some const keywordsBrian Paul
2004-02-24glDrawArrays loop was wrongBrian Paul
2004-02-17some debug codeBrian Paul