mesa.git
2004-03-26 Brian Paulobsolete
2004-03-26 Brian Pauladded glw to SRC_DIRS
2004-03-26 Brian Pauladded _DEPS lines to specify -L/usr/X11R6/lib
2004-03-26 Brian Pauladded OSMESA_DRIVER_OBJECTS and COMMON_DRIVER_OBJECTS
2004-03-26 Brian Paulomit CVS from configs list
2004-03-26 Brian Paulupdated Makefile info
2004-03-26 Brian PaulMesa installation script
2004-03-26 Brian PaulNew Makefile system
2004-03-26 Brian Paulnew system configurations
2004-03-26 Brian Paultweaks for 64-bit linux configs (Dan Schikore)
2004-03-26 Brian Paulcheck for GLX 1.3 during init
2004-03-26 Ian RomanickMake sure drivers don't dereference a NULL pointer if
2004-03-25 Brian Paulmerge changes from 6.0.1 branch
2004-03-25 Brian Paulmore Darwin tweaks
2004-03-25 Brian Paulre-order arguments to mklib
2004-03-25 Felix KuehlingRecalculate the viewport matrix in savageEmitDrawingRec...
2004-03-25 Brian Paulsilence warnings
2004-03-25 Michal KrolThe OpenGL Shading Language Runtime Library for Legacy...
2004-03-25 Daniel Borcasmall changes (version string)
2004-03-25 Brian Pauladded linux-x86-opteron (bug 922735)
2004-03-25 Brian Paulupdate my email address
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 Brian Paultweaks to Darwin code
2004-03-23 Brian Pauladditional updates from Dan Schikore
2004-03-23 Jouk Jansen Committing in .
2004-03-22 Brian Paulnew DRI interface header
2004-03-22 Brian Pauladded some code to test buffer deletion
2004-03-22 Brian Pauluse GL state vars instead of program parameters
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 Pauladded aux buffers item
2004-03-21 Brian Paultest of aux buffer rendering
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 Brian Pauladditional configs (Dan Schikore)
2004-03-18 Brian Paulassorted updates and new AIX support (Dan Schikore)
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
2004-03-13 Brian PaulGL_EXT_pixel_buffer_object test
2004-03-13 Brian PaulAdded some comments. Minor const, int->GLint type...
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-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 Michal KrolMoved from src/mesa/main.
2004-03-10 Brian Pauldon't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientAct...
2004-03-10 Michal KrolFixed a number of typos.
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 Brian Paulremove unneeded casts
2004-03-09 Brian PaulFix color index mode rendering.
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 Brian Paulremove redundant macros (also in m_matrix.h)
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 Paulplug in _mesa_BlendFunc into dispatch table
2004-03-04 Brian Paula bunch of assorted clean-ups, etc to fix warnings...
2004-03-04 Brian Paulremove some unneeded macros
2004-03-04 Brian Paulcasts to silence warnings
2004-03-04 Brian Paulsilence warnings
2004-03-04 Brian Paulyet another take on VBO deleting and reference counting
2004-03-04 Michal KrolInitial changes after moving from src/mesa/main/.
2004-03-04 Michal KrolAdded missing Copyrights.
next