mesa.git
2007-03-13 Briancomment about SPAN_* vs FRAG_BIT_* values
2007-03-13 BrianCheck if FRAG_RESULT_COLR is written and update span...
2007-03-13 BrianShuffle some code around in the emit_tex() and emit_mov...
2007-03-13 Brianproperly compute ctx->Texture._EnabledCoordUnits
2007-03-12 BrianImplement GL_ARB_texture_rectangle support
2007-03-12 BrianAdd array bounds checking, fix memleaks, add null ptr...
2007-03-12 Brianextra stuff for drawbuffers test
2007-03-11 Brianadded drawbuffers.c
2007-03-11 Brianadd NULL ptr check
2007-03-11 BrianTest the GL_ARB_draw_buffers extension.
2007-03-11 BrianImplement support for GL_ARB_draw_buffers with GL_MAX_D...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-10 BrianFix TEXREL issues.
2007-03-10 Briancheck for EXT_blend_equation_separate for 2.0
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 Michel Dänzeri915tex: Fix build against libdrm git...
2007-03-10 Michel Dänzeri915tex: Fix intel_wait_flips being declared implicitly.
2007-03-10 Michel Dänzeri915tex: Fix build against released version of libdrm.
2007-03-10 Stephane Marchesinnouveau: fix nv04 swtcl.
2007-03-10 Stephane Marchesinnouveau: fix the nv04 swtcl code.
2007-03-10 Stephane Marchesinnouveau: oops don't debug by default.
2007-03-10 Stephane Marchesinnouveau: some fixes to the nv04 state code.
2007-03-10 Stephane Marchesinnouveau: add a fifo size debug check.
2007-03-10 Brianuse gl_ModelViewProjectionMatrixTranspose in ftransform()
2007-03-09 Brianadd NULL ptr check
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 Brianadded GL_CURRENT_PROGRAM
2007-03-09 Michel Dänzeri915tex: Wait for pending scheduled flips before switch...
2007-03-09 Michel Dänzeri915tex: Set intel_fb->vbl_waited to current instead...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-09 Brianfix _mesa_uniform_matrix() transpose bug
2007-03-09 Michel Dänzeri915tex: Sync pages between pipes immediately again.
2007-03-09 Briangl_ClipVertex not supported yet
2007-03-09 Michel Dänzeri915tex: Do not wait for pending flips on both pipes...
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 Michel Dänzeri915tex: Set framebuffer size to match window before...
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.
next