summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* autoconf: Documentation for using the autoconf'd buildDan Nicholson2007-12-233-21/+293
* Merge branch 'master' into autoconf2Dan Nicholson2007-12-1263-2893/+1508
|\
| * [intel] Assert against conflicting relocation emits in bufmgr_fake.cEric Anholt2007-12-121-0/+12
| * [965] Bug #13600: Fix assertion failure with SRGB textures.Eric Anholt2007-12-121-0/+21
| * [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-1232-655/+504
| * Block in kernel waiting for fenceKeith Packard2007-12-111-1/+1
| * Use previous buffer offsets to compute proposed relocationsKeith Packard2007-12-112-1/+28
| * add simple test for two-sided stencil functionalityRoland Scheidegger2007-12-112-0/+300
| * make sure state token values are fully initializedRoland Scheidegger2007-12-112-2/+2
| * [965] Hook up DEBUG_BUFMGR output for bufmgr_fake.Eric Anholt2007-12-101-0/+2
| * [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-0740-2465/+874
| * [965] Remove dead code in upload_wm_surfaces.Eric Anholt2007-12-071-3/+0
| * [965] Move brw_surface_state stack allocation into the function using it.Eric Anholt2007-12-071-30/+28
* | autoconf: Improve help text for demos and DRI driversDan Nicholson2007-12-121-2/+2
* | autoconf: Update bug address and fix some autoconf warningsDan Nicholson2007-12-121-2/+4
* | autoconf: Consistently use xlib for the driver nameDan Nicholson2007-12-121-23/+23
* | autoconf: Optional assembly usage with --disable-asmDan Nicholson2007-12-121-14/+31
* | autoconf: Report the compiler options in the summaryDan Nicholson2007-12-121-0/+12
* | autoconf: Optional debug build with --enable-debugDan Nicholson2007-12-121-0/+18
* | autoconf: More informative errors when pkg-config macros undefinedDan Nicholson2007-12-121-0/+6
* | autoconf: Replace configs/current symlink from configureDan Nicholson2007-12-111-1/+7
* | autoconf: Replace install-sh with symlink to minstallDan Nicholson2007-12-111-519/+1
* | autoconf: Clearer help text for the enable/disable optionsDan Nicholson2007-12-111-13/+13
* | autoconf: Since default DRI drivers to build with masterDan Nicholson2007-12-111-9/+16
* | autoconf: glut doesn't need XtDan Nicholson2007-12-111-2/+2
* | autoconf: Output summary information from configureDan Nicholson2007-12-071-0/+44
* | autoconf: Configurable DRI driversDan Nicholson2007-12-071-9/+43
* | autoconf: Allow static library buildsDan Nicholson2007-12-072-13/+122
* | autoconf: Configurable demos directoriesDan Nicholson2007-12-071-3/+40
* | autoconf: Configure the osmesa channel size for OSMesa16 and OSMesa32Dan Nicholson2007-12-072-3/+30
* | autoconf: Add support for osmesa-only buildsDan Nicholson2007-12-071-11/+65
* | autoconf: Add support for shared DRI build on linux and freebsdDan Nicholson2007-12-072-16/+191
* | autoconf: Include necessary files for the tarballsDan Nicholson2007-12-071-1/+21
* | autoconf: Initial support for an autoconf configurationDan Nicholson2007-12-075-0/+405
* | autoconf: Add support files required for autoconf useDan Nicholson2007-12-073-0/+3661
|/
* Make osdemos linking like other programsDan Nicholson2007-12-075-9/+13
* configs: Fix linking with static libGL and --as-neededDan Nicholson2007-12-073-3/+6
* i915: fix the error in the previos commit.Xiang, Haihao2007-12-071-1/+1
* i915: Check the program size when uploading a program. fix bug 13494Xiang, Haihao2007-12-071-6/+8
* Minor followup fixes for the previous commit.Michel Dänzer2007-12-061-1/+4
* Always call dlopen in DriverOpen.George Nassas2007-12-062-2/+7
* Revert "[965] Add missing flagging of new stage programs for updating stage s...Eric Anholt2007-12-055-94/+53
* [965] Add missing flagging of new stage programs for updating stage state.Eric Anholt2007-12-055-53/+94
* Fix endianness bug in _mesa_texstore_argb8888()Brian2007-12-051-11/+13
* Don't Swap buffer if a DRIDrawable is entirely obscuredXiang, Haihao2007-12-051-0/+3
* Undo changes made to the toyball shaders in commit d19d0596daf004b56d80f78fa1...Brian2007-12-042-8/+6
* fix span->facing computation and gl_FrontFacing initializationBrian2007-12-042-6/+5
* Fix gl_FrontFacing compilation problemBrian2007-12-041-1/+2
* added culling/wireframe optionsBrian2007-12-041-13/+57
* Use -Bsymbolic for linking all shared objects.Michel Dänzer2007-12-041-2/+7