10611 Commits (fe6a2c4295a138160088fb29a9d89a5d9b8c522a)
 

Author SHA1 Message Date
  Brian aaa57412c1 fix error strings, add a sanity check 18 years ago
  George Sapountzis 2a2f8d806f xmesa: drop glide (FX) backend. 18 years ago
  Brian bac15c8db8 Remove bad assertions, decrement NumShaders in _mesa_detach_shader(). 18 years ago
  Brian f3e8c32376 s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token) 18 years ago
  Brian 6d3d9c1c6d Replace _mesa_parameter_longest_name() with _mesa_longest_parameter_name(). 18 years ago
  Brian e57e752eee call ProgramStringNotify() after linking 18 years ago
  Brian 884af40864 check _PreferPixelFog in _swrast_span_default_fog(), see bug 10669 18 years ago
  Brian 30a79f76fc improved fog comment 18 years ago
  Brian 8598f55091 glean glsl test now does over 150 tests 18 years ago
  Brian 6d01f3f1ec added href to shading language info 18 years ago
  Brian e3caa5f891 prep for 6.5.3 release 18 years ago
  Brian d9443c2494 add progs/glsl/ to DEMO_FILES, s/pre/rc1/ 18 years ago
  Xiang, Haihao 565cd49b5f fig segment fault issue in TAG(triangle), (see bug 10589) 18 years ago
  Brian a4b2b88337 omit the glide/svga sources from stand-alone libGL (anyone using them?) 18 years ago
  Brian 04bda46739 Enable texture sampling for vertex programs/shaders. 18 years ago
  Brian d2d86a3f0b In bind_inputs() set VB->EdgeFlag to NULL if it's not needed. 18 years ago
  Brian 9cbcf7c696 regenerated 18 years ago
  Brian 468a33d19a fix/simplify some texture functions 18 years ago
  Brian 893b368a82 more matrix function updates 18 years ago
  Brian 41fc55dd81 don't set GL_TEXTURE_MAX_LEVEL for GL_TEXTURE_RECTANGLE_ARB as that generates an error 18 years ago
  Thomas Hellstrom 1a9483c954 Defer buffer pool creation to the first context creation. 18 years ago
  Roland Scheidegger 36949abec7 cleanups for t_vb_program.c 18 years ago
  Oliver McFadden 6459adf79b r300: r300_render.c:391: warning: unused variable 'i' 18 years ago
  Brian badc346206 lots of changes, fixes, clean-ups 18 years ago
  Brian 4a7c45118d just clean-ups 18 years ago
  Brian 34ca2be769 move GL_EXT_stencil_two_side into alphabetical position 18 years ago
  Brian 5888010362 Fix glActiveStencilFaceEXT dispatch problem (bug 10523). 18 years ago
  Brian dfee7619d4 remove _tnl_arb_vertex_program_stage 18 years ago
  Brian 96e05da1c9 remove _tnl_arb_vertex_program_stage 18 years ago
  Brian 1560de2c3c need to clamp MAD for linear fog 18 years ago
  Brian 921b008419 removed unused t_vb_arbprogram stage 18 years ago
  Brian aa6992a296 remove t_vb_arbprogram.c 18 years ago
  Brian 4b3835dadf unhook t_vb_arbprogram.c code - it's going away 18 years ago
  Brian 64e8088667 Use generic program limits instead of NV-specific ones to init program constants. 18 years ago
  Brian 3dfcd48469 Fix some assertions that could occur when an error was earlier logged. 18 years ago
  Brian e812a2a484 use b->display instead of b->xm_visual->display to fix some problems detected w/ valgrind 18 years ago
  Thomas Hellstrom da56df9d72 Make sure we are locked when creating drm buffer objects. 18 years ago
  Brian 9519785e29 illegal to set GL_TEXTURE_MAX_LEVEL w/ GL_TEXTURE_RECTANGLE_ARB 18 years ago
  Brian 83ad64d94a implement shadow2DRect functions 18 years ago
  Brian fde15a2bae Fix sample_depth_texture() to handle texture rectangle coords. 18 years ago
  Brian 216eb81c53 set osmesa renderbuffer refcount=1 upon creation, free renderbuffer in OSMesaDestroyContext() 18 years ago
  Brian 4fc46a6c82 more _mesa_unreference_framebuffer() calls, remove dead code 18 years ago
  Brian e19cfabb6e fix negative zoom factor bug (10636), more comments 18 years ago
  Dave Airlie 8d8a3cc398 r300: emit different clear paths for non-TCL, this gets the clear color correct 18 years ago
  Dave Airlie fb1d22d23d r300: remove unneeded semicolon from macro 18 years ago
  Dave Airlie 3d59042afd r300: if we don't have TCL don't setup state emissions for vertex shaders 18 years ago
  Brian 967c1056d5 patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as well 18 years ago
  George Sapountzis 9f8373d5ca xmesa: drop unused XMesaPutImageHelper. 18 years ago
  George Sapountzis 50aaabc248 xmesa: export xmesa functions used by xfree86. 18 years ago
  Brian 30b6f11de1 s/version/vertex/ 18 years ago