util: Stack backtracing facilities.
[mesa.git] / src / mesa /
2009-02-19 Brian Paulmesa: support GL_EXT_stencil_two_side in gallium/mesa...
2009-02-19 Brian Paulmesa: fix/update/restore comments related to two-sided...
2009-02-19 Brian Paulmesa: initialize ctx->Stencil._BackFace = 1
2009-02-19 José Fonsecamesa: Free the util shaders with the gallium's FREE.
2009-02-19 Brian Paulmesa: convert VERT_RESULT_* from #defines to enum,...
2009-02-19 Brian Paulglsl: asst improvements, clean-ups in set_program_uniform()
2009-02-19 Brian Paulglsl: fix inequality in set_program_uniform()
2009-02-18 Brian Paulglsl: fix link failure for variable-indexed varying...
2009-02-18 Nicolai Haehnleswrast: Set vp_override flag during DrawPixels
2009-02-18 Brian Paulmesa: improved error msg
2009-02-18 Brian Paulmesa: increase MAX_UNIFORMS to 1024 (of vec4 type)
2009-02-18 Brian Paulglsl: fix a swizzle-related regression
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith Whitwellgallium: fix merge
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-16 Brian Paulmesa: remove old comments
2009-02-16 Brian Pauli965: tell GLSL compiler to emit code using condition...
2009-02-16 Brian Paulglsl: silence some uninit var warnings
2009-02-14 Nicolai Haehnler300: Redirect constant TEX coordinates
2009-02-14 Brian Pauli965: rewrite the code for handling shader subroutine...
2009-02-14 Brian Pauli965: add missing break for OPCODE_RET case
2009-02-14 Brian Pauli965: the return value of translate_insn() is never...
2009-02-14 Brian Pauli965: minor clean-ups
2009-02-14 Brian Pauli965: code clean-ups, comments, and minor refactoring
2009-02-14 Brian Pauli965: updated comments
2009-02-14 Brian Paulintel: turn on GL_ARB_shading_language_120
2009-02-14 Brian Pauli965: more reformatting/clean-up
2009-02-14 Brian Pauli965: s/__inline/INLINE/
2009-02-14 Brian Pauli965: formatting and indentation fixes
2009-02-14 Brian Pauli965: fix inconsistant indentation in brw_wm.c
2009-02-13 Robert Ellisoni965: Eric Anholt's patch for bumping up texture sizes
2009-02-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-18 José Fonsecautil: Move p_debug.h into util module.
2009-02-17 Brian Paulmesa: add some debug code to help diagnose incomplete...
2009-02-17 Brian Paulglsl: fix mistake in a comment
2009-02-17 Brian Paulmesa: turn on reporting of GLSL version 1.20
2009-02-17 Brian Paulglsl: fix an array indexing bug
2009-02-17 Brian Paulglsl: added --params option to stand-alone GLSL compiler
2009-02-17 Brian Paulmesa: when printing/dumping instruction, include relati...
2009-02-17 Eric Anholtintel: Fix tri clear to do FBO color attachments as...
2009-02-17 Eric Anholti965: Fix fallback on stencil drawing to fbo when the...
2009-02-17 Eric Anholtintel: Clean up several 965 memory leaks on context...
2009-02-17 Alan Hourihanemesa: remove old comment as it's fixed elsewhere now.
2009-02-13 Michel Dänzergallium: Various coordinate fixups for texture transfers.
2009-02-13 Brian Paulmesa: check if TNL state is null in _tnl_free_vertices...
2009-02-13 Brian Paulmesa: add additional texture size/limit assertions
2009-02-12 Michel Dänzergallium: Fix GL_DEPTH CopyPixels tile coordinates.
2009-02-12 Michel Dänzergallium: Fix accumulation buffer tile coordinates.
2009-02-12 Robert EllisonglDrawBuffers(n==0) is valid
2009-02-12 Brian Paulmesa: use new ST_CALLOC_STRUCT() macro in gallium state...
2009-02-12 Brian Paulmesa: consistantly use mesa memory-functions in gallium...
2009-02-12 Brian Paulmesa: don't include m_xform.h where not needed
2009-02-12 Brian Paulmesa: move _mesa_transform_vector() from m_xform.c...
2009-02-12 Brian Paulmesa: remove unused functions in m_xform.[ch]
2009-02-12 Brian Paulmesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()
2009-02-12 Brian Paulmesa: remove empty, unneeded mathmod.h header
2009-02-12 Robert EllisonFix an i965 assertion failure on glClear()
2009-02-11 Brian Paulmesa: refactor MATH_SOURCES, remove Mesa x86 codegen...
2009-02-11 Brian Paulmesa: get rid of _math_init()
2009-02-11 Brian Paulglsl: allow setting arrays of samplers in set_program_u...
2009-02-11 Brian Paulglsl: raise GL_INVALID_OPERATION for glUniform(location...
2009-02-11 Brian Paulglsl: rework _mesa_get_uniform[fi]v() to avoid using...
2009-02-11 Brian Paulglsl: fix glUniform() array bounds error checking
2009-02-11 Brian Paulglsl: fix incorrect size returned by glGetActiveUniform...
2009-02-11 José Fonsecamesa: Use the stdio wrappers.
2009-02-11 José Fonsecamesa: Move statements after declarations.
2009-02-11 Eric Anholtintel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside...
2009-02-11 Eric Anholtsis: fix signedness warnings
2009-02-11 Eric Anholttrident: Fix signedness warning.
2009-02-11 Eric Anholttdfx: Fix begin/endquery for current API.
2009-02-11 Eric Anholtintel: Don't do the extra MI_FLUSH in flushing except...
2009-02-11 Eric Anholtintel: Speed up glDrawPixels(GL_ALPHA) by using an...
2009-02-11 Eric Anholtintel: Fix some state leakage of {Client,}ActiveTexture...
2009-02-11 Eric Anholtintel: don't crash when dri2 tells us about buffers...
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-10 Brian Paulmesa: remove the unused _mesa_UpdateTexEnvProgram(...
2009-02-10 Brian Paulmesa: another fix for program/texture state validation
2009-02-10 Brian Paulintel: minor reformatting, comments
2009-02-10 Brian Paulmesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_ST...
2009-02-10 Brian Paulmesa: fix/change state validation order for program...
2009-02-10 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-10 Patrice MandinMissing: tgsi: Fix build -- rename Size to NrTokens.
2009-02-10 José Fonsecamesa: Compare formats using nominal bytes per pixel.
2009-02-10 Michel Dänzergallium: Fixups for driCreateConfigs MSAA support.
2009-02-09 Brian Paulmesa: add x86/rtasm/x86sse.c to fix linux-x86 build
2009-02-09 Roland Scheideggermesa: fixes for srgb formats
2009-02-09 Roland Scheideggerfix _mesa_get_teximage for srgb textures
2009-02-09 Brian Paulmesa: avoid setting texObj->_Complete = GL_FALSE when...
2009-02-09 Brian Paulmesa: add no-change testing for a few more texture...
2009-02-09 Brian Paulswrast: use ASSIGN_4V() macro
2009-02-09 Brian Paulmesa: replace _mesa_unreference_framebuffer() with...
2009-02-09 Brian Paulmesa: replace _mesa_unreference_framebuffer() with...
2009-02-09 Brian Pauli965: need to disable current shader, if any, in intel_...
2009-02-09 Brian Paulre-add MSAA support
2009-02-09 Brian Paulmesa: build/use libmesagallium.a for gallium builds
2009-02-09 Brian Paulmesa: added new linux-gallium and linux-gallium-debug...
2009-02-09 Brian Paulmesa: prefix #includes with main/
2009-02-09 Brian Paulswrast: fix typo: s/drapix/drawpix/
next