mesa.git
2004-04-27 Brian PaulRemoved the old teximage code.
2004-04-27 Brian Pauladded pointer to Vincent (OpenGL ES implementation)
2004-04-27 Daniel Borcatransfer routines for compressed formats (avoid SEGFAUL...
2004-04-26 Daniel Borcaaccomodate newtexstore
2004-04-26 Alan Hourihaneremove DitherValues
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-25 Brian Pauls/-mv8/-mcpu=ultrasparc/ (bug 941338)
2004-04-25 Brian Paulfix HP-UX typo (bug 941576)
2004-04-24 Brian Paulcall drmUnmapBufs() in mgaDestroyScreen (Tilman Sauerbeck)
2004-04-23 Brian Paulminor fixes for entrypoint name mangling
2004-04-23 Ian RomanickConvert R200 driver to use the t_vertex interface.
2004-04-23 Brian Paulmove #define for GL_DOUBLE, to put enums in right order
2004-04-23 Brian PaulGL_DOUBLE doesn't follow GL_FLOAT, fix indexing (Keith...
2004-04-23 Brian Paulinit mgaScreen->irq (Tilman Sauerbeck)
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-04-23 Brian Paulassorted fixes
2004-04-23 Keith WhitwellAdd fps output
2004-04-23 Brian Paulremove some errant code from previous check-in
2004-04-23 Brian Paulnew CYGWIN docs from Eric Lassauge
2004-04-22 Brian Pauls,CHAN_BITS/8,sizeof(GLchan),
2004-04-22 Roland Scheideggerfix bracket at wrong place
2004-04-22 Brian Pauladded CYGWIN support
2004-04-22 Keith WhitwellFix order of EMIT_4UB_4F declarations
2004-04-22 Brian Pauladded floattex.c to test floating point textures
2004-04-22 Brian Pauluse FetchTexelf() in GetTexImage() to return float...
2004-04-22 Brian Paulfix some include file glitches
2004-04-22 Brian Paulminor clean-ups
2004-04-22 Brian Paulobsolete
2004-04-22 Brian PaulNew glTexImage code.
2004-04-21 Brian PaulFix up some assorted issues with initialization of...
2004-04-21 Brian Paulonly init temp regs to zero if executing NV fragment...
2004-04-21 Brian Paulcheck return values of _swrast_CreateContext, etc
2004-04-20 Brian Paulremoved non-existant arbfpwpos.c, added UTIL_FILES...
2004-04-20 Keith WhitwellAdd printing for recently added opcodes.
2004-04-20 Alan Hourihaneadd SciTech's GLDirect driver for Windows.
2004-04-20 Keith WhitwellSimplify last fix slightly, apply to vtx paths as well.
2004-04-20 Keith WhitwellWhen upgrading copied vertices, distinguish between...
2004-04-19 Brian Paulapply texgen/texture matrix in glRasterPos
2004-04-19 Brian Paullinux-solo-ia64 config (Stephane Marchesin)
2004-04-19 Brian PaulglTexEnviv bug fix
2004-04-19 Brian Paulin TexEnv functions, check if pname == GL_TEXTURE_ENV_C...
2004-04-19 Brian Pauldo texcoord projective division in _swrast_span_default...
2004-04-18 Brian Paulbug fixes for ARB/NV fragment program texture instructions
2004-04-18 Brian Paulcheck for __ia64__ when setting USE_IEEE
2004-04-18 Brian Paulupdated instructions for new directory tree and makefil...
2004-04-18 Brian Pauladded missing SHADER_SOURCES to ALL_SOURCES
2004-04-18 Brian Paulhack to use glTexCoord4f and Q variable to test project...
2004-04-18 Brian PaulAudit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions.
2004-04-16 Keith WhitwellMake sure ctx->Driver.NeedFlush is set for Eval-generat...
2004-04-15 Keith WhitwellMake _SAT instructions compile correctly.
2004-04-15 Dave Airliemake sure matypes is built
2004-04-15 Dave Airlieadd drm source dir for solo includes
2004-04-15 Dave Airlieget the libraries the right way round..
2004-04-15 Ian RomanickCorrect the comments about when the bindContext3 /...
2004-04-15 Dave Airlieset default page flipping to zero can be changed in...
2004-04-14 Brian Paulwrap file in #ifdef USE_TCC, otherwise compilation...
2004-04-14 Brian Paulset CONFIG_NAME = linux-tcc
2004-04-14 Keith Whitwellnew file
2004-04-14 Keith WhitwellUse tcc and the emitted C code from s_fragprog_to_c...
2004-04-14 Keith WhitwellFail if any subdir fails.
2004-04-14 Keith WhitwellHack to get things compiling - include "drm.h" instead...
2004-04-14 Keith WhitwellLink against GL_LIB_DEPS
2004-04-14 Keith WhitwellRemove mesa.a when making clean
2004-04-14 Keith WhitwellFirst attempt at building a dri module in this tree
2004-04-14 Keith WhitwellFirst pass at support for building DRI drivers in mesa...
2004-04-14 Keith WhitwellDon't try to use .c=.o rule on .S files when building...
2004-04-14 Alan Hourihanedisable under _SOLO build
2004-04-14 Daniel Borcadocumentation updates
2004-04-14 Dave AirlieAdd agpmode to the example config file
2004-04-14 Dave Airlieget agpmode from config file
2004-04-14 Dave AirlieAdd shader sources for solo build
2004-04-14 Dave Airliemake solo work like before new makefile merge
2004-04-14 Dave Airlieadd agpmode to miniglx config file
2004-04-13 Brian Paulminor tweak for Darwin
2004-04-13 Brian Paulcheck for __AMD64__ when setting USE_IEEE (Ronnny Vindenes)
2004-04-13 Keith WhitwellBuild a single string containing the generated 'C'...
2004-04-13 Alan Hourihanefix the usage of GLX_MESA_allocate_memory
2004-04-13 Daniel Borcaupdated Glide driver documentation
2004-04-13 Dave Airliemake this exactly like XFree86 .. allows 4x to work
2004-04-13 Jon SmirlAdd DRM_SOURCE_PATH to make system.
2004-04-12 Ian RomanickMissed one with the last commit.
2004-04-12 Ian RomanickConditionally compile code for x86 specific TNL codegen...
2004-04-11 Alan Hourihanebuild fix for VMS
2004-04-10 Brian Paulfix minor glitch with GL_DEPTH_COMPONENT textures
2004-04-09 Brian Paulfix max buffer size test (Kyle Bateman, bug 912828)
2004-04-09 Brian Pauladded extern "C" for C++ (bug 930933)
2004-04-09 Brian Pauladded SPECULAR flag for sprite point functions
2004-04-08 Alan Hourihanemake note about needing to fix the drm driver to enable...
2004-04-08 Brian Pauladded zreaddraw.c
2004-04-08 Brian Pauluse MKDEP var
2004-04-08 Brian Pauladded -noprefix option for making DRI drivers
2004-04-08 Brian Paulminor fix
2004-04-08 Brian Paullots of Makefile updates for new build system
2004-04-08 Brian Paulmove pSAREAPriv declaration to be C-compliant
2004-04-08 Brian Paulno depend file
2004-04-08 Brian Pauldon't include GL/gl.h, rely on glheader.h
2004-04-08 Brian Paulmove 'id' declaration so it's C compliant
2004-04-08 Alan Hourihanebuild fixes
2004-04-08 Alan Hourihaneremove non-portable whitespace
2004-04-07 Brian Pauluse new MKDEP, MKDEP_OPTIONS variables
next