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
path:
root
/
src
/
gallium
/
winsys
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: create objnull during channel creation
Ben Skeggs
2008-05-13
4
-9
/
+9
*
nouveau: chipset is a device property, remove from nv/nvc.
Ben Skeggs
2008-05-13
6
-37
/
+41
*
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-05-05
1
-180
/
+151
|
\
|
*
gallium: fix warnings
Brian Paul
2008-05-03
1
-1
/
+1
|
*
gallium: code movement (XSHM code)
Brian Paul
2008-05-02
1
-127
/
+125
|
*
gallium: comments, clean-ups
Brian Paul
2008-05-02
1
-1
/
+9
|
*
gallium: remove the unused softpipe_winsys code
Brian Paul
2008-05-01
1
-58
/
+23
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-04-30
1
-4
/
+3
|
\
|
|
*
gallium: updated comment in xm_flush_frontbuffer()
Brian Paul
2008-04-29
1
-4
/
+3
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-04-27
1
-1
/
+9
|
\
|
|
*
xlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size upd...
Keith Whitwell
2008-04-24
1
-1
/
+9
*
|
Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-04-23
2
-1
/
+21
|
\
|
|
*
xlib: shortcircuit no-op makecurrent
Keith Whitwell
2008-04-22
1
-0
/
+7
|
*
xlib: implement SP_NO_RAST env var
Keith Whitwell
2008-04-22
1
-1
/
+14
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-04-15
1
-3
/
+0
|
\
|
|
*
gallium: remove unneeded st->haveFramebufferSurfaces field.
Brian Paul
2008-04-09
1
-3
/
+0
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-04-04
1
-2
/
+0
|
\
|
|
*
gallium: Only build softpipe driver by default for xlib winsys with scons.
Michel Dänzer
2008-04-03
1
-2
/
+0
*
|
nouveau: create swizzled surface + scaled image objects
Ben Skeggs
2008-04-04
3
-1
/
+56
*
|
nouveau: in some cases don't create the buffer in local mem initially.
Ben Skeggs
2008-04-04
4
-3
/
+37
*
|
nouveau: winsys printf disappeared :)
Ben Skeggs
2008-04-02
1
-10
/
+0
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-04-02
4
-32
/
+1
|
\
|
|
*
scons: Fix test for building dri/intel winsys.
Michel Dänzer
2008-04-01
1
-1
/
+1
|
*
gallium: Eliminate p_winsys::printf
José Fonseca
2008-03-31
3
-31
/
+0
*
|
nouveau: adapt to recent gallium changes
Ben Skeggs
2008-03-30
3
-3
/
+55
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-03-30
6
-68
/
+323
|
\
|
|
*
If visual is 32bpp, set visual->alphaBits = 8.
Brian
2008-03-27
1
-0
/
+8
|
*
xlib: Fix build error from recent fence changes
Ian Romanick
2008-03-26
1
-3
/
+3
|
*
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-03-26
3
-12
/
+48
|
*
xlib: Add support for MIT-SHM in xlib winsys driver
Ian Romanick
2008-03-25
4
-56
/
+267
*
|
nouveau: refcount buffers on validate list.
Ben Skeggs
2008-03-25
2
-3
/
+6
*
|
nouveau: fix infinite wait on space for userbuf.
Ben Skeggs
2008-03-24
1
-0
/
+25
*
|
nouveau: do a retry if initial buffer alloc fails
Ben Skeggs
2008-03-21
1
-2
/
+7
*
|
nouveau: use saved fence pointer, not head of unsignalled list
Ben Skeggs
2008-03-21
1
-2
/
+1
*
|
nouveau: potentially delay buffer destruction
Ben Skeggs
2008-03-21
1
-5
/
+15
*
|
nouveau: try combining prev and next resources on free
Ben Skeggs
2008-03-21
1
-12
/
+17
*
|
nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*
Ben Skeggs
2008-03-19
1
-4
/
+11
*
|
nouveau: create fence object when allocating pushbuf, instead of submit
Ben Skeggs
2008-03-17
3
-10
/
+11
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-03-16
1
-0
/
+4
|
\
|
|
*
gallium: added dummy install target
Brian
2008-03-14
1
-0
/
+4
*
|
nv10.
Stephane Marchesin
2008-03-15
3
-0
/
+9
*
|
nouveau: NV9X is basically a G80, fix issue with NV6X being detected as G80.
Ben Skeggs
2008-03-13
2
-7
/
+36
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-03-13
1
-1
/
+1
|
\
|
|
*
gallium: Fix scons condition for building the xlib winsys.
Michel Dänzer
2008-03-04
1
-1
/
+1
*
|
nv50: ouch, next_subchannel++ :)
Ben Skeggs
2008-03-12
1
-1
/
+1
*
|
nv50: some forgotten changes
Ben Skeggs
2008-03-12
1
-1
/
+1
*
|
nouveau: another "argh gallium fscks with assert" fix
Ben Skeggs
2008-03-07
1
-1
/
+2
*
|
nouveau: silence some warnings
Ben Skeggs
2008-03-02
2
-4
/
+5
*
|
nouveau: fix potential crash
Ben Skeggs
2008-03-02
1
-1
/
+3
*
|
nouveau: enable multi-context/single-channel support for nv40
Ben Skeggs
2008-03-02
4
-9
/
+74
[next]