mesa.git
2009-10-07 Brian Pauldocs: fix glXQueryDrawable() bugs
2009-10-07 Brian Paulmesa/xlib: fix glXQueryDrawable() bugs, see bug 24320
2009-10-07 Brian Paulgallium/xlib: fix glXQueryDrawable() bugs, see bug...
2009-10-07 Brian Paulprogs/xdemos: test glXQueryDrawable()
2009-10-07 Brian Paulprogs/xdemos: fix swapped parameters to CreatePbuffer()
2009-10-07 Brian Paulswrast: s/GLfloat/GLuint/ in bzero()
2009-10-07 Brian Paulswrast: add missing returns
2009-10-07 Vinson Leeprogs/test: Fix MSVC build.
2009-10-07 Brian Paulmesa/xlib: return 0 for errorBase, eventBase in glXQuer...
2009-10-07 Brian Paulgallium/xlib: return 0 for errorBase, eventBase in...
2009-10-05 Brian Paulintel: use driReadDrawable in do_copy_texsubimage()
2009-10-05 Brian Paulintel: use driReadDrawable, not driDrawable in do_blit_...
2009-10-05 Brian Paulintel: remove a buffer equality test in _mesa_make_curr...
2009-10-05 Brian Paulmesa: fix return value when clipping {Read,Draw}Pixels...
2009-10-05 Jon TURNEYFix building of GLSL demos which use M_PI
2009-10-05 Michel DänzerUse _mesa_select_tex_image() rather than hardcoding...
2009-10-04 Frederic Crozatr200: remove subpixel offset from viewport
2009-10-02 Nicolai Hähnler300: Workaround problem on R500 with very large fragme...
2009-10-02 Brian Pauldocs: document default texture binding fix
2009-10-02 Brian Paulmesa: fix incorrect default texture binding in unbind_t...
2009-10-02 Brian Paulgallium/xlib: use bitwise-and to test GLX_RGBA_BIT...
2009-10-02 Brian Paulxlib: use bitwise-and to test GLX_RGBA_BIT in choose_vi...
2009-10-02 Brian Paulgallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BI...
2009-10-02 Brian Paulgallium: replace // comments with /* */
2009-10-02 Brian Paulgallium: remove // comment and extra whitespace
2009-10-01 Brian Paulmesa: fix memory leak when generating mipmaps for compr...
2009-10-01 Brian Paulmesa: fix mem leaks
2009-10-01 Brian Paulgallium/util: silence uninitialized var warning
2009-10-01 Brian Paulmesa: add missing return when out of memory
2009-10-01 Brian Paulmesa: fix potential uninitialized memory reads
2009-10-01 Brian Paulglsl: fix mem leak
2009-10-01 Brian Paulst/mesa: check for null before asserts, fix possible...
2009-10-01 Brian Paulst/mesa: silence hidden parameter warning
2009-10-01 Brian Paulst/mesa: fix non-mipmap lastLevel calculation.
2009-10-01 Vinson Leemesa: Return -FLT_MAX instead of 0 for LG2(0).
2009-09-30 Brian Paulglx: fix glXQueryContext(GLX_RENDER_TYPE)
2009-09-30 Eric Anholti965: Fix massive memory allocation for streaming textu...
2009-09-30 Brian Pauldocs: document GLSL sqrt(0) fix
2009-09-30 Brian Paulglsl: regenerated file
2009-09-30 Brian Paulglsl: rewrite sqrt(x) intrinsic to handle x=0
2009-09-30 Brian Paulglsl: add support for CMP instruction
2009-09-29 Brian Pauldocs: fixed glXQueryContext(GLX_RENDER_TYPE)
2009-09-29 Brian Paulgallium/xlib: fix GLX_RENDER_TYPE query
2009-09-29 Brian Paulmesa/xlib: fix GLX_RENDER_TYPE query
2009-09-29 Brian Paulglx: indentation fixes
2009-09-29 Brian Paulmesa: bump version to 7.6.1
2009-09-29 Brian Pauldocs: initial 7.6.1 release notes
2009-09-29 Brian Paulmesa: work-around glXCopyContext() bug in _mesa_copy_te...
2009-09-29 Brian Paulsoftpipe: initialize the clear_flags bitvector in sp_cr...
2009-09-29 Brian Paulsoftpipe: Grab a ref when the fb is set.
2009-09-28 Brian Pauldocs: update news.html file with 7.5.2 and 7.6 release
2009-09-28 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Ian Romanickdocs: 7.5.2 md5 sums
2009-09-28 Ian RomanickPrep for 7.5.2 release
2009-09-28 Ian Romanickdocs: 7.6 md5 sums
2009-09-28 Ian RomanickPrep for 7.6 release
2009-09-28 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Robert NolandFix build on non GLIBC platforms (FreeBSD at least)
2009-09-28 Brian Pauldocs: list additional 7.5.2 bug fixes
2009-09-28 Brian Pauldocs: document gallium mipmap generation fix
2009-09-28 Brian Paulst/mesa: fix st_generate_mipmap() issues
2009-09-28 Brian Paulst/mesa: fix/simplify st_texture_object::lastLevel...
2009-09-28 Brian Paulgallium/util: add sanity check assertions
2009-09-25 Michel Dänzerintel: Handle GL_RGB8 for glCopyTex(Sub)Image.
2009-09-25 Vinson Leemesa: move declaration before code
2009-09-25 Eric Anholti915: Fix GetBufferSubData in the case of a system...
2009-09-24 Eric Anholtintel: Flush the batch when we're about to subdata...
2009-09-24 Eric Anholti965: Clean up some mess with the batch cache.
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Vinson Leesoftpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.
2009-09-24 Eric Anholti965: Emit zero initialization for NV VP temporaries...
2009-09-24 Eric Anholti965: Remove assert about NV_vp now that it somewhat...
2009-09-24 Eric Anholti965: Load NV program matrices when required.
2009-09-24 Eric Anholtmesa: Initialize NV_vertex_program fields for the param...
2009-09-24 Brian Paulmesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check...
2009-09-24 Brian Paulmesa: remove rgbMode check in enable_texture()
2009-09-24 Brian Paulintel: use default array/element buffers in intel_gener...
2009-09-24 Brian Paulmesa: replace assertion with no-op function assignment
2009-09-24 Brian Paulmesa: added comment
2009-09-24 Brian Paulvbo: limit number of warnings to 10
2009-09-24 Pauli Nieminenradeon: Fix scissors for r600 KMS.
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Brian Paultgsi/sse: Pass the lodbias, not zero. More comments.
2009-09-24 Brian Paulmesa: added default case return to silence warning
2009-09-24 Brian Paulglsl: init var to silence warning
2009-09-24 Brian Paulglsl: fix missing initializers warning
2009-09-24 Andre Maasikasr600: add support for CUBE textures, also TXP
2009-09-24 Alex Deucherr600: fix typo in the last commit
2009-09-24 Alex Deucherr600: various cleanups
2009-09-24 Andre Maasikasr600: fix some issues with LIT instruction
2009-09-24 Alex Deucherr600: fix point sizes
2009-09-24 Alex Deucherr600: fix polygon offset
2009-09-24 Alex Deucherradeon: don't build non-r600 span code on r600
2009-09-24 Alex Deucherr600: minor span cleanups
2009-09-24 Andre Maasikasr600: support position_invariant programs
2009-09-24 Alex Deucherr600: add span support for 1D tiles
2009-09-24 Alex Deucherr600: fix warning
2009-09-24 Andre Maasikasr600: fix texcoords from constants
2009-09-24 Andre Maasikasr600: enable caching of vertex programs
2009-09-24 Alex Deucherr600: check if textures are actually enabled before...
next