2009-10-07 |
Brian Paul | mesa: don't need to free textures, VBOs, etc. in _mesa_... |
commit | commitdiff | tree |
2009-10-07 |
Nicolai Hähnle | shader_api: Fix bounds checking of glUniform and glUnif... |
commit | commitdiff | tree |
2009-10-07 |
Nicolai Hähnle | prog_parameter: Document the fact that Size may be > 4 |
commit | commitdiff | tree |
2009-10-07 |
Brian Paul | docs: fix glXQueryDrawable() bugs |
commit | commitdiff | tree |
2009-10-07 |
Brian Paul | mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320 |
commit | commitdiff | tree |
2009-10-07 |
Brian Paul | gallium/xlib: fix glXQueryDrawable() bugs, see bug... |
commit | commitdiff | tree |
2009-10-07 |
Brian Paul | progs/xdemos: test glXQueryDrawable() |
commit | commitdiff | tree |
2009-10-07 |
Brian Paul | progs/xdemos: fix swapped parameters to CreatePbuffer() |
commit | commitdiff | tree |
2009-10-07 |
Brian Paul | swrast: s/GLfloat/GLuint/ in bzero() |
commit | commitdiff | tree |
2009-10-07 |
Brian Paul | swrast: add missing returns |
commit | commitdiff | tree |
2009-10-07 |
Vinson Lee | progs/test: Fix MSVC build. |
commit | commitdiff | tree |
2009-10-07 |
Brian Paul | mesa/xlib: return 0 for errorBase, eventBase in glXQuer... |
commit | commitdiff | tree |
2009-10-07 |
Brian Paul | gallium/xlib: return 0 for errorBase, eventBase in... |
commit | commitdiff | tree |
2009-10-05 |
Brian Paul | intel: use driReadDrawable in do_copy_texsubimage() |
commit | commitdiff | tree |
2009-10-05 |
Brian Paul | intel: use driReadDrawable, not driDrawable in do_blit_... |
commit | commitdiff | tree |
2009-10-05 |
Brian Paul | intel: remove a buffer equality test in _mesa_make_curr... |
commit | commitdiff | tree |
2009-10-05 |
Brian Paul | mesa: fix return value when clipping {Read,Draw}Pixels... |
commit | commitdiff | tree |
2009-10-05 |
Jon TURNEY | Fix building of GLSL demos which use M_PI |
commit | commitdiff | tree |
2009-10-05 |
Michel Dänzer | Use _mesa_select_tex_image() rather than hardcoding... |
commit | commitdiff | tree |
2009-10-04 |
Frederic Crozat | r200: remove subpixel offset from viewport |
commit | commitdiff | tree |
2009-10-02 |
Nicolai Hähnle | r300: Workaround problem on R500 with very large fragme... |
commit | commitdiff | tree |
2009-10-02 |
Brian Paul | docs: document default texture binding fix |
commit | commitdiff | tree |
2009-10-02 |
Brian Paul | mesa: fix incorrect default texture binding in unbind_t... |
commit | commitdiff | tree |
2009-10-02 |
Brian Paul | gallium/xlib: use bitwise-and to test GLX_RGBA_BIT... |
commit | commitdiff | tree |
2009-10-02 |
Brian Paul | xlib: use bitwise-and to test GLX_RGBA_BIT in choose_vi... |
commit | commitdiff | tree |
2009-10-02 |
Brian Paul | gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BI... |
commit | commitdiff | tree |
2009-10-02 |
Brian Paul | gallium: replace // comments with /* */ |
commit | commitdiff | tree |
2009-10-02 |
Brian Paul | gallium: remove // comment and extra whitespace |
commit | commitdiff | tree |
2009-10-01 |
Brian Paul | mesa: fix memory leak when generating mipmaps for compr... |
commit | commitdiff | tree |
2009-10-01 |
Brian Paul | mesa: fix mem leaks |
commit | commitdiff | tree |
2009-10-01 |
Brian Paul | gallium/util: silence uninitialized var warning |
commit | commitdiff | tree |
2009-10-01 |
Brian Paul | mesa: add missing return when out of memory |
commit | commitdiff | tree |
2009-10-01 |
Brian Paul | mesa: fix potential uninitialized memory reads |
commit | commitdiff | tree |
2009-10-01 |
Brian Paul | glsl: fix mem leak |
commit | commitdiff | tree |
2009-10-01 |
Brian Paul | st/mesa: check for null before asserts, fix possible... |
commit | commitdiff | tree |
2009-10-01 |
Brian Paul | st/mesa: silence hidden parameter warning |
commit | commitdiff | tree |
2009-10-01 |
Brian Paul | st/mesa: fix non-mipmap lastLevel calculation. |
commit | commitdiff | tree |
2009-10-01 |
Vinson Lee | mesa: Return -FLT_MAX instead of 0 for LG2(0). |
commit | commitdiff | tree |
2009-09-30 |
Brian Paul | glx: fix glXQueryContext(GLX_RENDER_TYPE) |
commit | commitdiff | tree |
2009-09-30 |
Eric Anholt | i965: Fix massive memory allocation for streaming textu... |
commit | commitdiff | tree |
2009-09-30 |
Brian Paul | docs: document GLSL sqrt(0) fix |
commit | commitdiff | tree |
2009-09-30 |
Brian Paul | glsl: regenerated file |
commit | commitdiff | tree |
2009-09-30 |
Brian Paul | glsl: rewrite sqrt(x) intrinsic to handle x=0 |
commit | commitdiff | tree |
2009-09-30 |
Brian Paul | glsl: add support for CMP instruction |
commit | commitdiff | tree |
2009-09-29 |
Brian Paul | docs: fixed glXQueryContext(GLX_RENDER_TYPE) |
commit | commitdiff | tree |
2009-09-29 |
Brian Paul | gallium/xlib: fix GLX_RENDER_TYPE query |
commit | commitdiff | tree |
2009-09-29 |
Brian Paul | mesa/xlib: fix GLX_RENDER_TYPE query |
commit | commitdiff | tree |
2009-09-29 |
Brian Paul | glx: indentation fixes |
commit | commitdiff | tree |
2009-09-29 |
Brian Paul | mesa: bump version to 7.6.1 |
commit | commitdiff | tree |
2009-09-29 |
Brian Paul | docs: initial 7.6.1 release notes |
commit | commitdiff | tree |
2009-09-29 |
Brian Paul | mesa: work-around glXCopyContext() bug in _mesa_copy_te... |
commit | commitdiff | tree |
2009-09-29 |
Brian Paul | softpipe: initialize the clear_flags bitvector in sp_cr... |
commit | commitdiff | tree |
2009-09-29 |
Brian Paul | softpipe: Grab a ref when the fb is set. |
commit | commitdiff | tree |
2009-09-28 |
Brian Paul | docs: update news.html file with 7.5.2 and 7.6 release |
commit | commitdiff | tree |
2009-09-28 |
Ian Romanick | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch |
commit | commitdiff | tree |
2009-09-28 |
Ian Romanick | docs: 7.5.2 md5 sums |
commit | commitdiff | tree |
2009-09-28 |
Ian Romanick | Prep for 7.5.2 release |
commit | commitdiff | tree |
2009-09-28 |
Ian Romanick | docs: 7.6 md5 sums |
commit | commitdiff | tree |
2009-09-28 |
Ian Romanick | Prep for 7.6 release |
commit | commitdiff | tree |
2009-09-28 |
Brian Paul | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch |
commit | commitdiff | tree |
2009-09-28 |
Robert Noland | Fix build on non GLIBC platforms (FreeBSD at least) |
commit | commitdiff | tree |
2009-09-28 |
Brian Paul | docs: list additional 7.5.2 bug fixes |
commit | commitdiff | tree |
2009-09-28 |
Brian Paul | docs: document gallium mipmap generation fix |
commit | commitdiff | tree |
2009-09-28 |
Brian Paul | st/mesa: fix st_generate_mipmap() issues |
commit | commitdiff | tree |
2009-09-28 |
Brian Paul | st/mesa: fix/simplify st_texture_object::lastLevel... |
commit | commitdiff | tree |
2009-09-28 |
Brian Paul | gallium/util: add sanity check assertions |
commit | commitdiff | tree |
2009-09-25 |
Michel Dänzer | intel: Handle GL_RGB8 for glCopyTex(Sub)Image. |
commit | commitdiff | tree |
2009-09-25 |
Vinson Lee | mesa: move declaration before code |
commit | commitdiff | tree |
2009-09-25 |
Eric Anholt | i915: Fix GetBufferSubData in the case of a system... |
commit | commitdiff | tree |
2009-09-24 |
Eric Anholt | intel: Flush the batch when we're about to subdata... |
commit | commitdiff | tree |
2009-09-24 |
Eric Anholt | i965: Clean up some mess with the batch cache. |
commit | commitdiff | tree |
2009-09-24 |
Brian Paul | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch |
commit | commitdiff | tree |
2009-09-24 |
Vinson Lee | softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256. |
commit | commitdiff | tree |
2009-09-24 |
Eric Anholt | i965: Emit zero initialization for NV VP temporaries... |
commit | commitdiff | tree |
2009-09-24 |
Eric Anholt | i965: Remove assert about NV_vp now that it somewhat... |
commit | commitdiff | tree |
2009-09-24 |
Eric Anholt | i965: Load NV program matrices when required. |
commit | commitdiff | tree |
2009-09-24 |
Eric Anholt | mesa: Initialize NV_vertex_program fields for the param... |
commit | commitdiff | tree |
2009-09-24 |
Brian Paul | mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check... |
commit | commitdiff | tree |
2009-09-24 |
Brian Paul | mesa: remove rgbMode check in enable_texture() |
commit | commitdiff | tree |
2009-09-24 |
Brian Paul | intel: use default array/element buffers in intel_gener... |
commit | commitdiff | tree |
2009-09-24 |
Brian Paul | mesa: replace assertion with no-op function assignment |
commit | commitdiff | tree |
2009-09-24 |
Brian Paul | mesa: added comment |
commit | commitdiff | tree |
2009-09-24 |
Brian Paul | vbo: limit number of warnings to 10 |
commit | commitdiff | tree |
2009-09-24 |
Pauli Nieminen | radeon: Fix scissors for r600 KMS. |
commit | commitdiff | tree |
2009-09-24 |
Brian Paul | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch |
commit | commitdiff | tree |
2009-09-24 |
Brian Paul | tgsi/sse: Pass the lodbias, not zero. More comments. |
commit | commitdiff | tree |
2009-09-24 |
Brian Paul | mesa: added default case return to silence warning |
commit | commitdiff | tree |
2009-09-24 |
Brian Paul | glsl: init var to silence warning |
commit | commitdiff | tree |
2009-09-24 |
Brian Paul | glsl: fix missing initializers warning |
commit | commitdiff | tree |
2009-09-24 |
Andre Maasikas | r600: add support for CUBE textures, also TXP |
commit | commitdiff | tree |
2009-09-24 |
Alex Deucher | r600: fix typo in the last commit |
commit | commitdiff | tree |
2009-09-24 |
Alex Deucher | r600: various cleanups |
commit | commitdiff | tree |
2009-09-24 |
Andre Maasikas | r600: fix some issues with LIT instruction |
commit | commitdiff | tree |
2009-09-24 |
Alex Deucher | r600: fix point sizes |
commit | commitdiff | tree |
2009-09-24 |
Alex Deucher | r600: fix polygon offset |
commit | commitdiff | tree |
2009-09-24 |
Alex Deucher | radeon: don't build non-r600 span code on r600 |
commit | commitdiff | tree |
2009-09-24 |
Alex Deucher | r600: minor span cleanups |
commit | commitdiff | tree |
2009-09-24 |
Andre Maasikas | r600: support position_invariant programs |
commit | commitdiff | tree |
2009-09-24 |
Alex Deucher | r600: add span support for 1D tiles |
commit | commitdiff | tree |
2009-09-24 |
Alex Deucher | r600: fix warning |
commit | commitdiff | tree |
next |