mesa.git
2004-01-12 Ian RomanickRemoved redundant extension strings. The Mesa extensio...
2004-01-12 Brian Paullatest bug fixes
2004-01-12 Brian Pauladded note about mklib permissions
2004-01-12 Brian Paulmake executable
2004-01-12 Daniel BorcaGlide driver (windowed mode) fix for Voodoo2
2004-01-11 Brian Paulcomment-out the touch/rm depend lines
2004-01-11 Brian Paulchange -O to -O2 for aix-gcc
2004-01-11 Brian Paulfix vertex program debugger issues (Bug 874382)
2004-01-11 Brian Paulcall _mesa_delete_texture_object() from in the driver...
2004-01-11 Brian Pauladd GL_TEXTURE_CUBE_MAP_ARB to _mesa_max_texture_levels...
2004-01-11 Michel DänzerActually disable HW TCL capability when SW TCL is forced.
2004-01-11 Brian Paulmore aix-gcc tweaking
2004-01-10 Brian Paulaix-gcc tweaks
2004-01-10 Brian Paulremoved MAKELIB lines. tweak openbsd config
2004-01-10 Brian Pauladded OSMESA_LIB_DEPS needed for some platforms
2004-01-10 Brian Pauladded aix-gcc config
2004-01-10 Brian PaulUse same steps for Linux and OpenBSD.
2004-01-09 Brian Paulregenerated to support new 1.5 functions, etc.
2004-01-09 Brian Paulre-enable SSE code, except for the _mesa_sse_transform_...
2004-01-09 Brian PaulChange < to <= when testing counts against ctx->Const...
2004-01-09 Keith WhitwellRoland Scheidegger's r200_changeemitorder.diff.
2004-01-08 Felix KuehlingFixed a few typos in the german translation.
2004-01-08 Brian Paulset StringPos field in parse_vp_instruction (Mesa bug...
2004-01-08 Jouk Jansen Committing in .
2004-01-08 Keith WhitwellPerform check for dstclip[3] == 0.
2004-01-08 Daniel Borcakeeping things safe: sanity check back
2004-01-08 Daniel Borcaenvvars to control run-time
2004-01-08 Daniel Borcaupdated makefiles
2004-01-08 Daniel Borcaremoved unnecessary (now) sanity check
2004-01-07 Felix KuehlingUse hand-made number parsing functions as the libc...
2004-01-07 Brian Paulreindent the code
2004-01-07 Brian Paulupdates for 6.0 release
2004-01-07 Daniel Borcabugfix in texture swapping mechanism (multitex)
2004-01-07 Daniel Borcatemporary workaround for bad primitives in fx_render_vb...
2004-01-07 Daniel Borcaprotect against broken apps
2004-01-07 Daniel Borcateensy bit of optimization in interp code
2004-01-07 Daniel Borcawgl interface
2004-01-07 Daniel Borcacleanups
2004-01-07 Daniel Borcasanity check for vertex counter
2004-01-07 Daniel Borcano-op table on par with main dispatcher
2004-01-07 Daniel BorcaMingw3 prototypes
2004-01-06 Keith WhitwellTesting
2004-01-06 Brian Pauladded Aqsis link
2004-01-06 Brian Paulremove BMRT link
2004-01-06 Keith WhitwellAdd comment regarding sse disable
2004-01-06 Keith WhitwellSSE segfaults in conform - disable for now.
2004-01-06 Keith WhitwellFixes for _swsetup_Translate()
2004-01-06 Keith WhitwellApply attribute offset when calling extract().
2004-01-05 Eric AnholtAdd support for Radeon IGP chipsets, based off of mcgro...
2004-01-05 Brian Pauladded missing descrip.mms files to tar file list
2004-01-05 Keith WhitwellSlight cleanup
2004-01-05 Keith WhitwellRemove debug
2004-01-05 Keith WhitwellBeef up t_vertex.c:
2004-01-05 Keith WhitwellAdd t_vertex.c
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2004-01-05 Felix KuehlingAdded def_max_anisotropy and no_neg_lod_bias options...
2004-01-05 Felix KuehlingAdded two new options: def_max_anisotropy and no_neg_lo...
2004-01-04 Felix KuehlingNew, less expensive workaround for state-change lockups.
2004-01-04 Felix KuehlingReenable the vtxfmt code paths in the radeon and r200...
2004-01-01 Brian Paulwhitespace changes and new comments
2004-01-01 Brian Paullatest updates
2004-01-01 Brian Pauladded -fPIC -fomit-frame-pointer etc to sunos5-gcc...
2003-12-31 Brian Pauladded info about S3TC texture compression
2003-12-31 Brian Paulupdated CVS info
2003-12-28 Felix KuehlingFix TCL_LIGHT_MODEL_CTL setting in radeonColorMaterial.
2003-12-27 Keith WhitwellDon't allow lighting in model coordinates when fog...
2003-12-27 Keith WhitwellCorrect sense of ctx->_ForceEyeCoords (Felix Kuhling)
2003-12-23 Brian Paulthe optimized UNCLAMPED_FLOAT_TO_UBYTE macro was broken
2003-12-23 Daniel Borcareverted TMUs for proper multitexturing
2003-12-21 Keith Whitwellnew files
2003-12-21 Brian PaulVersion bumps, etc for Mesa 6.0
2003-12-19 Daniel BorcaDMesa: removed MGA2064W driver
2003-12-18 Brian Pauladded link to RELNOTES-5.1
2003-12-18 Brian Pauladded MD5 checksums for 5.1 tarballs
2003-12-17 Brian Paulupdates for 5.1 release
2003-12-17 Ian RomanickFix to work with the C preprocessor in GCC 3.3.x.
2003-12-17 Brian Paulupdated location of config.h
2003-12-17 Brian Pauls/Makefile.X11/Makefile.solo/ for make clean
2003-12-15 Brian Paulfix GL_MIN/MAX w/ glBlendFuncSeparate bug (Ian Romanick)
2003-12-15 Brian PaulAssorted mklib tweaks.
2003-12-15 Daniel BorcaEXT_secondary_color and EXT_separate_specular via multipass
2003-12-13 Karl RascheProblem computing specular value in OPCODE_LIT - pulled...
2003-12-13 Brian Paulfixed bad touch command
2003-12-13 Brian Paulfix some matypes.h glitches
2003-12-13 Brian Paulcall _ae_destroy_context() and _ae_invalidate_state...
2003-12-13 Brian Paulinit vars to silence warnings
2003-12-13 Brian Pauladded BeOS files, src/mesa/sources file
2003-12-13 Brian PaulUpdates from Philippe Houdoin.
2003-12-12 Alan Hourihanefix for C++
2003-12-12 Brian Paulcheck swrast->NewState in Draw/CopyPixels functions
2003-12-12 Brian Paulremove TexCoordInterleaveFactor. Clean up _mesa_Interl...
2003-12-12 Brian Paulapplied Felix's patch for configuration system
2003-12-12 Karl Rasche- Test instruction count
2003-12-12 Brian Paulupdated list of files
2003-12-12 Brian Pauluncomment-out tdfx driver
2003-12-12 Brian Paulnew makefiles
2003-12-12 Brian Paulmakefile improvements
2003-12-12 Brian Paulimproved makefiles
2003-12-12 Brian Paullists of common source files
2003-12-12 Brian Paulnew Makefiles
next