- 2cf5fd4 Merge branch 'origin' into glsl-compiler-1 by Brian · 18 years ago
- 9f44247 fix _mesa_uniform_matrix() transpose bug by Brian · 18 years ago
- b03e171 gl_ClipVertex not supported yet by Brian · 18 years ago
- f9f79c8 New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix glGetTexImage(GL_LUMINANCE) bug #10232. by Brian · 18 years ago
- 4d9901a r300: Also update window state when it's already bound but its stamp changed. by Michel Dänzer · 18 years ago
- a706b0b added missing bvec2/3/4 constructors by Brian · 18 years ago
- 05b74e4 fix broken vec4_seq, vec4_sne instructions by Brian · 18 years ago
- 2f35a17 Update lessThan(), lessThanEqual() functions, improve some matrix constructors. by Brian · 18 years ago
- 5761a93 Added IR_SLE and IR_SLT for <= and < operations. by Brian · 18 years ago
- 3e0fbc7 fix tmp storage problem for IR_I_TO_F by Brian · 18 years ago
- 19a9050 fix assertion by Brian · 18 years ago
- ee931f8 ; and {} statements were broken by Brian · 18 years ago
- ec89aba remove unused new_cjump() by Brian · 18 years ago
- cce4e50 IR_CJUMP0/1 no longer used/needed by Brian · 18 years ago
- 63772e2 rewrite _slang_gen_select() to use IF node by Brian · 18 years ago
- b3dd494 s/_slang_gen_hl_if/_slang_gen_if/ by Brian · 18 years ago
- 609306d s/_slang_gen_hl_if/_slang_gen_if/ by Brian · 18 years ago
- c9f486c remove old assertion by Brian · 18 years ago
- bf86dda check for attempted writes to read-only vars by Brian · 18 years ago
- de81726 Rework matrix-related code. by Brian · 18 years ago
- d856679 remove a if-statement by Xiang, Haihao · 18 years ago
- 6ff0a04 fix ProjectionMatrix typo by Brian · 18 years ago
- 7e66cad fix gl_TextureMatrix indexing by Brian · 18 years ago
- 79d59d0 Updates of the OpenVMS makefiles. by J.Jansen · 18 years ago
- 9637c96 more DEBUG_PROG by Brian · 18 years ago
- fb3f0be update comments by Brian · 18 years ago
- 0aec2bb remove unneeded return stmt by Brian · 18 years ago
- da899d1 add missing gl_Point state, fix IR storage bug by Brian · 18 years ago
- 29bc4b8 s/diffuset/diffuse/ by Brian · 18 years ago
- c3412e9 regenerated by Brian · 18 years ago
- 842c782 use 2.0, 2.1 version strings by Brian · 18 years ago
- faeea57 remove end_label field by Brian · 18 years ago
- 35d25c0 Fix problem with nested function calls such as y = f(f(x)) by Brian · 18 years ago
- 5b5a80d s/equal/EQUAL/, fix bugs in logical or/and code. by Brian · 18 years ago
- ab673c8 fix broken __postDecr() by Brian · 18 years ago
- 1dca089 fix deferredTexture bug by Brian · 18 years ago
- 3efd0c7 fix swizzled writemask bug by Brian · 18 years ago
- f3da222 remove bogus assertion by Brian · 18 years ago
- 9adf6e9 i945_miptree_layout: Adapt cubemap fixes from i915_miptree_layout. by Michel Dänzer · 18 years ago
- d25046b fix incorrect HPOS write test by Brian · 18 years ago
- e61ec95 additional error detection by Brian · 18 years ago
- cec81ee check for null program ptrs in _mesa_uniform() by Brian · 18 years ago
- 55821d0 Generate an error if the vertex shader does not write to gl_Position. by Brian · 18 years ago
- 2282d81 destroy window during cleanup by Brian · 18 years ago
- 6cb0aa1 more integer arithmetic updates by Brian · 18 years ago
- 0af1c6b Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa by Brian · 18 years ago
- e69da9d explicit calls to _mesa_unreference_framebuffer() not always needed now by Brian · 18 years ago
- 1a6baf0 unreference old framebuffer, if needed, in _mesa_reference_framebuffer() by Brian · 18 years ago
- 955906a fix renderbuffer mem leak by Brian · 18 years ago
- 37fd6be formatting fix by Brian · 18 years ago
- e10a145 fix some int arithmetic problems by Brian · 18 years ago
- fa89610 Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesa by Ian Romanick · 18 years ago
- 091be11 Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB. by Ian Romanick · 18 years ago
- 28ab112 more DEBUG_PROG code by Brian · 18 years ago
- c6d930a fix vert/frag typo by Brian · 18 years ago
- a510bc3 Fix/improve framebuffer object reference counting. by Brian · 18 years ago
- 593802c Take care of texObj reference in _mesa_free_framebuffer_data() by Brian · 18 years ago
- 330d7e2 Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa by Brian · 18 years ago
- 6f9b1af r300: Call radeonSetCliprects from radeonMakeCurrent. by Michel Dänzer · 18 years ago
- 1c70cde fix for bug#10182 by Xiang, Haihao · 18 years ago
- a783713 fix for bug#9971 by Xiang, Haihao · 18 years ago
- 7ecdfb2 Propogate UsesKill information. by Keith Whitwell · 18 years ago
- 9557706 r300: Use register name & add a register about shading. by Christoph Bill · 18 years ago
- 0d2a68f r300: Use reg definition when available & add missing reg definition. by Christoph Bill · 18 years ago
- ad3f210 Add early register descritpion. by Christoph Bill · 18 years ago
- 5cb0176 Optimize cos&sin instruction a bit more. by Rune Petersen · 18 years ago
- a8ba888 move oldFb decl into tighter scopes by Brian · 18 years ago
- 9fbb2e9 fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in general by Brian · 18 years ago
- d592eae fix clipping, display name, warnings by Brian · 18 years ago
- 887d3c6 s/unsigned int/size_t/ (bug 10135) by Brian · 18 years ago
- 03b9e16 include assert.h by Brian · 18 years ago
- 38a88db Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa by Brian · 18 years ago
- 9f37be6 s/ARB/MESA/ in extension check (bug 10126) by Brian · 18 years ago
- afa780c nouveau: drm interface changes by Ben Skeggs · 18 years ago
- 07e6208 info about how the compiler works by Brian · 18 years ago
- 59e56ee fix comment by Brian · 18 years ago
- f30e312 assert that fb->RefCount==0 in _mesa_free_framebuffer_data() by Brian · 18 years ago
- 0e1bd23 s/matrix_stack/gl_matrix_stack/ and s/mesa_list_state/gl_dlist_state/ by Brian · 18 years ago
- 2cf8d24 remove unused DriverMgrCtx by Brian · 18 years ago
- fa4d036 Add EmitHighLevelInstructions, EmitComments booleans to gl_shader_state. by Brian · 18 years ago
- 4f26a52 re-enable var scope destruct in slang_operation_destruct() by Brian · 18 years ago
- 553fe13 Fix a few bugs in slang_operation variable scoping. Seems to fix a double-free. by Brian · 18 years ago
- aa6f424 formatting fixes by Brian · 18 years ago
- e21096b fix mem leak by Brian · 18 years ago
- b58ea05 fix mem leak in _mesa_ShaderSourceARB() by Brian · 18 years ago
- 4b8d75e fix logic for reporting errors by Brian · 18 years ago
- f446e58 disable execute bit by Brian · 18 years ago
- 6817407 fix error flagging by Brian · 18 years ago
- 365f8fb re-enable some code by Brian · 18 years ago
- ed0ae62 Merge branch 'glsl-compiler-1' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into glsl-compiler-1 by Brian · 18 years ago
- ca279b8 Remove old error logging code. New slang_log.[ch] files. by Brian · 18 years ago
- c4ac5ac Overhaul of error handling. by Brian · 18 years ago
- 7f01ef1 Overhaul of error logging. by Brian · 18 years ago
- e63c7e0 Use new slang_emit_info struct for passing context info around. by Brian · 18 years ago
- 25ea5ea Merge branch 'glsl-compiler-1' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into glsl-compiler-1 by Brian · 18 years ago
- 928a70e Rewrite code related to buffer destruction. by Brian · 18 years ago
- f30e8a4 if renderbuffer ptr is null, just return by Brian · 18 years ago
- e6a9381 Do proper framebuffer refcounting in _mesa_make_current(). by Brian · 18 years ago
- 344c3f7 updated version with new Khronos license/copyright by Brian · 18 years ago
- 1a72c8e s/pdp/prp/ in DoBindContext() by Panagiotis Papadakos · 18 years ago