profile/ivi/mesa.git
2007-03-10 BrianImplement gl_FrontFacing for fragment shaders.
2007-03-10 Brianclean-up formatting
2007-03-10 Brianadd NULL ptr check in emit_cond()
2007-03-10 Brianuse gl_ModelViewProjectionMatrixTranspose in ftransform()
2007-03-09 Brianadd NULL ptr check
2007-03-09 Brianadded GL_CURRENT_PROGRAM
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-09 Brianfix _mesa_uniform_matrix() transpose bug
2007-03-09 Briangl_ClipVertex not supported yet
2007-03-09 BrianNew IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rg...
2007-03-09 Michel Dänzerr300: Also update window state when it's already bound...
2007-03-08 Brianadded missing bvec2/3/4 constructors
2007-03-08 Brianfix broken vec4_seq, vec4_sne instructions
2007-03-08 BrianUpdate lessThan(), lessThanEqual() functions, improve...
2007-03-08 BrianAdded IR_SLE and IR_SLT for <= and < operations.
2007-03-08 Brianfix tmp storage problem for IR_I_TO_F
2007-03-08 Brianfix assertion
2007-03-08 Brian; and {} statements were broken
2007-03-08 Brianremove unused new_cjump()
2007-03-08 BrianIR_CJUMP0/1 no longer used/needed
2007-03-08 Brianrewrite _slang_gen_select() to use IF node
2007-03-08 Brians/_slang_gen_hl_if/_slang_gen_if/
2007-03-08 Brians/_slang_gen_hl_if/_slang_gen_if/
2007-03-08 Brianremove old assertion
2007-03-08 Briancheck for attempted writes to read-only vars
2007-03-08 BrianRework matrix-related code.
2007-03-08 Xiang, Haihao remove a if-statement
2007-03-08 Brianfix ProjectionMatrix typo
2007-03-08 Brianfix gl_TextureMatrix indexing
2007-03-08 J.Jansen Updates of the OpenVMS makefiles.
2007-03-08 Brianmore DEBUG_PROG
2007-03-08 Brianupdate comments
2007-03-07 Brianremove unneeded return stmt
2007-03-07 Brianadd missing gl_Point state, fix IR storage bug
2007-03-07 Brians/diffuset/diffuse/
2007-03-07 Brianregenerated
2007-03-07 Brianuse 2.0, 2.1 version strings
2007-03-07 Brianremove end_label field
2007-03-07 BrianFix problem with nested function calls such as y =...
2007-03-07 Brians/equal/EQUAL/, fix bugs in logical or/and code.
2007-03-07 Brianfix broken __postDecr()
2007-03-07 Brianfix deferredTexture bug
2007-03-07 Brianfix swizzled writemask bug
2007-03-07 Brianremove bogus assertion
2007-03-07 Michel Dänzeri945_miptree_layout: Adapt cubemap fixes from i915_mipt...
2007-03-07 Brianfix incorrect HPOS write test
2007-03-07 Brianadditional error detection
2007-03-07 Briancheck for null program ptrs in _mesa_uniform()
2007-03-07 BrianGenerate an error if the vertex shader does not write...
2007-03-06 Briandestroy window during cleanup
2007-03-06 Brianmore integer arithmetic updates
2007-03-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-06 Brianexplicit calls to _mesa_unreference_framebuffer() not...
2007-03-06 Brianunreference old framebuffer, if needed, in _mesa_refere...
2007-03-06 Brianfix renderbuffer mem leak
2007-03-06 Brianformatting fix
2007-03-06 Brianfix some int arithmetic problems
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-06 Ian RomanickFix cut-and-paste error in the name of GL_NUM_COMPRESSE...
2007-03-06 Brianmore DEBUG_PROG code
2007-03-06 Brianfix vert/frag typo
2007-03-06 BrianFix/improve framebuffer object reference counting.
2007-03-06 BrianTake care of texObj reference in _mesa_free_framebuffer...
2007-03-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-06 Michel Dänzerr300: Call radeonSetCliprects from radeonMakeCurrent.
2007-03-06 Xiang, Haihaofix for bug#10182
2007-03-05 Xiang, Haihaofix for bug#9971
2007-03-04 Keith WhitwellPropogate UsesKill information.
2007-03-01 Christoph Billr300: Use register name & add a register about shading.
2007-03-01 Christoph Billr300: Use reg definition when available & add missing...
2007-03-01 Christoph BillAdd early register descritpion.
2007-03-01 Rune PetersenOptimize cos&sin instruction a bit more.
2007-03-01 Brianmove oldFb decl into tighter scopes
2007-03-01 Brianfix bad n_dot_h normalization code (bug 9977), plus...
2007-03-01 Brianfix clipping, display name, warnings
2007-03-01 Brians/unsigned int/size_t/ (bug 10135)
2007-03-01 Brianinclude assert.h
2007-02-28 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-02-28 Brians/ARB/MESA/ in extension check (bug 10126)
2007-02-28 Ben Skeggsnouveau: drm interface changes
2007-02-27 Brianinfo about how the compiler works
2007-02-27 Brianfix comment
2007-02-27 Brianassert that fb->RefCount==0 in _mesa_free_framebuffer_d...
2007-02-27 Brians/matrix_stack/gl_matrix_stack/ and s/mesa_list_state...
2007-02-27 Brianremove unused DriverMgrCtx
2007-02-27 BrianAdd EmitHighLevelInstructions, EmitComments booleans...
2007-02-27 Brianre-enable var scope destruct in slang_operation_destruct()
2007-02-27 BrianFix a few bugs in slang_operation variable scoping...
2007-02-27 Brianformatting fixes
2007-02-27 Brianfix mem leak
2007-02-27 Brianfix mem leak in _mesa_ShaderSourceARB()
2007-02-26 Brianfix logic for reporting errors
2007-02-26 Briandisable execute bit
2007-02-26 Brianfix error flagging
2007-02-26 Brianre-enable some code
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 BrianRemove old error logging code. New slang_log.[ch]...
2007-02-26 BrianOverhaul of error handling.
2007-02-26 BrianOverhaul of error logging.
2007-02-26 BrianUse new slang_emit_info struct for passing context...
next