index
:
~cooperyuan/r300g-xvmc
master
gallium part for AMD r5xx video acceleration
cooperyuan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-03
progs/tests: re-enable exit() call
Brian Paul
1
-1
/
+1
2009-09-03
docs/: document cross-compile fix
Brian Paul
1
-0
/
+1
2009-09-03
r600: rework cb/db setup
Alex Deucher
3
-130
/
+109
2009-09-03
st/xorg: add linear and radial gradient acceleration
Zack Rusin
1
-20
/
+71
2009-09-03
st/xorg: radial gradient shader
Zack Rusin
1
-0
/
+85
2009-09-03
st/xorg: linear gradient shader
Zack Rusin
1
-0
/
+59
2009-09-03
r600: make sure the active vertex shader bo is re-added to persistent list.
Alex Deucher
1
-0
/
+7
2009-09-03
glapi: fix incorrect/missing return types for glFenceSync(), glClientWaitSync()
Brian Paul
4
-8
/
+9
2009-09-03
mesa: rename gl_sync_object::Status to StatusFlag
Brian Paul
3
-8
/
+8
2009-09-03
docs: Document new extension support for 7.6 release.
Ian Romanick
1
-6
/
+13
2009-09-03
Add ARB_sync to the xorg sw dri driver.
Eric Anholt
1
-0
/
+2
2009-09-03
savage: Fix driver build post-ARB_sync.
Eric Anholt
2
-8
/
+6
2009-09-03
s3v: Fix driver build for ARB_sync.
Eric Anholt
1
-3
/
+2
2009-09-03
intel: Add support for ARB_sync.
Eric Anholt
8
-0
/
+147
2009-09-03
ARB sync / swrast: Use GL_ARB_sync_functions instead of GL_ARB_sync. Oops.
Ian Romanick
1
-1
/
+1
2009-09-03
Don't dereference function pointers in calls.
Ian Romanick
1
-7
/
+7
2009-09-03
Add syncobj.c to SConscript
Ian Romanick
1
-0
/
+1
2009-09-03
Whitespace and include file clean-up.
Ian Romanick
1
-14
/
+0
2009-09-03
Use MIN2 instead of open-coded version
Ian Romanick
1
-1
/
+2
2009-09-03
ARB sync: Fix delete behavior and context destruction behavior
Ian Romanick
4
-24
/
+103
2009-09-03
Add dummy list node type 'struct simple_node'
Ian Romanick
1
-0
/
+5
2009-09-03
ARB sync: Add support for GL_ARB_sync to swrast
Ian Romanick
13
-0
/
+541
2009-09-03
Eliminate trailing whitespace in extension_helper.c
Ian Romanick
2
-674
/
+674
2009-09-03
ARB sync: Regenerate files from previous commit
Ian Romanick
10
-5652
/
+6149
2009-09-03
ARB sync: Add base infrastructure for GL_ARB_sync
Ian Romanick
3
-0
/
+84
2009-09-03
ARB sync: Add infrastructure for glGetInteger64v
Ian Romanick
6
-1
/
+1862
2009-09-03
mesa: fix typos in separable filter functions
Brian Paul
1
-4
/
+4
2009-09-03
mesa: compute tex env program key size based on nr_enabled_units
Brian Paul
1
-8
/
+18
2009-09-03
swrast: wrap comment to 80 columns, remove dead code
Brian Paul
1
-57
/
+6
2009-09-03
mesa: use new combined PBO validate/map helpers in convolution/filter funcs
Brian Paul
1
-66
/
+23
2009-09-03
mesa: use new combined PBO validate/map helpers
Brian Paul
4
-126
/
+43
2009-09-03
mesa: combined PBO validate/map helpers
Brian Paul
2
-0
/
+98
2009-09-03
mesa: use new _mesa_map_pbo_source/dest() functions in more places
Brian Paul
5
-354
/
+192
2009-09-03
mesa: consolidate PBO map/unmap helpers
Brian Paul
9
-104
/
+60
2009-09-03
intel: helper to debug bufmgr (disabled)
Brian Paul
1
-0
/
+4
2009-09-03
i915g: Up the number of relocs
Jakob Bornecrantz
1
-1
/
+1
2009-09-03
i915g: Don't run in sync with HW
Jakob Bornecrantz
1
-4
/
+7
2009-09-03
i915g: Don't send flush flags to HW
Jakob Bornecrantz
1
-0
/
+8
2009-09-03
st/xorg: cleanup and adjust to the changes in the ureg code
Zack Rusin
1
-3
/
+3
2009-09-03
st/xorg: adjust enums in preperation for gradients
Zack Rusin
2
-7
/
+15
2009-09-03
mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure
Brian Paul
5
-20
/
+41
2009-09-03
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
11
-174
/
+429
2009-09-03
nv50: move centroid, flat bits when making interp long
Christoph Bumiller
1
-4
/
+4
2009-09-03
nv50: fix vbo_static_attrib method size error
Christoph Bumiller
1
-3
/
+3
2009-09-03
nv50: fix draw_elements_inline_u08/16
Christoph Bumiller
1
-2
/
+2
2009-09-03
r300g: specify point/line/triangle have stuffed texture coord
Cooper Yuan
1
-1
/
+3
2009-09-03
r600: visual depth has no meaning here.
Dave Airlie
1
-12
/
+2
2009-09-03
r600: make sure the active shader bo is re-added to persistent list.
Dave Airlie
1
-0
/
+8
2009-09-03
radeon: pass internal format into the miptree.
Dave Airlie
3
-11
/
+14
2009-09-03
radeon/dri2: add gl20 bits for r300/r600 just like dri1 does
Dave Airlie
1
-0
/
+2
[next]