summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2004-04-22use FetchTexelf() in GetTexImage() to return float textures correctlyBrian Paul
2004-04-22fix some include file glitchesBrian Paul
2004-04-22New glTexImage code.Brian Paul
2004-04-21Fix up some assorted issues with initialization of vertex program registers.Brian Paul
2004-04-20Add printing for recently added opcodes.Keith Whitwell
2004-04-19apply texgen/texture matrix in glRasterPosBrian Paul
2004-04-19in TexEnv functions, check if pname == GL_TEXTURE_ENV_COLOR and fetch appropr...Brian Paul
2004-04-18check for __ia64__ when setting USE_IEEEBrian Paul
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell
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
2004-04-05 Committing in .Jouk Jansen
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
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
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
2004-03-10don't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientActiveTexture (Robert Mer...Brian Paul
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 cle...Brian Paul
2004-02-28Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul
2004-02-28minor clean-upsBrian Paul
2004-02-28consolidate image transfer operations in new _mesa_apply_rgba_transfer_ops() ...Brian Paul
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