summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2004-01-23Don't set extra bits in FLUSH_VERTICES, fix several state bugs.Keith Whitwell
2004-01-23Modified error messages in _mesa_BlendFuncSeparateEXT to note that theIan Romanick
2004-01-23Initial support for floating point and signed texture formats.Brian Paul
2004-01-22Minor tweaks to help out at a driver level.Keith Whitwell
2004-01-21Silence a compiler warning DRI builds using gcc3.Ian Romanick
2004-01-21Remove dd_function_table::BlendFunc. All drivers now useIan Romanick
2004-01-21don't call glVertex functions directly, call _glapi_Dispatch->Vertex(), etcBrian Paul
2004-01-20remove _mesa_check_driver_hooks() - it's really not too useful anymoreBrian Paul
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-19replace CALLOC with MALLOC in _mesa_new_texture_object()Brian Paul
2004-01-19remove incorrect comments, added _mesa_bzero() call in _mesa_initialize_textu...Brian Paul
2004-01-17added some missing FLUSH_VERTICES callsBrian Paul
2004-01-16bump version to 6.1 (new development)Brian Paul
2004-01-15Cosmetic changes.Brian Paul
2004-01-15change MALLOC to CALLOC to silence valgrind error in _playback_copy_to_current()Brian Paul
2004-01-14added blurb about NVIDIA extensionsBrian Paul
2004-01-14bump MAX_WIDTH/HEIGHT to 4K pixelsBrian Paul
2004-01-13glDeleteProgramsARB() failed for fragment programs (bug 876160)Brian Paul
2004-01-13init an uninitialized variable. This doesn't fix a latent bug becauseKarl Schultz
2004-01-13add casts to silence compiler warningsKarl Schultz
2004-01-11fix vertex program debugger issues (Bug 874382)Brian Paul
2004-01-11add GL_TEXTURE_CUBE_MAP_ARB to _mesa_max_texture_levels(), reordered some com...Brian Paul
2004-01-08set StringPos field in parse_vp_instruction (Mesa bug 873011)Brian Paul
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell
2004-01-01whitespace changes and new commentsBrian Paul
2003-12-27Correct sense of ctx->_ForceEyeCoords (Felix Kuhling)Keith Whitwell
2003-12-23the optimized UNCLAMPED_FLOAT_TO_UBYTE macro was brokenBrian Paul
2003-12-21Version bumps, etc for Mesa 6.0Brian Paul
2003-12-12remove TexCoordInterleaveFactor. Clean up _mesa_InterleavedArrays()Brian Paul
2003-12-12- Test instruction countKarl Rasche
2003-12-11replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)Brian Paul
2003-12-09Fix definitions for Intel compiler.Eric Anholt
2003-12-09Arg. I can't code.. Test that we don't recongnize '0' as having a leading zero..Karl Rasche
2003-12-09 - New grammar (0.5) from Michal Krol, merges many opcodes and adds range tes...Karl Rasche
2003-12-09- handle IsPositionInvariantKarl Rasche
2003-12-09 Committing in .Jouk Jansen
2003-12-09Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul
2003-12-08kill a warningAlan Hourihane
2003-12-08 Committing in .Jouk Jansen
2003-12-06conditionally define GLAPIENTRYP to prevent some warnings in linux-soloBrian Paul
2003-12-05fix compiler warningAlan Hourihane
2003-12-05remove duplicate declarationsAlan Hourihane
2003-12-04ChangeKarl Schultz
2003-12-04update filesKarl Schultz
2003-12-04Add missing GLAPIENTRYKarl Schultz
2003-12-04remove duplicate declarationAlan Hourihane
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul
2003-12-04Fix some problems with glDrawElements and vertex buffer objects.Brian Paul
2003-12-02Remove things having to do with ARB_matrix_palette/ARB_vertex_blendKarl Rasche
2003-11-30s/texUnit->Enabled/enableBits/ (Karl Rasche)Brian Paul