Age | Commit message (Expand) | Author |
2008-05-09 | Added ctx->Driver.GenerateMipmap() driver hook | Dave Airlie |
2008-05-09 | mesa/intel: map/unmap texture objects around mipmap generation function. | Dave Airlie |
2008-05-08 | Add RS690M PCI ID. | Kristian Høgsberg |
2008-05-08 | disable debug printfs | Brian Paul |
2008-05-08 | disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested dept... | Brian Paul |
2008-05-08 | call glutDestroyWindow() | Brian Paul |
2008-05-08 | mesa: Call RENDER_FINISH on the zero pixel case. | Xiang, Haihao |
2008-05-07 | fix refcounting bugs in tnl/tex program caches | Brian Paul |
2008-05-07 | updated options/help | Brian Paul |
2008-05-07 | Never fail `make clean' | Dan Nicholson |
2008-05-07 | Run `make clean' in drivers/xorg, too | Dan Nicholson |
2008-05-07 | Refactor installation targets | Dan Nicholson |
2008-05-07 | Ensure recursive makes always propagate errors | Dan Nicholson |
2008-05-07 | r500: cleanup r500 RS setup | Dave Airlie |
2008-05-07 | r500: for rectangular textures set to unscaled coordinates. | Dave Airlie |
2008-05-07 | r5xx: Fix FP inputs. (For good?) | Corbin Simpson |
2008-05-06 | r5xx: Fix false error with DP3/DP4. | Corbin Simpson |
2008-05-06 | r5xx: Index inputs and temps. | Corbin Simpson |
2008-05-06 | implement full reference counting for vertex/fragment programs | Brian |
2008-05-06 | r5xx: FP: Add OPCODE_TXB. | Corbin Simpson |
2008-05-06 | r5xx: FP: Make MOV/ABS look pretty. | Corbin Simpson |
2008-05-06 | Update make output for autoconf help | Dan Nicholson |
2008-05-06 | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa | Dan Nicholson |
2008-05-06 | Prevent makedepend from running multiple times | Dan Nicholson |
2008-05-06 | Always cleanup the makedepend backup files | Dan Nicholson |
2008-05-06 | Add support for ATI_separate_stencil in display lists. | Michal Wajdeczko |
2008-05-06 | r5xx: Emit an OUT instruction at the end of execution. | Corbin Simpson |
2008-05-06 | r5xx: We update max_temp_idx now, so no need to hard-code it. | Corbin Simpson |
2008-05-06 | Error consistently when running recursive make | Dan Nicholson |
2008-05-06 | r5xx: Fix typo. | Corbin Simpson |
2008-05-06 | r5xx: Use max_temp_idx. | Corbin Simpson |
2008-05-06 | Add .PHONY targets to top Makefile for non-file targets | Dan Nicholson |
2008-05-06 | autoconf: Replace the configs/current symlink from config.status | Dan Nicholson |
2008-05-06 | i965: fix googleearth in classic mode. | Dave Airlie |
2008-05-05 | autoconf: Sanitize asm build for cross-compiling and --enable-*-bit | Dan Nicholson |
2008-05-06 | r300: fragment.position input needs no blanking out, it's correctly handled i... | Markus Amsler |
2008-05-05 | autoconf: Error for incompatible version of libdrm | Dan Nicholson |
2008-05-05 | autoconf: More quoting, just to be safe | Dan Nicholson |
2008-05-05 | Ignore xdemos/sharedtex | Dan Nicholson |
2008-05-05 | autoconf: Allow non-pkg-config builds to succeed | Dan Nicholson |
2008-05-05 | autoconf: Scrape the version from configs/default | Dan Nicholson |
2008-05-05 | glcore: Set all external variables in configuration | George Sapountzis |
2008-05-05 | r500: consolidate tex instructions | Dave Airlie |
2008-05-05 | r500: mov cleanup macros | Dave Airlie |
2008-05-05 | r500: make tri-param work | Dave Airlie |
2008-05-05 | r500: make sure we emit max temp atom. | Dave Airlie |
2008-05-05 | r300: fix swtcl texrect path properly. | Dave Airlie |
2008-05-05 | i965: Don't cast the result of brw_prepare_vertices to an unsigned value. | Xiang, Haihao |
2008-05-05 | r300: fix swtcl texrect path properly. | Dave Airlie |
2008-05-05 | r300: add R300_NO_TCL to allow testing of non-tcl on tcl cards | Dave Airlie |