Add t_context.h include for drivers.
[mesa.git] / src / mesa / main /
2004-06-29 Ian RomanickFirst phase of TLS work. At this point SPARC assembly...
2004-06-28 Brian PaulglBegin/EndQueryARB didn't work inside display lists
2004-06-26 Ian RomanickRe-enable SPARC assembly on sunos5-gcc platform.
2004-06-24 Daniel Borcadisabled unnecessary assertions in texture replicator
2004-06-21 Daniel Borcaadded support for non-64bit compilers
2004-06-19 Brian PaulBig-endian texture fixes from Michel Dänzer.
2004-06-17 Roland Scheideggerfix tex env mode GL_BLEND for GL_INTENSITY texture...
2004-06-16 Brian Paulfix component indexing bug in _mesa_texstore_al88()
2004-06-15 Roland Scheideggeradded more compressed formats to is_color_format()
2004-06-14 Brian Pauladded compressed formats to is_color_format() and updat...
2004-06-11 Brian Pauldisable GL_INTENTSITY in _mesa_is_legal_format_and_type...
2004-06-11 Brian Pauls/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/
2004-06-11 Brian Paulremove the 3dfx CatchSignals stuff (the var was alwasy...
2004-06-11 Brian Pauladded GL_BGR and GL_BGRA to is_color_format() (Ronny...
2004-06-11 Brian Paulfix some minor glitches in glGetTexParameter code
2004-06-10 Brian PaulAdditional error checking for glTexImageXD.
2004-06-10 Brian PaulRoland's patch to fix promotion of alpha or luminance...
2004-06-07 Daniel Borcasmall corrections
2004-06-03 Keith WhitwellFix problems when sizeof(Node) != sizeof(float)
2004-05-31 Daniel Borcareworked FXT1
2004-05-27 Ian RomanickConvert all calls using _glapi_Dispatch to use the...
2004-05-25 Daniel Borcaoops
2004-05-25 Daniel BorcaFXT1 texture compression (initial draft)
2004-05-14 Brian Paulminor doxygen updates
2004-05-13 Brian PaulAnother pass at implementing byte-swapped texture formats.
2004-05-12 Brian PaulGL_BGR can't be used with the packed types, according...
2004-05-12 Brian Paulsome component ordering bugs in extract_float_rgba()
2004-05-12 Brian Paulremove last remnants of NEWTEXSTORE stuff
2004-05-12 Brian Paulyank bgr233 texformat. minor comment updates.
2004-05-12 Brian PaulAdded big-endian texture formats.
2004-05-10 Brian PaulDon't call calculate_derived_texenv() from in _mesa_Tex...
2004-05-10 Keith WhitwellAdd EXT_vertex_cull support to mesa
2004-05-10 Daniel Borcafixed bugs in fxddtex.c
2004-05-05 Brian Paulfix a few bugs when using GL_REDUCE convolution mode
2004-05-04 Brian Paulfix a bug on the convolution path
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-05-04 Daniel Borcatexture compression: getting warmer
2004-05-03 Daniel Borcaunbloat namespace
2004-05-02 Brian Paulrestored _mesa_rescale_teximage2d()
2004-05-01 Brian Paulminor vertex/fragment program tweaks
2004-04-30 Daniel BorcaFXT1: getting warmer
2004-04-30 Keith WhitwellAMD64 changes from Ronny V. Vindenes.
2004-04-29 Daniel BorcaFXT1 preparations
2004-04-27 Brian Paulupdated other makefiles
2004-04-27 Brian PaulRemoved the old teximage code.
2004-04-27 Daniel Borcatransfer routines for compressed formats (avoid SEGFAUL...
2004-04-26 Daniel Borcaaccomodate newtexstore
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-23 Brian PaulGL_DOUBLE doesn't follow GL_FLOAT, fix indexing (Keith...
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-04-22 Brian Pauls,CHAN_BITS/8,sizeof(GLchan),
2004-04-22 Brian Pauluse FetchTexelf() in GetTexImage() to return float...
2004-04-22 Brian Paulfix some include file glitches
2004-04-22 Brian PaulNew glTexImage code.
2004-04-21 Brian PaulFix up some assorted issues with initialization of...
2004-04-20 Keith WhitwellAdd printing for recently added opcodes.
2004-04-19 Brian Paulapply texgen/texture matrix in glRasterPos
2004-04-19 Brian Paulin TexEnv functions, check if pname == GL_TEXTURE_ENV_C...
2004-04-18 Brian Paulcheck for __ia64__ when setting USE_IEEE
2004-04-14 Keith WhitwellUse tcc and the emitted C code from s_fragprog_to_c...
2004-04-13 Brian Paulcheck for __AMD64__ when setting USE_IEEE (Ronnny Vindenes)
2004-04-11 Alan Hourihanebuild fix for VMS
2004-04-10 Brian Paulfix minor glitch with GL_DEPTH_COMPONENT textures
2004-04-05 Jouk Jansen Committing in .
2004-04-05 Jouk Jansen Committing in .
2004-04-02 Brian Pauladded some assertions, just to be safe
2004-04-02 Brian Pauladded FLUSH_CURRENT() call in GetMaterial() calls
2004-04-02 Brian Paulfix error in rgb332 texel fetch function
2004-03-30 Brian Paulthese are now in the shader/ directory too
2004-03-30 Brian Paulthese files now live in the shader directory
2004-03-30 Keith WhitwellWhy are there two copies of this file?
2004-03-29 Keith WhitwellAccomodate ARB_fp XPD opcode separately from NV_fp...
2004-03-29 Brian PaulTake a stab at updating the VMS files.
2004-03-29 Michal KrolThis wont be needed any more
2004-03-29 Michal KrolMoved to src/mesa/shader and renamed to arbprogram_syn.h
2004-03-29 Michal KrolMoved to src/mesa/shader and renamed to arbprogparse...
2004-03-29 Michal KrolMoved to src/mesa/shader
2004-03-26 Brian Paulfix some warnings
2004-03-26 Brian Paulincrease MAX_TEXTURE_LOD_BIAS to 11.0
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-20 Brian Paulminor clean-ups
2004-03-20 Brian Paulmake null-terminated copy of program string so that...
2004-03-19 Brian Pauladd missing else statements
2004-03-18 Brian Paulremove redundant call to ctx->Driver.Viewport(), and...
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-03-13 Brian Paulmore descriptive error messages for matrix stack over...
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-03-10 Brian Pauldon't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientAct...
2004-03-04 Brian Paulplug in _mesa_BlendFunc into dispatch table
2004-03-04 Brian Paulyet another take on VBO deleting and reference counting
2004-03-03 Brian Paulcomments, capitalization, misc-clean-ups
2004-03-03 Brian Paulmore changes to VBO reference counting and deletion
2004-03-02 Brian Pauladded missing error check in _mesa_BeginQueryARB (Cedri...
2004-02-28 Brian PaulRemove clamp parameter from _mesa_unpack_color_span_flo...
2004-02-28 Brian Paulminor clean-ups
2004-02-28 Brian Paulconsolidate image transfer operations in new _mesa_appl...
2004-02-28 Brian Paulrename some span pack/unpack functions for better unifo...
2004-02-28 Brian Paulmove _swrast_texture_table_lookup() to _mesa_lookup_rgb...
2004-02-28 Brian Paulconsolidate some code
2004-02-28 Brian Paulreplace color table FloatTable boolean with Type enum
next