added pointer to Vincent (OpenGL ES implementation)
[mesa.git] / src /
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-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 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 Paulremove some errant code from previous check-in
2004-04-22 Brian Pauls,CHAN_BITS/8,sizeof(GLchan),
2004-04-22 Roland Scheideggerfix bracket at wrong place
2004-04-22 Keith WhitwellFix order of EMIT_4UB_4F declarations
2004-04-22 Brian Pauluse FetchTexelf() in GetTexImage() to return float...
2004-04-22 Brian Paulfix some include file glitches
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 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 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 Paulcheck for __ia64__ when setting USE_IEEE
2004-04-18 Brian Pauladded missing SHADER_SOURCES to ALL_SOURCES
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 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 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 Airlieadd agpmode to miniglx config file
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 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 Pauluse MKDEP var
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 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
2004-04-07 Brian Pauluse # comments instead of //, etc (ajax@nwnk.net)
2004-04-07 Daniel Borcaremoved wfx makefiles
2004-04-07 Daniel Borcarevived linux-glide build process
2004-04-05 Jouk Jansen Committing in .
2004-04-05 Daniel Borcaprotected all codegen behind AllowCodegen
2004-04-05 Jouk Jansen Committing in .
2004-04-03 Brian Paulminor tweak
2004-04-03 Brian Paulshouldn't be in CVS
2004-04-02 Brian Pauladded some assertions, just to be safe
2004-04-02 Brian Paulfix bad array indexing in _save_current_init() that...
2004-04-02 Brian PaulImplement ARB_f_p KIL correctly.
2004-04-02 Brian Pauladd braces to silence warnings
2004-04-02 Brian Pauladded FLUSH_CURRENT() call in GetMaterial() calls
2004-04-02 Daniel Borcagot rid of the notify routine as intermediate step
2004-04-02 Daniel Borcadisabled naughty cheats and protected the choosers...
2004-04-02 Daniel Borcaadded codegen'ed choosers
2004-04-02 Brian Paulfix error in rgb332 texel fetch function
2004-04-01 Keith WhitwellRename _x86_ symbols to avoid conflict with r200 driver
2004-04-01 Keith WhitwellRemove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRY
2004-04-01 Felix KuehlingDefine empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM...
2004-04-01 Daniel Borcacodegen'ed versions of the 2nd level dispatch
2004-03-31 Daniel Borcafine-tuning x86 gcc codegen
2004-03-31 Keith Whitwelldynfn --> _tnl_dynfn
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?
next