move pSAREAPriv declaration to be C-compliant
[mesa.git] / src /
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?
2004-03-30 Keith WhitwellMake the output a little more likely to compile...
2004-03-30 Brian PaulReorder some code so we don't upset program state when...
2004-03-30 Brian PaulInsert original fragment program instructions as comments.
2004-03-30 Keith WhitwellAmusing utility to print ARB_fp programs as C code
2004-03-30 Ian RomanickAdd #ifdef protection around the file to prevent DRI...
2004-03-29 Brian Paulfix array indexing for UP4B and UP4UB
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 Brian Paulfix the build
2004-03-29 Keith Whitwellnew files
2004-03-29 Michal KrolMoved from src/mesa/main
2004-03-29 Keith WhitwellFirst round of codegen for t_vtx_api.c -- ie the Begin...
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-29 Daniel Borcacode cleanup heheh
2004-03-27 Felix KuehlingForgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.
2004-03-26 Brian Paulfix some warnings
2004-03-26 Felix KuehlingEnable drawing directly to the (now tiled) front buffer.
2004-03-26 Brian Pauladded .SUFFIXES : .cc line
2004-03-26 Brian PaulDon't use pushd/popd.
2004-03-26 Brian PaulTweaks for make clean / realclean.
2004-03-26 Brian Paulincrease MAX_TEXTURE_LOD_BIAS to 11.0
2004-03-26 Brian Pauladded OSMESA_DRIVER_OBJECTS and COMMON_DRIVER_OBJECTS
2004-03-26 Brian PaulNew Makefile system
2004-03-26 Ian RomanickMake sure drivers don't dereference a NULL pointer if
2004-03-25 Brian Paulre-order arguments to mklib
2004-03-25 Felix KuehlingRecalculate the viewport matrix in savageEmitDrawingRec...
2004-03-25 Michal KrolThe OpenGL Shading Language Runtime Library for Legacy...
2004-03-25 Daniel Borcasmall changes (version string)
2004-03-25 Felix KuehlingMore state management changes:
2004-03-24 Felix KuehlingMake sure hardware culling is disabled for unfilled...
2004-03-24 Brian Pauluse Driver.WriteMonoRGBAPixels() when possible (Dan...
2004-03-24 Felix KuehlingMissing in last commit.
2004-03-24 Felix KuehlingBuffer vertices and emit them in batches. Still using...
2004-03-24 Brian Paulrename class to c_class if using C++ (bug 922294)
2004-03-24 Michal KrolSlang internal include file defining constructors and...
2004-03-23 Jouk Jansen Committing in .
2004-03-22 Brian Pauladded s_auxbuffer.c
2004-03-21 Dave Airliemore i810 to new interface
2004-03-21 Felix Kuehlingctx->Const.MaxTextureLevels is not the highest mipmap...
2004-03-21 Felix KuehlingImproved MaxTextureLevel computation to take the nr...
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-21 Brian Paulfix array index error in _swsetup_Translate (Felix)
2004-03-21 Felix KuehlingRemoved some useless definitions, artifacts from the...
2004-03-21 Dave AirlieAdd new interface support don't switch on yet ..
2004-03-21 Felix Kuehlingunsigned int -> uint32_t, unsigned char -> uint8_t...
2004-03-20 Felix KuehlingFixed texture LOD bias.
2004-03-20 Felix KuehlingFixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_B...
2004-03-20 Felix KuehlingCleaned up and fixed stencil fallback.
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-19 Dave AirlieAdd includes to make mach64 build
2004-03-18 Brian Paulremove redundant call to ctx->Driver.Viewport(), and...
2004-03-18 Ian RomanickConvert int(8|32)_t to uint(8|32)_t, like should have...
2004-03-17 Ian RomanickConvert all uses of CARD32 and CARD8 to int32_t and...
2004-03-15 Dave Airlieremove version number faking, shouldn't be needed anymore
2004-03-15 Dave Airlieextend SOLO code so the DDX version isn't checked
2004-03-15 Keith WhitwellSketch of codegen templates for t_vtx_api.c, not complete
2004-03-15 Keith WhitwellStreamline the error path in VertexAttrib functions...
2004-03-15 Daniel Borcaunfinished SOLO driver for TDFX
2004-03-15 Dave Airliecouple of steps closer still not fully working.. someth...
2004-03-15 Dave AirlieInitial i810_dri.c for miniglx isn't fully functional...
2004-03-15 Dave Airlieuse utility function to check versions
2004-03-14 Brian Paulmore TRIANGLE_WALK_DOUBLE tweaks (Justin Novosad)
2004-03-14 Brian Paulfix stride bug in RGB and BGR span rendering
next