Fix hardware ROP state handling (Roland Scheidegger)
[mesa.git] / src / mesa /
2004-01-24 Michel DänzerFix hardware ROP state handling (Roland Scheidegger)
2004-01-23 Brian Pauladded device driver hooks for BindProgram, NewProgram...
2004-01-23 Brian PaulChange software alpha plane pointers from void* to...
2004-01-23 Brian Paulmore fixing for tdfxUpdateTexturePalette
2004-01-23 Brian Paula few more tweaks
2004-01-23 Brian Paulfix assorted compilation issues
2004-01-23 Daniel Borcaaccomodated new driver_func initialization
2004-01-23 Keith WhitwellDon't set extra bits in FLUSH_VERTICES, fix several...
2004-01-23 Jouk Jansen Committing in .
2004-01-23 Ian RomanickModified error messages in _mesa_BlendFuncSeparateEXT...
2004-01-23 Michel DänzerCall UpdateMaterial() unconditionally on GL_COLOR_MATER...
2004-01-23 Michel DänzerFix attenuation hardware state handling, inspired by...
2004-01-23 Brian PaulInitial support for floating point and signed texture...
2004-01-22 Keith WhitwellMinor tweaks to help out at a driver level.
2004-01-22 Ian RomanickCorrected a comment about how the DOT3 hardware works...
2004-01-22 Jouk Jansen Committing in .
2004-01-21 Ian RomanickSilence some compiler warnings.
2004-01-21 Ian RomanickMake the R200 driver work with the NewTextureObject...
2004-01-21 Ian RomanickSilence a compiler warning DRI builds using gcc3.
2004-01-21 Keith WhitwellUse new EMIT_PAD functionality for spec and/or fog...
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-21 Keith WhitwellAnother mechanism to create vertices with holes - a...
2004-01-21 Brian Pauldon't call glVertex functions directly, call _glapi_Dis...
2004-01-20 Brian Paulremove _mesa_check_driver_hooks() - it's really not...
2004-01-20 Brian PaulUndo some bits from last check-in related to the ctx...
2004-01-20 Daniel Borcafixed a bug in VGA initialization routine
2004-01-20 Keith Whitwellremove duplicate t_dd_* files
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-20 Brian Paul_mesa_init_driver_functions() to initialize dd_function...
2004-01-19 Keith Whitwellsome more count vs. end confusion
2004-01-19 Brian Paulreplace -lm with $(GL_LIB_DEPS) to get -lexpat
2004-01-19 Brian Paulreplace CALLOC with MALLOC in _mesa_new_texture_object()
2004-01-19 Brian Paulremove incorrect comments, added _mesa_bzero() call...
2004-01-19 Keith WhitwellMigrate i830 driver to t_vertex.[ch] for building hw...
2004-01-19 Brian Paulfix glitch from previous check-in (pointer vs int)
2004-01-18 Brian Paulminor changes to silence warnings
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 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
next