summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-11-1516-498/+647
|\
| * mesa: no longer need Writemask field in GLSL IR nodesBrian Paul2008-11-134-69/+23
| * mesa: revamp GLSL instruction emit codeBrian Paul2008-11-131-244/+381
| * mesa: make writemask_string() non-staticBrian Paul2008-11-132-4/+7
| * mesa: remove some do-nothing GLSL codeBrian Paul2008-11-131-16/+0
| * mesa: fix accidental regression in GLSL built-in texture matrix lookupBrian Paul2008-11-131-0/+1
| * mesa: use the tighter definition of GLSL ftransform() from the gallium branchesBrian Paul2008-11-132-31/+40
| * mesa: remove unused/obsolete __NormalMatrixTranspose matrixBrian Paul2008-11-133-188/+184
| * mesa: fix bug in GLSL built-in matrix state lookupBrian Paul2008-11-131-2/+5
| * mesa: tweak program register printing for RelAddr caseBrian Paul2008-11-131-1/+1
| * mesa: fix generation of fixed function state when no vp existsAlan Hourihane2008-11-131-43/+41
| * i965: Upload state on primitive switch, don't just prepare it.Eric Anholt2008-11-121-0/+1
| * i965: Fix VB refcount leak on aperture overflow.Eric Anholt2008-11-121-0/+1
| * i965: Fix up VS max_threads for G4X and removing a magic number.Eric Anholt2008-11-121-2/+14
| * i965: Fix up SF max_threads.Eric Anholt2008-11-121-1/+2
| * i965: Fix up clip min_nr_entries, preferred_nr_entries, and max_threads.Eric Anholt2008-11-122-2/+16
| * i965: Update WM maximum threads for G4X.Eric Anholt2008-11-121-2/+7
| * i965: Add a big comment explaining my understanding of URB management.Eric Anholt2008-11-121-1/+38
* | Merge branch 'gallium-0.2' of git+ssh://[email protected]/git/nouve...Stephane Marchesin2008-11-131-1/+1
|\ \
| * \ Merge commit 'origin/gallium-0.1' into gallium-0.2Pekka Paalanen2008-11-121-1/+1
| |\ \
| | * | Mesa: fix number of buffers in st_draw_vbo().Pekka Paalanen2008-11-091-1/+1
| | * | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-09-1817-149/+279
| | |\ \
| * | \ \ Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs2008-11-1083-3106/+4519
| |\ \ \ \
| * \ \ \ \ Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs2008-10-2712-45/+314
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs2008-10-1583-2108/+1238
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs2008-09-30490-7493/+2625
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2Ben Skeggs2008-09-121-70/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2Ben Skeggs2008-09-121-70/+76
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote branch 'nouveau/gallium-0.1' into nouveau-gallium-0.2Ben Skeggs2008-09-121-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| | * | | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-09-1163-1234/+2591
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-1421-439/+559
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-1120-2856/+2879
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-0726-1768/+2363
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-27151-866/+1023
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-2362-1807/+2750
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-148-21/+31
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-1127-574/+586
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.1' into gallium-0.1Ben Skeggs2008-07-0536-1200/+1674
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Revert "mesa: Use the appropriate relocation."Ben Skeggs2008-06-291-1/+1
* | | | | | | | | | | | | | | | | | | | gallium: add st_set_teximage_surface for EXT_texture_from_pixmapBen Skeggs2008-11-132-0/+50
* | | | | | | | | | | | | | | | | | | | mesa: fix generation of fixed function state when no vp existsAlan Hourihane2008-11-131-43/+41
* | | | | | | | | | | | | | | | | | | | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-1137-3240/+3582
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | mesa: allow relative indexing into all register files and indirect dst regist...Brian Paul2008-11-113-128/+128
| * | | | | | | | | | | | | | | | | | | intel: reset cliprect_mode to IGNORE_CLIPRECTS.Xiang, Haihao2008-11-111-1/+3
| * | | | | | | | | | | | | | | | | | | mesa: restore the negate flag of dots in build_lighting.Xiang, Haihao2008-11-111-0/+3
| * | | | | | | | | | | | | | | | | | | mesa: update new state for RasterPos like other operations.Xiang, Haihao2008-11-111-3/+3
| * | | | | | | | | | | | | | | | | | | mesa: new _mesa_is_pow_two() functionBrian2008-11-105-23/+33
| * | | | | | | | | | | | | | | | | | | mesa: restore glapi/ prefix on #includeBrian Paul2008-11-102-2/+2
| * | | | | | | | | | | | | | | | | | | mesa: fix some misc breakage caused by editing auto-generated files rather th...Brian Paul2008-11-104-9/+21
| * | | | | | | | | | | | | | | | | | | GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident()Brian Paul2008-11-104-26/+23