Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings.
[mesa.git] / src /
2004-01-18 Brian PaulChange get_ust_nop()'s parameter from int64_t to uint64...
2004-01-18 Brian Paulchange Data ptr from GLbyte to GLubyte to silence warnings
2004-01-18 Brian Paulinclude texobj.h to silence warnings
2004-01-18 Brian Pauls/char/GLubyte/ to silence warnings
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 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 Karl Schultzadd casts to quiet compiler warnings
2004-01-15 Daniel Borcaimplemented glutTimerFunc
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 Pauladded blurb about NVIDIA extensions
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 Ian RomanickAdded support for EXT_texture_mirror_clamp.
2004-01-13 Brian PaulglDeleteProgramsARB() failed for fragment programs...
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 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 Daniel BorcaGlide driver (windowed mode) fix for Voodoo2
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-10 Brian Pauladded OSMESA_LIB_DEPS needed for some platforms
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 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 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 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
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-17 Ian RomanickFix to work with the C preprocessor in GCC 3.3.x.
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 Paulfix some matypes.h glitches
next