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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: add get_cs_info winsys entrypoint, abandon check_cs
Marek Olšák
2010-05-26
1
-3
/
+6
*
drm_api: Remove type argument from create screen callback
Jakob Bornecrantz
2010-05-25
6
-60
/
+22
*
gallium: Remove dri1_api.h and winsys support for DRI1
Jakob Bornecrantz
2010-05-25
3
-174
/
+7
*
sw/xlib: NULL-out pointers after freeing image data
Brian Paul
2010-05-24
1
-1
/
+7
*
xorg-vmwgfx: Add vmwctrl proto
Jakob Bornecrantz
2010-04-30
1
-0
/
+26
*
nouveau: Fix build after msaa merge
Jakob Bornecrantz
2010-05-21
1
-3
/
+1
*
r300g: expose radeon_bo_wait to the driver
Marek Olšák
2010-05-16
3
-0
/
+18
*
sw/wrapper: Implement dt_get_handle
Jakob Bornecrantz
2010-05-16
1
-0
/
+13
*
sw/wrapper: Make sure targets are textures
Jakob Bornecrantz
2010-05-16
1
-0
/
+1
*
r300g: fix texture transfers
Marek Olšák
2010-05-13
1
-1
/
+1
*
gallium: Add software drm api helper to scons build
Jakob Bornecrantz
2010-05-10
2
-0
/
+22
*
gallium: Add pipe wrapper software winsys to scons build
Jakob Bornecrantz
2010-05-10
2
-0
/
+26
*
i965g: avoid void * arithmetic
Roland Scheidegger
2010-05-10
1
-1
/
+1
*
glapi: Move to src/mapi/.
Chia-I Wu
2010-05-07
1
-1
/
+1
*
svga: Fix scons build
Jakob Bornecrantz
2010-05-06
1
-0
/
+2
*
r300g: do not validate buffers in check_cs
Marek Olšák
2010-05-02
1
-1
/
+1
*
r300g: cache tiling flags to reduce the number of DRM calls
Marek Olšák
2010-05-02
1
-6
/
+9
*
svga: Translate svga reloc flags to pb flags
Jakob Bornecrantz
2010-04-19
1
-1
/
+16
*
radeong: fix scons build
Joakim Sindholt
2010-04-28
1
-0
/
+1
*
i965g: Fix scons build of winsys
Jakob Bornecrantz
2010-04-27
1
-0
/
+2
*
r300g: fix warnings by using the const qualifier
Marek Olšák
2010-04-26
1
-1
/
+1
*
r300g: Add CS table writing.
Corbin Simpson
2010-04-26
1
-0
/
+8
*
r300g: emit MSPOS regs
Marek Olšák
2010-04-26
3
-6
/
+10
*
sw/xlib: Fix bad logic in shm allocation.
José Fonseca
2010-04-24
1
-5
/
+5
*
xlib/sw: remove stray semicolon
Brian Paul
2010-04-23
1
-1
/
+1
*
gallium: Convert some uses of get option to static
Jakob Bornecrantz
2010-04-23
1
-1
/
+3
*
gallium: s/free/FREE/ and same for friends.
José Fonseca
2010-04-23
1
-1
/
+1
*
sw/xlib: Fallback to XPutImage when shmget fails.
José Fonseca
2010-04-23
1
-6
/
+5
*
gallium: Fix copy typo
Jakob Bornecrantz
2010-04-20
5
-5
/
+5
*
svga: Minor clean up of winsys
Jakob Bornecrantz
2010-04-20
1
-0
/
+1
*
radeong: Minor clean up of winsys
Jakob Bornecrantz
2010-04-20
1
-12
/
+3
*
nouveau: Minor clean up of winsys
Jakob Bornecrantz
2010-04-20
1
-2
/
+3
*
i965g: Minor clean up of winsys
Jakob Bornecrantz
2010-04-20
1
-10
/
+2
*
i915g: Minor clean up of winsys
Jakob Bornecrantz
2010-04-20
1
-9
/
+3
*
r300g: do not tell st that a buffer is referenced by hw
Marek Olšák
2010-04-18
3
-7
/
+21
*
i915g: Remove unnecessary headers.
Vinson Lee
2010-04-17
1
-3
/
+0
*
i915g: Add a software only debuging winsys
Jakob Bornecrantz
2010-04-17
7
-0
/
+478
*
i915g: Fix winsys SCons build.
Vinson Lee
2010-04-13
1
-0
/
+2
*
winsys/sw: Fix error paths
Jakob Bornecrantz
2010-04-12
2
-3
/
+14
*
r300g: fix mipmapped 3D textures
Marek Olšák
2010-04-11
3
-0
/
+8
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
20
-991
/
+55
*
r300g: fix color tiling for buffer from X server.
Dave Airlie
2010-04-03
3
-1
/
+32
*
st/dri/sw: add drisw_api similarly to dri1_api
George Sapountzis
2010-03-29
2
-7
/
+34
*
ws/sw/dri: s/xm/dri_sw/
George Sapountzis
2010-03-29
1
-73
/
+74
*
ws/xlib: Call XFlush after PutImage
Keith Whitwell
2010-03-28
1
-0
/
+2
*
drisw: probably better hack for stride and some comments
George Sapountzis
2010-03-28
1
-23
/
+2
*
drisw: add comment to libGL about stride
George Sapountzis
2010-03-27
1
-0
/
+1
*
drisw: make stride issue profound
George Sapountzis
2010-03-27
1
-3
/
+3
*
swrastg: Build with scons
Jakob Bornecrantz
2010-03-26
2
-0
/
+27
*
svga/drm: Fix build under scons
Jakob Bornecrantz
2010-03-26
1
-1
/
+1
[next]