- 59f7f6d check that if/while/do-while condition is boolean or scalar by Brian · 18 years ago
- 20d85c6 bump version to 6.5.3 to match version.h by Brian · 18 years ago
- ad766b5 Add missing OSMesaColorClamp function by Alan Hourihane · 18 years ago
- 0420d85 disable MakeTexture() by Brian · 18 years ago
- 05e6fd8 added ftransform() comment by Brian · 18 years ago
- e5d00e8 Implement true CAL/RET subroutines. Some optimizations, clean-ups coming... by Brian · 18 years ago
- 31dc7a3 fix another pc off-by one by Brian · 18 years ago
- 17238f1 added _slang_label_new_unique() by Brian · 18 years ago
- f407cad fix some printing issues related to subroutines by Brian · 18 years ago
- e713ef6 fix a fragment fog regression by Brian · 18 years ago
- a0275b0 fix off by one error in OPCODE_RET by Brian · 18 years ago
- d6d6d20 init machine->StackDepth=0 by Brian · 18 years ago
- 1f1f582 more parenthesis by Brian · 18 years ago
- 811c2e9 i915tex compile fix (account for moved _UseTexEnvProgram var) by Roland Scheidegger · 18 years ago
- cda3236 fix incorrect _MaxElement calculation by Roland Scheidegger · 18 years ago
- 9b9e056 recommit e731d8aafa98bbf9d30f83e65f28b7718be55834. by Roland Scheidegger · 18 years ago
- ff65fa3 add parenthesis around a bit-wise AND term in _tnl_InvalidateState() by Brian · 18 years ago
- 3e45db6 Restore the UseTexEnvProgram logic. by Brian · 18 years ago
- 3b8ab88 r300: Fix radeonUpdatePageFlipping() function. by Roland Scheidegger · 18 years ago
- 32225d0 r128, radeon, r200: Check ctx->WinSysDrawBuffer before calling function that dereferences it. by Roland Scheidegger · 18 years ago
- a835939 always print error messages, unless LIBGL_DEBUG=quiet by Bernardo Innocenti · 18 years ago
- 98abd1b simplify .a suffixing by Brian · 18 years ago
- a9455bb remove static lib before building to make more bulletproof by Bernardo Innocenti · 18 years ago
- 63c57a1 r300: Check ctx->WinSysDrawBuffer before calling function that dereferences it. by Michel Dänzer · 18 years ago
- 25f21b5 fix r128 rendering, lockups by Miroslav Šustek · 18 years ago
- da82d86 Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa by Zou Nan hai · 18 years ago
- 075d3d8 Fix compile error by Zou Nan hai · 18 years ago
- ae36cfc s/SUB/BGNSUB/ by Brian · 18 years ago
- 9878e8f Checkpoint: implementing true CAL/RET instructions for subroutine calls. by Brian · 18 years ago
- 6583429 Get rid of IR_JUMP and related code. by Brian · 18 years ago
- 037c068 special case RET by Brian · 18 years ago
- c042a91 Get rid of SLANG_OPER_GOTO, start rewrite of 'return' handling. by Brian · 18 years ago
- 813a0e1 remove debug abort() calls by Brian · 18 years ago
- 52cc323 Additional error checking for 'return' statements. by Brian · 18 years ago
- c3da0bd undo some debugging hacks by Brian · 18 years ago
- e508155 dead code elimination for constant-valued if/then/else by Brian · 18 years ago
- 0426d3c r300: Remove a warning when vertex programs produce an unused output by Nicolai Haehnle · 18 years ago
- b53745c r300: Whitespace cleanup (remove trailing spaces) by Nicolai Haehnle · 18 years ago
- 768f723 Fix a few issues with computing storage sizes with respect to swizzles. by Brian · 18 years ago
- 680abf8 In _mesa_lookup_parameter_constant() make sure we return a full, 4-component swizzle. by Brian · 18 years ago
- 1170268 r300: Fix warnings that were introduced by the glsl merge by Nicolai Haehnle · 18 years ago
- 38a1c2b Add _swrast_span_default_secondary_color() for use with glBitmap, glDrawPixels, etc. by Brian · 18 years ago
- b5d988d remove incorrect assertions by Brian · 18 years ago
- b67d931 minor status updates by Brian · 18 years ago
- 22d9132 disable printing shader program debug info by Brian · 18 years ago
- d619cce merge of glsl-compiler-1 branch by Brian · 18 years ago
- 76f3b66 i915tex: Make sure renderbuffers don't get deleted when flipping them. by Michel Dänzer · 18 years ago
- e71c34a disable free() until other issues can be fixed... by Brian · 18 years ago
- b9fbedd fix mem leak, add comments by Brian · 18 years ago
- 8051c95 nouveau: match drm version bump by Ben Skeggs · 18 years ago
- 42aaa54 Fix some renderbuffer reference counting issues. Also fixes a mem leak. by Brian · 18 years ago
- 6fda763 destroy window on exit by Brian · 18 years ago
- a1ea781 i965: The given urb layout(maximal size of urb entries and the by Xiang, Haihao · 18 years ago
- bb59d81 Color3iv: set the alpha value to 1.0 by Xiang, Haihao · 18 years ago
- 8a4546b r300: Whitespace cleanup in r300_texmem.c by Nicolai Haehnle · 18 years ago
- 9db583e r300: Whitespace cleanup in r300_texstate.c by Nicolai Haehnle · 18 years ago
- 7143c61 r300: Fix regression: unnecessary node indirection by Nicolai Haehnle · 18 years ago
- bb0393a fix mem leak by Brian · 18 years ago
- 9fe342d disable free(var->aux) -- can lead to segfault by Brian · 18 years ago
- cfdd07d fix mem leak by Brian · 18 years ago
- 1968444 fix some mem leaks by Brian · 18 years ago
- 935f93f Free shader-related context state: _mesa_free_shader_state() by Brian · 18 years ago
- 3493e86 free prog->Attributes in _mesa_delete_program() by Brian · 18 years ago
- 49134e8 fix mistake in _slang_free_ir() by Brian · 18 years ago
- 74ceaf5 nouveau: implement nv20Clear and nv20Scissor by Dave Airlie · 18 years ago
- f27991c r300: Fix texture coordinate calculation for rectangle textures by Nicolai Haehnle · 18 years ago
- 0c3ae2e r300: No assertion when accessing incomplete texture images. by Nicolai Haehnle · 18 years ago
- 0e71d08 Properly free the slang_ir_node->Store data (use ref counting). by Brian · 18 years ago
- b50b036 When computing render_inputs_bitset, omit primary color if we have a fragment program and it doesn't need FRAG_ATTRIB_COL0. Silences valgrind warnings. by Brian · 18 years ago
- dc3015f move some code into new slang_ir.c file by Brian · 18 years ago
- b2bc563 IR utility functions by Brian · 18 years ago
- d4dd5a9 r300: Fix: KIL instruction don't require textures by Nicolai Haehnle · 18 years ago
- 8f90822 swrast: Fix crash when sampling from a non-existing texture object by Nicolai Haehnle · 18 years ago
- ea3d11a nouveau: some swtcl fixes by Ben Skeggs · 18 years ago
- 8e1c3bd Implement alpha buffer copy for SwapBuffers(). by Brian · 18 years ago
- 8f9db0f document internal compiler options by Brian · 18 years ago
- d1934c2 Fix issues related to the 'continue' statement. by Brian · 18 years ago
- 81767ee consolidate some code by Brian · 18 years ago
- 63556fa Add the ability to generate programs that doesn't use condition codes. by Brian · 18 years ago
- bf020d8 minor tweaks by Brian · 18 years ago
- 2bdac09 updated comment by Brian · 18 years ago
- 654a308 r300: Whitespace cleanup (remove trailing spaces) by Nicolai Haehnle · 18 years ago
- fe20a61 updated comment by Brian · 18 years ago
- e6aeb24 Overhaul emit_compare() function. by Brian · 18 years ago
- 0aad9e2 First pass at implementing structure compares. by Brian · 18 years ago
- 12229f1 use _mesa_copy_instructions() by Brian · 18 years ago
- 1bf81e3 In _mesa_add_unnamed_constant() and _mesa_lookup_parameter_constant() allow swizzleOut==NULL. by Brian · 18 years ago
- 1936b25 print conditional writemask, if enabled by Brian · 18 years ago
- 002762b use _mesa_alloc_instructions() by Brian · 18 years ago
- 1240eb2 use _mesa_copy_instructions() by Brian · 18 years ago
- 985a2ef Ensure we have a valid ReadBuffer for CopyTexSubImage, and by Alan Hourihane · 18 years ago
- 01b7f2a fix for bug#10339 by Xiang, Haihao · 18 years ago
- 629ec2b added SWIZZLE_XYZW by Brian · 18 years ago
- 2500d82 Support for user-defined structures. by Brian · 18 years ago
- 97c9b3e disable apparently unused code by Brian · 18 years ago
- e02b989 indent by Brian · 18 years ago
- 23d31ef merge from master by Brian · 18 years ago
- 180cc2f disable assertion by Brian · 18 years ago
- 88db19a document 1D convolution fix by Brian · 18 years ago
- 249b451 1D convolution (and post-conv scale/bias) were inadvertantly applied to 2D image transfers. by Brian · 18 years ago