10440 Commits (fe16b9f6633e468aa2244c36e540c1cfac2517e6)
 

Author SHA1 Message Date
  Brian fe16b9f663 move allocation of shProg->Attributes earlier in function 18 years ago
  Brian c9855a60f4 Call _mesa_warning() instead of _mesa_problem() when external s3tc lib not found. 18 years ago
  Jeremy Kolb 838a2a2633 Make xcb backend compile. 18 years ago
  Brian e7e5279fc0 Remove unused Imakefiles. 18 years ago
  Brian 7fd3a6c521 Long obsolete. 18 years ago
  Brian 720cf3aa13 added new xm_glide.c file 18 years ago
  George Sapountzis 5491c8194c xmesa: call _glapi_set_dispatch() for all xserver DDXes. 18 years ago
  George Sapountzis e4e2068ac9 xmesa: minor cosmetic 18 years ago
  George Sapountzis 6346a753c6 xmesa: split FX functions to separate file, part 2. 18 years ago
  George Sapountzis 4d944b502f xmesa: split FX functions to separate file, part 1. 18 years ago
  George Sapountzis 6aa5668871 xmesa: spilt FX code to separate functions. 18 years ago
  George Sapountzis d60009bd6d Revert "xmesa: drop glide (FX) backend." 18 years ago
  Brian 535c37e85d Notes about shared lib version. Document depth-peel fixes. 18 years ago
  Brian ba3d384e94 dFdx(), etc. don't work yet 18 years ago
  Brian 8b5fce6bcc Put gl_program_machine into swrast structure rather than using a local variable. 18 years ago
  Brian 020cdb47cf Fix valgrind problem caused by reading text[-1]. 18 years ago
  Brian 121f2212cc remove invalid assertion (span->facing may be set because of polygonmode) 18 years ago
  Brian 24a93dd6a4 remove invalid assertion 18 years ago
  Brian 00da9afb84 fix crash when program has invalid structure field 18 years ago
  Brian 4abcaf3949 init A.curFuncEndLabel = NULL 18 years ago
  Brian 6bde08815f In _mesa_unpack_depth_span() look for special cases of GLuint->GLushort and GLushort->GLuint conversion. 18 years ago
  Brian 8e6207396c Don't allow deferredTexture if using occlusion query and a frag shader. 18 years ago
  Brian 5ca8d4ccf2 fix an uninitialized variable and a warning 18 years ago
  Brian 6b3027e291 comments, assertions 18 years ago
  Brian 8d370fb2ee new comments 18 years ago
  Brian 36a6a59972 record proper datatypes for uniforms/samplers 18 years ago
  Brian addd03da2e added _slang_gltype_from_specifier() 18 years ago
  Brian c93e883b20 Start fixing some issues with uniform variables and their types. 18 years ago
  Brian 274ac7a801 Fix some bugs related to querying active uniforms. 18 years ago
  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