index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-11-15
23
-500
/
+935
|
\
|
*
mesa: no longer need Writemask field in GLSL IR nodes
Brian Paul
2008-11-13
4
-69
/
+23
|
*
mesa: revamp GLSL instruction emit code
Brian Paul
2008-11-13
1
-244
/
+381
|
*
mesa: make writemask_string() non-static
Brian Paul
2008-11-13
2
-4
/
+7
|
*
mesa: remove some do-nothing GLSL code
Brian Paul
2008-11-13
1
-16
/
+0
|
*
mesa: fix accidental regression in GLSL built-in texture matrix lookup
Brian Paul
2008-11-13
1
-0
/
+1
|
*
mesa: use the tighter definition of GLSL ftransform() from the gallium branches
Brian Paul
2008-11-13
2
-31
/
+40
|
*
mesa: remove unused/obsolete __NormalMatrixTranspose matrix
Brian Paul
2008-11-13
3
-188
/
+184
|
*
mesa: fix bug in GLSL built-in matrix state lookup
Brian Paul
2008-11-13
1
-2
/
+5
|
*
mesa: tweak program register printing for RelAddr case
Brian Paul
2008-11-13
1
-1
/
+1
|
*
mesa: fix generation of fixed function state when no vp exists
Alan Hourihane
2008-11-13
1
-43
/
+41
|
*
i965: Upload state on primitive switch, don't just prepare it.
Eric Anholt
2008-11-12
1
-0
/
+1
|
*
i965: Fix VB refcount leak on aperture overflow.
Eric Anholt
2008-11-12
1
-0
/
+1
|
*
Add glsync demo program from jbarnes for testing vblank synchronization.
Eric Anholt
2008-11-12
3
-0
/
+275
|
*
i965: Fix up VS max_threads for G4X and removing a magic number.
Eric Anholt
2008-11-12
1
-2
/
+14
|
*
i965: Fix up SF max_threads.
Eric Anholt
2008-11-12
1
-1
/
+2
|
*
i965: Fix up clip min_nr_entries, preferred_nr_entries, and max_threads.
Eric Anholt
2008-11-12
2
-2
/
+16
|
*
i965: Update WM maximum threads for G4X.
Eric Anholt
2008-11-12
1
-2
/
+7
|
*
i965: Add a big comment explaining my understanding of URB management.
Eric Anholt
2008-11-12
1
-1
/
+38
|
*
glFlush before CopySubBuffer, fix coordinates and extension name typo.
Kristian Høgsberg
2008-11-12
3
-2
/
+8
|
*
glx: fix xcb build
Hanno Böck
2008-11-12
1
-0
/
+5
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-11-15
12
-118
/
+1276
|
\
\
|
*
|
gallium: increase table size for fast log/pow functions
Brian Paul
2008-11-14
2
-4
/
+6
|
*
|
util: Use OpenGL rasterization rules in blits and mipmap generation.
Brian Paul
2008-11-14
2
-0
/
+2
|
*
|
translate: pull in prefetch and other optimizations from draw_vs_aos.c
Keith Whitwell
2008-11-14
2
-112
/
+204
|
*
|
trivial: more tests
Keith Whitwell
2008-11-14
8
-0
/
+1064
|
*
|
util: Optimise log2().
Michal Krol
2008-11-12
1
-1
/
+2
|
*
|
util: Add log2() definition for MSC.
Michal Krol
2008-11-12
1
-0
/
+5
|
*
|
draw: Add missing include.
Michal Krol
2008-11-12
1
-0
/
+1
|
*
|
mesa: restore the negate flag of dots in build_lighting.
Xiang, Haihao
2008-11-11
1
-0
/
+3
|
*
|
gallium: fix comment again. A half-closed interval was intended.
Brian
2008-11-10
1
-2
/
+2
|
*
|
dri: alloc __DRIscreen object with calloc()
Brian Paul
2008-11-10
1
-1
/
+1
|
*
|
mesa: fix logic error in GLSL linker when looking for main() shaders
Brian Paul
2008-11-10
1
-5
/
+10
*
|
|
i915: Silence warning
Jakob Bornecrantz
2008-11-15
1
-1
/
+1
*
|
|
mesa: fix build
Alan Hourihane
2008-11-14
1
-2
/
+1
*
|
|
build default set of progs + egl
Alan Hourihane
2008-11-13
1
-2
/
+1
*
|
|
Fix configs/linux-dri to build winsys again.
Pekka Paalanen
2008-11-13
1
-4
/
+0
*
|
|
CELL: fix stencil twiddling, stencil invert
Robert Ellison
2008-11-13
2
-5
/
+7
*
|
|
Merge branch 'gallium-0.2' of git+ssh://
[email protected]
/git/nouve...
Stephane Marchesin
2008-11-13
228
-2
/
+46849
|
\
\
\
|
*
|
|
nv04..nv30: fix pipe_surface init
Pekka Paalanen
2008-11-12
4
-0
/
+8
|
*
|
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Pekka Paalanen
2008-11-12
22
-4
/
+3308
|
|
\
\
\
|
|
*
|
|
Mesa: fix number of buffers in st_draw_vbo().
Pekka Paalanen
2008-11-09
1
-1
/
+1
|
|
*
|
|
Nouveau: fix nv20_vertex_layout()
Pekka Paalanen
2008-11-09
1
-7
/
+7
|
|
*
|
|
Nouveau: update nv20 miptree according to nv40.
Pekka Paalanen
2008-11-08
1
-11
/
+18
|
|
*
|
|
Nouveau: build, link and use nv20.
Pekka Paalanen
2008-11-08
5
-3
/
+14
|
|
*
|
|
Nouveau: name replace for nv20.
Pekka Paalanen
2008-11-08
16
-662
/
+662
|
|
*
|
|
Nouveau: Rename nv20/ files as nv20.
Pekka Paalanen
2008-11-08
16
-12
/
+13
|
|
*
|
|
Nouveau: copy nv30_vertprog.c to nv20.
Pekka Paalanen
2008-11-08
1
-0
/
+838
|
|
*
|
|
Nouveau: start nv20 by copying the nv10 tree.
Pekka Paalanen
2008-11-08
15
-0
/
+2447
|
*
|
|
|
nouveau: remove previous hack around x86_64 breakage
Ben Skeggs
2008-11-10
1
-2
/
+0
[next]