- 5505865 intel: flush old context before binding new context by Brian Paul · 15 years ago
- 5e6a6a2 glx: don't destroy context immediately if it's currently bound by Brian Paul · 15 years ago
- 4837e01 mesa: code refactoring- new _mesa_finish(), _mesa_flush() by Brian Paul · 15 years ago
- 61a96a2 progs/xdemos: fix command line flag typo by Brian Paul · 15 years ago
- 8810b8f i965: fix hacked Fallback usage in brw_prepare_vertices() by Brian Paul · 15 years ago
- c24466c intel: define INTEL_FALLBACK_DRIVER for drivers by Brian Paul · 15 years ago
- ea659f8 intel: Fallback field is a bitmask, use GLbitfield by Brian Paul · 15 years ago
- f9bbbe5 i965: remove unused brw_context::tmp_fallback field by Brian Paul · 15 years ago
- 2f7abf5 i965: remove unused BRW_FALLBACK_TEXTURE bit by Brian Paul · 15 years ago
- 869e20b r600: set barrier for tex inst if dst is used earlier, might overwrite it otherwise by Andre Maasikas · 15 years ago
- a88c929 r600: need to export something from PS by Andre Maasikas · 15 years ago
- b863022 r600: add beginnings of ARL instruction by Andre Maasikas · 15 years ago
- 5283a3f progs/trivial: check if GL_ARB_occlusion_query is supported by Brian Paul · 15 years ago
- 4b2cf92 cell: fix compilation on cell by Marc Dietrich · 15 years ago
- ca940a7 mesa: Fix Mac OS build. by Vinson Lee · 15 years ago
- 16e2119 r300: fix texture size handling with size > 2048 by Mathias Fröhlich · 15 years ago
- 8123180 r600: Fix size calculation for 24 bit depth by Robert Noland · 15 years ago
- 3594b53 r300: fix vertex program parameters limits by Maciej Cencora · 15 years ago
- 946bc9a docs: document GLSL float parsing bug fix by Brian Paul · 15 years ago
- 89b31c9 mesa: use C locale for _mesa_strtod() by Brian Paul · 15 years ago
- 3f30b07 Use the right pitch when rendering to a texture by Owen Taylor · 15 years ago
- 16c6a3b r600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear to be supported. by Robert Noland · 15 years ago
- a176b1c r600: cleanup in r600_cs_process_relocs(). by Robert Noland · 15 years ago
- e5d6450 radeon: return EINVAL for 0 length buffers. by Robert Noland · 15 years ago
- 22a0029 r600: fix tfp1 bo size by Andre Maasikas · 15 years ago
- a3fec14 r600: implement ProgramStringNotify by Andre Maasikas · 15 years ago
- 606becc r600: LIT dst.y gets value from src.x by Andre Maasikas · 15 years ago
- 74c31e5 r600: DPH adds w comp of second operand, so set first one to 1 instead by Andre Maasikas · 15 years ago
- 95851d8 r600: fixup KIL instruction a bit by Andre Maasikas · 15 years ago
- bf68e54 r600: use CB_TARGET_MASK instead of CB_SHADER_MASK for setting color mask by Andre Maasikas · 15 years ago
- 5101215 r600: user correct alpha blend factor by Andre Maasikas · 15 years ago
- f7285bd r600: clear position enable bit when when wpos is not used by FP by Andre Maasikas · 15 years ago
- 6f8b4d9 mesa: regenerated lex.yy.c w/ _mesa_strtod() by Brian Paul · 15 years ago
- 269f16c mesa: Use _mesa_strtod in the lexer for assembly shaders by Neil Roberts · 15 years ago
- 31f7e8e progs/Makefile: remove extra quoting by Brian Paul · 15 years ago
- 115edf2 Fix build when PROGRAM_DIRS is empty. by Tom Fogal · 15 years ago
- 9282edf ac: Fix AIX shared library builds. by Tom Fogal · 15 years ago
- f3be27c i965: Fix the last valid address setting for the index buffer. by Eric Anholt · 15 years ago
- a82da7f i965: Fix the bounds emitted in the vertex buffer packets. by Eric Anholt · 15 years ago
- 768481e softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663c by Brian Paul · 15 years ago
- 194ede4 radeon: fix scissor regression by Alex Deucher · 15 years ago
- 2738681 docs: fix aux buffer bug 24426 by Brian Paul · 15 years ago
- 6164f1f st/mesa: create aux buffers according to visual by Brian Paul · 15 years ago
- ce64e06 mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers() by Brian Paul · 15 years ago
- f7fb30f mesa: regenerated gl_mangle.h file by Brian Paul · 15 years ago
- ee3fbe7 gallium/xlib: call XQueryExtension() in glXQueryExtension() by Brian Paul · 15 years ago
- 9f002e4 mesa/xlib: call XQueryExtension() in glXQueryExtension() by Brian Paul · 15 years ago
- 7dd2c0a mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free() by Brian Paul · 15 years ago
- 9fde81b shader_api: Fix bounds checking of glUniform and glUniformMatrix by Nicolai Hähnle · 15 years ago
- ae35159 prog_parameter: Document the fact that Size may be > 4 by Nicolai Hähnle · 15 years ago
- cdcd9da docs: fix glXQueryDrawable() bugs by Brian Paul · 15 years ago
- c3eef60 mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320 by Brian Paul · 15 years ago
- 0526100 gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320 by Brian Paul · 15 years ago
- f36425b progs/xdemos: test glXQueryDrawable() by Brian Paul · 15 years ago
- 846a6b0 progs/xdemos: fix swapped parameters to CreatePbuffer() by Brian Paul · 15 years ago
- edbaa71 swrast: s/GLfloat/GLuint/ in bzero() by Brian Paul · 15 years ago
- 14f21c7 swrast: add missing returns by Brian Paul · 15 years ago
- 4b3cbec progs/test: Fix MSVC build. by Vinson Lee · 15 years ago
- e3fff3d mesa/xlib: return 0 for errorBase, eventBase in glXQueryExtension() by Brian Paul · 15 years ago
- f9904ed gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension() by Brian Paul · 15 years ago
- 79892e7 intel: use driReadDrawable in do_copy_texsubimage() by Brian Paul · 15 years ago
- 3b7ec94 intel: use driReadDrawable, not driDrawable in do_blit_readpixels() by Brian Paul · 15 years ago
- 3b29dcb intel: remove a buffer equality test in _mesa_make_current() by Brian Paul · 15 years ago
- a8768bb mesa: fix return value when clipping {Read,Draw}Pixels height <= 0 by Brian Paul · 15 years ago
- a15d9ca Fix building of GLSL demos which use M_PI by Jon TURNEY · 15 years ago
- 43750f1 Use _mesa_select_tex_image() rather than hardcoding face 0. by Michel Dänzer · 15 years ago
- 3856c3c r200: remove subpixel offset from viewport by Frederic Crozat · 15 years ago
- bbe384c r300: Workaround problem on R500 with very large fragment programs by Nicolai Hähnle · 15 years ago
- c01a77d docs: document default texture binding fix by Brian Paul · 15 years ago
- e1bddd1 mesa: fix incorrect default texture binding in unbind_texobj_from_texunits() by Brian Paul · 15 years ago
- 85ee0ef gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual() by Brian Paul · 15 years ago
- 584b087 xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual() by Brian Paul · 15 years ago
- abc12d0 gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config() by Brian Paul · 15 years ago
- 3890212 gallium: replace // comments with /* */ by Brian Paul · 15 years ago
- 337480e gallium: remove // comment and extra whitespace by Brian Paul · 15 years ago
- 167ffa9 mesa: fix memory leak when generating mipmaps for compressed textures by Brian Paul · 15 years ago
- 0574954 mesa: fix mem leaks by Brian Paul · 15 years ago
- 0f291f2 gallium/util: silence uninitialized var warning by Brian Paul · 15 years ago
- 63064cf mesa: add missing return when out of memory by Brian Paul · 15 years ago
- 7b56861 mesa: fix potential uninitialized memory reads by Brian Paul · 15 years ago
- 9b27a0d glsl: fix mem leak by Brian Paul · 15 years ago
- b3e41e0 st/mesa: check for null before asserts, fix possible mem leak by Brian Paul · 15 years ago
- b154497 st/mesa: silence hidden parameter warning by Brian Paul · 15 years ago
- 495628b st/mesa: fix non-mipmap lastLevel calculation. by Brian Paul · 15 years ago
- 18883cd mesa: Return -FLT_MAX instead of 0 for LG2(0). by Vinson Lee · 15 years ago
- 521e4b9 glx: fix glXQueryContext(GLX_RENDER_TYPE) by Brian Paul · 15 years ago
- 49fbdd1 i965: Fix massive memory allocation for streaming texture usage. by Eric Anholt · 16 years ago
- b774698 docs: document GLSL sqrt(0) fix by Brian Paul · 15 years ago
- 322bc40 glsl: regenerated file by Brian Paul · 15 years ago
- 65765c9 glsl: rewrite sqrt(x) intrinsic to handle x=0 by Brian Paul · 15 years ago
- 3c794e4 glsl: add support for CMP instruction by Brian Paul · 15 years ago
- 5f1faf4 docs: fixed glXQueryContext(GLX_RENDER_TYPE) by Brian Paul · 15 years ago
- a6b84ae gallium/xlib: fix GLX_RENDER_TYPE query by Brian Paul · 15 years ago
- 86ee448 mesa/xlib: fix GLX_RENDER_TYPE query by Brian Paul · 15 years ago
- ef9cd84 glx: indentation fixes by Brian Paul · 15 years ago
- 69a3043 mesa: bump version to 7.6.1 by Brian Paul · 15 years ago
- 2d400d4 docs: initial 7.6.1 release notes by Brian Paul · 15 years ago
- 9b55416 mesa: work-around glXCopyContext() bug in _mesa_copy_texture_state() by Brian Paul · 15 years ago
- 564df9d softpipe: initialize the clear_flags bitvector in sp_create_tile_cache() by Brian Paul · 15 years ago
- fbddc75 softpipe: Grab a ref when the fb is set. by Brian Paul · 15 years ago