dynfn --> _tnl_dynfn
[mesa.git] / src / mesa / drivers /
2004-03-29 Daniel Borcacode cleanup heheh
2004-03-27 Felix KuehlingForgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.
2004-03-26 Felix KuehlingEnable drawing directly to the (now tiled) front buffer.
2004-03-26 Brian PaulDon't use pushd/popd.
2004-03-26 Brian PaulNew Makefile system
2004-03-26 Ian RomanickMake sure drivers don't dereference a NULL pointer if
2004-03-25 Felix KuehlingRecalculate the viewport matrix in savageEmitDrawingRec...
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 Felix KuehlingMissing in last commit.
2004-03-24 Felix KuehlingBuffer vertices and emit them in batches. Still using...
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 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-19 Dave AirlieAdd includes to make mach64 build
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 Airlieextend SOLO code so the DDX version isn't checked
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 Paulfix stride bug in RGB and BGR span rendering
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-03-12 Jon SmirlAdjust includes to help DRI build
2004-03-12 Jon SmirlAdjust mga drivers to remove redundant h file for sarea...
2004-03-12 Jon SmirlMake R128 driver use sarea/defines from DRM. removed...
2004-03-12 Jon SmirlThese files are redundant now. Definitions come from...
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-03-10 Dave Airlieadd xmlconfig.c to solo build
2004-03-10 Dave Airlieback port span changes from i810, these have been in...
2004-03-09 Daniel BorcafxMesa: remove buffer_obj_ext, cos it breaks UT2004
2004-03-08 Felix KuehlingCleaned up and slightly optimized the texture upload...
2004-03-08 Daniel BorcaVoodoo Rush fixes
2004-03-08 Felix KuehlingSwapout textures who's space is claimed by a new textur...
2004-03-07 Felix KuehlingFixed texture tiling format for 8bit texels on ProSavag...
2004-03-07 Felix KuehlingRewrote tiled texture upload. Small mipmap levels work...
2004-03-07 Felix KuehlingFixed two small problems in the vertex setup.
2004-03-04 Felix KuehlingSmall texture management fixes. Should get rid of asser...
2004-03-04 Brian Paula bunch of assorted clean-ups, etc to fix warnings...
2004-03-04 Brian Paulcasts to silence warnings
2004-03-04 Brian Paulsilence warnings
2004-03-04 Felix KuehlingClearing rectangle was one too big in each direction.
2004-03-03 Daniel Borca_tnl_allow_*_fog(...)
2004-03-02 Felix KuehlingCope with float colors in VERT_SET_RGBA and VERT_SET_SP...
2004-03-02 Felix KuehlingFixed some small state tracking issues while hunting...
2004-03-02 Daniel Borcaworkaround for crash-upon-exit in verbose mode
2004-03-01 Roland ScheideggerAdd support for the new DRI driver interfaces to the...
2004-02-29 Felix KuehlingCorrected the maximum vertex size argument of _tnl_init...
2004-02-29 Felix KuehlingReorganized hardware state data structures and state...
2004-02-28 Brian Paulreplace color table FloatTable boolean with Type enum
2004-02-28 Michel DänzerOnly print message about disabling HW TCL if the chip...
2004-02-27 Ian RomanickCreate all the right modes for 16-bit screens.
2004-02-27 Ian RomanickFix a problem with 24-bit screens. Modes with 0 stenci...
2004-02-26 Felix KuehlingSet ctx->Const.MaxTexture[Image/Coord]Units correctly...
2004-02-26 Felix KuehlingAdapt the VERT_SET/COPY/SAVE/RESTORE_RGBA/SPEC macros...
2004-02-26 Felix KuehlingForgot to remove savagevb.h in last commit.
2004-02-26 Felix KuehlingConverted vertex setup to use t_vertex.[ch].
2004-02-26 Ian RomanickCreate all the right modes for 16-bit screens.
2004-02-26 Brian Pauladded _tnl_allow_vertex/pixel_fog() calls
2004-02-25 Felix KuehlingCall _tnl_allow_pixel/vertex_fog in savageCreateContext...
2004-02-24 Brian Paulcall _tnl_allow_pixel/vertex_fog() funcs
2004-02-23 Brian Paulupdates from Erdi Chen
2004-02-23 Dave Airliedelete the textures
2004-02-22 Felix KuehlingImported the Savage DRI driver from the savage-2-0...
2004-02-19 Ian RomanickRefactored several variables out of XMesaVisual in...
2004-02-16 Roland Scheideggertexture env combine refactor (Andreas Stenglein), follo...
2004-02-16 Daniel Borcacleanup and some WGL PIXELFORMAT issues
2004-02-13 Ian RomanickMinor tweaks to get the fbconfig list returned by __dri...
2004-02-12 Ian RomanickFix a problem that caused the new interface code to...
2004-02-12 Ian RomanickEnable use of new DRI interface in MGA driver.
2004-02-12 Dave Airlieminor cleanups from t_dd_vb.c
2004-02-12 Dave Airlieremove vertex_stride_shift, fix up code to not need it
2004-02-12 Dave Airliefix up specular color/fog and triangle vertex retrieval
2004-02-12 Dave Airliefixup vertex building code ..
2004-02-12 Dave Airliemore updates , gears sorta works
2004-02-11 Dave Airlieinitialise VBLANK
2004-02-11 Ian RomanickInitial pass at adding support for the new DRI driver...
2004-02-10 Roland Scheideggerchange lighting to use MULT instead of PREMULT (i.e...
2004-02-10 Daniel Borcafixed back fxMesaGetCurrentContext to match MakeCurrent
2004-02-10 Roland ScheideggerChanged lighting to use SOURCE_MATERIAL instead of...
2004-02-09 Daniel Borcareorganized DMesa to fxMesa wrapper
2004-02-09 Daniel Borcadeal with combine_ext refactor
2004-02-08 Brian Paulimplement Fake_glXCreateWindow() to fix bug #890894
2004-02-07 Daniel Borcaremoved MGA driver from DMesa
2004-02-07 Daniel Borcaadded NUL driver for DMesa
2004-02-06 Ian RomanickRefactor "class" texture environments to be implemented...
2004-02-06 Roland Scheideggerremove bogus check of texture target in R200TexParameter
2004-02-06 Roland Scheideggeralign blits for texture rectangles correctly, fix poten...
2004-02-06 Roland Scheideggerfix potential problem overwriting dma region
2004-02-06 Roland Scheideggerremove bogus check of texture target in RadeonTexParameter
2004-02-06 Dave Airliefix missing include for SOLO build
next