summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul2008-05-1417-413/+338
* mesa: new functions for managing list/index of uniformsBrian Paul2008-05-142-0/+248
* clean-up swizzle fields in fog code, fix NegateBaseBrian Paul2008-05-141-11/+10
* sync up with gallium-0.1 changesBrian Paul2008-05-142-85/+115
* added _mesa_combine_parameter_lists()Brian Paul2008-05-146-2/+296
* mesa: added _mesa_insert_instructions()Brian Paul2008-05-142-10/+52
* mesa: added _mesa_free_instructions()Brian Paul2008-05-142-0/+20
* fix some additional program refcounting bugsBrian Paul2008-05-143-22/+13
* _generic_read_RGBA_span_BGRA8888_REV_SSE2: It should adjust the sourceXiang, Haihao2008-05-141-1/+3
* Don't link demos directly to X librariesDan Nicholson2008-05-091-2/+4
* autoconf: Allow XCB to be used for GLXDan Nicholson2008-05-091-1/+26
* Default DRI driver directory to match X.Org xserverDan Nicholson2008-05-094-6/+5
* autoconf: Attempt to figure out the PIC flags for the platformDan Nicholson2008-05-093-17/+125
* intel: use new mipmap generation hooks in driver.Dave Airlie2008-05-095-11/+13
* swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie2008-05-093-9/+7
* Revert "mesa/intel: map/unmap texture objects around mipmap generation functi...Dave Airlie2008-05-092-24/+0
* Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian2008-05-095-29/+10
* Added ctx->Driver.GenerateMipmap() driver hookDave Airlie2008-05-094-25/+34
* mesa/intel: map/unmap texture objects around mipmap generation function.Dave Airlie2008-05-092-0/+24
* Add RS690M PCI ID.Kristian Høgsberg2008-05-081-0/+1
* disable debug printfsBrian Paul2008-05-081-2/+2
* disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested dept...Brian Paul2008-05-081-0/+1
* call glutDestroyWindow()Brian Paul2008-05-081-2/+5
* mesa: Call RENDER_FINISH on the zero pixel case.Xiang, Haihao2008-05-081-1/+3
* fix refcounting bugs in tnl/tex program cachesBrian Paul2008-05-075-62/+68
* updated options/helpBrian Paul2008-05-071-5/+18
* Never fail `make clean'Dan Nicholson2008-05-0728-53/+53
* Run `make clean' in drivers/xorg, tooDan Nicholson2008-05-071-0/+1
* Refactor installation targetsDan Nicholson2008-05-071-19/+26
* Ensure recursive makes always propagate errorsDan Nicholson2008-05-073-8/+8
* implement full reference counting for vertex/fragment programsBrian2008-05-068-66/+141
* Update make output for autoconf helpDan Nicholson2008-05-061-1/+5
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaDan Nicholson2008-05-061-0/+33
|\
| * Add support for ATI_separate_stencil in display lists.Michal Wajdeczko2008-05-061-0/+33
* | Prevent makedepend from running multiple timesDan Nicholson2008-05-061-1/+1
* | Always cleanup the makedepend backup filesDan Nicholson2008-05-069-12/+10
* | Error consistently when running recursive makeDan Nicholson2008-05-066-19/+19
* | Add .PHONY targets to top Makefile for non-file targetsDan Nicholson2008-05-061-0/+6
|/
* autoconf: Replace the configs/current symlink from config.statusDan Nicholson2008-05-061-1/+4
* i965: fix googleearth in classic mode.Dave Airlie2008-05-061-4/+5
* autoconf: Sanitize asm build for cross-compiling and --enable-*-bitDan Nicholson2008-05-051-43/+72
* r300: fragment.position input needs no blanking out, it's correctly handled i...Markus Amsler2008-05-061-3/+3
* autoconf: Error for incompatible version of libdrmDan Nicholson2008-05-051-2/+6
* autoconf: More quoting, just to be safeDan Nicholson2008-05-051-120/+125
* Ignore xdemos/sharedtexDan Nicholson2008-05-051-0/+1
* autoconf: Allow non-pkg-config builds to succeedDan Nicholson2008-05-051-8/+6
* autoconf: Scrape the version from configs/defaultDan Nicholson2008-05-054-6/+30
* glcore: Set all external variables in configurationGeorge Sapountzis2008-05-054-8/+20
* i965: Don't cast the result of brw_prepare_vertices to an unsigned value.Xiang, Haihao2008-05-051-1/+3
* r300: fix swtcl texrect path properly.Dave Airlie2008-05-052-1/+3