mesa.git
2004-01-18 Brian Paulinclude sched.h to get sched_yield() prototype
2004-01-18 Brian Paulmake second param of driParseConfigFiles() const
2004-01-17 Brian Paultweak OpenBSD and SunOS commands
2004-01-17 Brian Paultweak openbsd config
2004-01-17 Brian Pauladded some missing FLUSH_VERTICES calls
2004-01-17 Michel DänzerFix cosmetic GL_RENDERER string problem (Andreas Stenglein)
2004-01-16 Brian Paulbump version to 6.1 (new development)
2004-01-16 Keith WhitwellRespect the 'in_use' field in the global LRU as a marke...
2004-01-16 Daniel Borcafixed refresh rate control in Glide wrapper
2004-01-15 Brian Paultweaks for 6.0 release
2004-01-15 Karl Schultzadd casts to quiet compiler warnings
2004-01-15 Brian Paulfix -fomit-frame_pointer typo
2004-01-15 Daniel Borcaimplemented glutTimerFunc
2004-01-15 Daniel Borcadocumentation update
2004-01-15 Daniel Borca_mesa_delete_texture_object and some other updates
2004-01-15 Brian PaulCosmetic changes.
2004-01-15 Brian Paulchange MALLOC to CALLOC to silence valgrind error in...
2004-01-14 Brian Pauluse -G not -shared for gcc on SunOS
2004-01-14 Brian Pauladded blurb about NVIDIA extensions
2004-01-14 Brian Paullatest changes, bug fixes
2004-01-14 Brian Paulbump MAX_WIDTH/HEIGHT to 4K pixels
2004-01-14 Karl SchultzGenerate mesa.def file for Windows.
2004-01-14 Karl SchultzReplace with version generated from new python script.
2004-01-14 Keith WhitwellFix up more confusions with count vs end in array functions
2004-01-14 Daniel Borcafixed a bug in texture memory manager when in UMA mode
2004-01-14 Michel DänzerFix initialisation of cubic tecture offsets (Andreas...
2004-01-13 Karl Schultzadd new entrypoints
2004-01-13 Brian Paultweak aix-gcc config
2004-01-13 Ian RomanickAdded support for EXT_texture_mirror_clamp.
2004-01-13 Brian Paulupdated glext.h, fixed bug 876160
2004-01-13 Brian Paulexercise glDeleteProgramsARB
2004-01-13 Brian PaulglDeleteProgramsARB() failed for fragment programs...
2004-01-13 Jouk Jansen Committing in .
2004-01-13 Daniel Borcaadded support for textures bigger than HW can support...
2004-01-13 Daniel Borcare-enabled trilinearness
2004-01-13 Daniel Borcasmall fixes
2004-01-13 Daniel Borcaupdated FX wrapper
2004-01-13 Ian RomanickRemoved some dead code. R128 does not (as far as I...
2004-01-13 Ian RomanickAdded some missing extension strings.
2004-01-13 Brian Paulremove stuff that's now in glext.h
2004-01-13 Brian Paulupdated to version 21 with OpenGL 1.5 support
2004-01-13 Karl Schultzsilence compiler warnings
2004-01-13 Karl Schultzremove unused variable
2004-01-13 Karl Schultzchange type of loop index var to remove compiler warning.
2004-01-13 Karl Schultzadd cast to quiet compiler warning
2004-01-13 Karl Schultzinit an uninitialized variable. This doesn't fix a...
2004-01-13 Karl Schultzadd casts to silence compiler warnings
2004-01-13 Karl Schultzadd t_vertex.c to project
2004-01-13 Karl Schultzremove ss_vb.c from project
2004-01-12 Keith WhitwellDon't call _tnl_draw_range_elements() unless start...
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
next