index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add soft screen helper
George Sapountzis
2010-03-21
3
-5
/
+31
*
drm/sw: does not need sw_winsys
George Sapountzis
2010-03-21
1
-1
/
+0
*
r300g: fix occlusion query hangs.
Dave Airlie
2010-03-21
1
-2
/
+4
*
r300g: add bufmgr cached for vertex/index buffers.
Dave Airlie
2010-03-21
3
-4
/
+18
*
radeong: Use TRUE and FALSE.
Corbin Simpson
2010-03-20
1
-2
/
+2
*
radeong: Test the BO ptr for NULL instead of using a bool.
Corbin Simpson
2010-03-20
1
-8
/
+4
*
r300g: winsys fix tiling change flushes.
Dave Airlie
2010-03-21
1
-2
/
+10
*
i965g: Fix use of an uninitialized variable.
Chia-I Wu
2010-03-16
1
-1
/
+1
*
winsys/sw: Add a software winsys layered on a pipe
Jakob Bornecrantz
2010-03-16
8
-2
/
+475
*
r300g: rebuild screen/winsys interface
Dave Airlie
2010-03-15
8
-175
/
+720
*
nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40
Luca Barbieri
2010-03-15
3
-26
/
+2
*
nv30, nv40: non-trivially unify nv[34]0_screen.c
Luca Barbieri
2010-03-15
1
-3
/
+1
*
nvfx: add nvfx directory to build system
Luca Barbieri
2010-03-15
3
-0
/
+21
*
r300g: refrain from using immediate mode if it causes slowdown
Marek Olšák
2010-03-13
2
-0
/
+17
*
Merge branch '7.8'
Michel Dänzer
2010-03-12
1
-0
/
+1
|
\
|
*
vmwgfx/dri: Fix SCons build.
Michel Dänzer
2010-03-12
1
-0
/
+1
*
|
Revert "r300-gallium: Skeleton for integrating into the python statetracker."
José Fonseca
2010-03-10
6
-1297
/
+0
*
|
winsys/drm: Handle circular dependencies in Makefile.egl.
Chia-I Wu
2010-03-10
1
-2
/
+4
*
|
gallium: create helper for swrast+xlib combination
Keith Whitwell
2010-03-09
1
-1
/
+1
*
|
Merge commit 'origin/master' into gallium-sw-api-2
Keith Whitwell
2010-03-09
10
-467
/
+272
|
\
\
|
*
\
Merge commit 'origin/gallium-winsys-handle-rebased'
Keith Whitwell
2010-03-08
10
-467
/
+272
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
svga: Forgot one bit in rebase
Jakob Bornecrantz
2010-03-04
1
-3
/
+0
|
|
*
nouveau: Conversion to winsys handle
Jakob Bornecrantz
2010-03-04
1
-66
/
+6
|
|
*
r300g: Conversion to to winsys handle
Jakob Bornecrantz
2010-03-01
4
-143
/
+83
|
|
*
svga: Conversion to winsys handle
Jakob Bornecrantz
2010-03-01
1
-32
/
+44
|
|
*
i965g: Conversion to winsys handle
Jakob Bornecrantz
2010-03-01
2
-126
/
+75
|
|
*
i915g: Conversion to winsys handle
Jakob Bornecrantz
2010-03-01
2
-96
/
+63
|
|
*
gallium: Reorg texture usage flags
Jakob Bornecrantz
2010-03-01
1
-1
/
+1
*
|
|
st/egl: Use xlib_sw_winsys in ximage backend.
Chia-I Wu
2010-03-09
1
-1
/
+2
|
/
/
*
/
drm/nouveau: Rename pipe formats.
José Fonseca
2010-03-02
1
-2
/
+2
|
/
*
radeong: clean up includes
Marek Olšák
2010-02-27
6
-37
/
+18
*
vmware/xorg: Bump to match vmware driver
Jakob Bornecrantz
2010-02-27
1
-3
/
+3
*
st/xorg: Encapsulate all customizable stuff in a separate class.
Thomas Hellstrom
2010-02-27
4
-77
/
+82
*
vmware/xorg: Export modinfo just as the other vmware X drivers does
Jakob Bornecrantz
2010-02-27
1
-3
/
+42
*
drm/vmware: Latest interface changes are backwards incopatible
Jakob Bornecrantz
2010-02-27
1
-1
/
+1
*
st/xorg, vmware/xorg: Fix xnfcalloc arguments.
Thomas Hellstrom
2010-02-27
1
-1
/
+1
*
vmware: Update vmwgfx_drm.h to kernel version.
Thomas Hellstrom
2010-02-27
1
-0
/
+8
*
minor cleanup of dri/Makefile.template's after miniglx drop
George Sapountzis
2010-02-26
2
-23
/
+4
*
Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"
Dave Airlie
2010-02-22
9
-647
/
+246
*
r300g: rebuild winsys/pipe buffer handling and add buffer map
Dave Airlie
2010-02-22
9
-246
/
+647
*
winsys/drm: Do not use --whole-archive in Makefile.egl.
Chia-I Wu
2010-02-18
7
-8
/
+19
*
radeong: flush when changing tiling flags of BO referenced by CS
Marek Olšák
2010-02-14
1
-2
/
+13
*
progs/gallium/python: New home for python statetracker scripts.
José Fonseca
2010-02-14
1
-1
/
+1
*
scons: Fix drm/intel build.
José Fonseca
2010-02-11
1
-4
/
+5
*
vmware/core: Support drm interface version 1.0.0
Jakob Bornecrantz
2010-02-06
1
-1
/
+1
*
vmware/core: Use correct flags in scanout code
Jakob Bornecrantz
2010-02-06
1
-4
/
+4
*
vmware/core: Handle new scanout field
Jakob Bornecrantz
2010-02-06
4
-4
/
+35
*
vmware/core: Update header to latest version
Jakob Bornecrantz
2010-02-06
1
-3
/
+9
*
vmware/core: Remove old ioctl structs not used
Jakob Bornecrantz
2010-02-06
1
-43
/
+0
*
radeong: Provide drm_api::destroy hook.
Corbin Simpson
2010-02-08
1
-0
/
+6
[next]