index
:
~andrem/mesa
master
r600-basevtx
r600-blit
r600-debug
r600-depth
r600-dxtn
r600-glsl
r600-test
Unnamed repository; edit this file to name it for gitweb.
andrem
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-20
r600g: fix tiling support for ddx supplied buffers
Dave Airlie
1
-9
/
+9
2010-09-19
r600g: "tmp" is such a bad name for a texture.
Corbin Simpson
1
-10
/
+10
2010-09-19
r600g: Fix false and true.
Corbin Simpson
8
-17
/
+17
2010-09-19
r600g: Clean up some indentation and |= vs. | usage.
Corbin Simpson
1
-21
/
+22
2010-09-19
r600g: Deobfuscate and comment a few more functions in r600_hw_states.
Corbin Simpson
2
-11
/
+66
2010-09-19
r600g: Trivially deobfuscate r600_hw_states.
Corbin Simpson
1
-20
/
+40
2010-09-19
r600g: Use align() instead of handrolled code.
Corbin Simpson
3
-6
/
+3
2010-09-20
r600g: drop debugging that snuck in
Dave Airlie
1
-1
/
+0
2010-09-20
r600g: clean up valgrind issues on maxtargets test.
Dave Airlie
1
-1
/
+7
2010-09-20
r600g: fix fbo-drawbuffers-maxtargets
Dave Airlie
2
-8
/
+26
2010-09-20
r600g: send correct surface base update for multi-cbufs
Dave Airlie
1
-2
/
+4
2010-09-20
r600g: modify index buffers for sizes the hw can't deal with.
Dave Airlie
1
-2
/
+37
2010-09-20
util/r300g: split the r300 index buffer modifier functions out to util
Dave Airlie
5
-108
/
+174
2010-09-20
r600g: fix exports_ps to export a number not a mask.
Henri Verbeet
2
-2
/
+2
2010-09-20
scons: Link against talloc in the Gallium DRI drivers
Jakob Bornecrantz
1
-0
/
+1
2010-09-20
rbug: Add function to get opcode name string
Jakob Bornecrantz
2
-0
/
+69
2010-09-20
rbug: Cast opcode to corrent int size
Jakob Bornecrantz
4
-28
/
+28
2010-09-19
Revert "r600g: Flush upload buffers before draws instead of before flushes."
Henri Verbeet
2
-5
/
+4
2010-09-19
r600g: Respect PB_USAGE_UNSYNCHRONIZED in radeon_bo_pb_map_internal().
Henri Verbeet
1
-0
/
+8
2010-09-19
gallium/docs: Fixed a typo in the SCS opcode description.
Tilman Sauerbeck
1
-1
/
+1
2010-09-19
auxiliary: fix depth-only and stencil-only clears
Luca Barbieri
1
-1
/
+1
2010-09-19
r600g: Buffer object maps imply a wait.
Henri Verbeet
6
-42
/
+13
2010-09-19
r600g: Remove a redundant flush in r600_texture_transfer_map().
Henri Verbeet
1
-1
/
+0
2010-09-19
r600g: Check for other references before checking for existing mappings in ra...
Henri Verbeet
1
-6
/
+8
2010-09-19
r600g: Flush upload buffers before draws instead of before flushes.
Henri Verbeet
2
-4
/
+5
2010-09-19
st/egl: s/kms/drm/ on the drm backend.
Chia-I Wu
3
-303
/
+303
2010-09-19
st/egl: Rename kms backend to drm.
Chia-I Wu
8
-21
/
+21
2010-09-19
st/egl: Split modeset code support to modeset.c.
Chia-I Wu
3
-587
/
+647
2010-09-19
r600g: only emit uses waterfall on r6xx hw.
Dave Airlie
1
-1
/
+1
2010-09-19
r600g; add uses waterfall to asm cf for r6xx.
Dave Airlie
3
-0
/
+3
2010-09-19
r600g: Added support for TGSI_SEMANTIC_FACE.
Tilman Sauerbeck
2
-2
/
+16
2010-09-18
nv50: Remove dead initialization.
Vinson Lee
1
-1
/
+1
2010-09-18
nv50: Remove dead initialization.
Vinson Lee
1
-1
/
+1
2010-09-18
nv50: Silence missing initializer warning.
Vinson Lee
1
-1
/
+1
2010-09-18
nv50: fix typo in fifo packet length limit
Christoph Bumiller
2
-2
/
+6
2010-09-18
glsl/builtins: Switch comparison functions to just return an expression.
Kenneth Graunke
5
-360
/
+72
2010-09-18
glsl/builtins: Fix equal and notEqual builtins.
Kenneth Graunke
3
-48
/
+48
2010-09-18
nv50: emit constbuf relocs before uploading constants
Christoph Bumiller
3
-21
/
+56
2010-09-18
nv50: add relocs for stack and local mem buffers
Christoph Bumiller
5
-3
/
+31
2010-09-18
glsl: Properly handle nested structure types.
Kenneth Graunke
2
-25
/
+11
2010-09-18
r600g: Remove unused variable.
Vinson Lee
1
-1
/
+0
2010-09-18
nvfx: Silence uninitialized variable warnings.
Vinson Lee
1
-0
/
+2
2010-09-18
nvfx: Remove const qualifer from nvfx_vertprog_translate.
Vinson Lee
1
-1
/
+1
2010-09-18
glsl2: Fixed cloning of ir_call error instructions.
Tilman Sauerbeck
1
-0
/
+3
2010-09-18
glsl: Fix 'control reaches end of non-void function' warning.
Vinson Lee
1
-0
/
+1
2010-09-17
x86: Silence unused variable warning on Mac OS X.
Vinson Lee
1
-0
/
+2
2010-09-17
mesa: Silence "'valid_texture_object' defined but not used" warning.
Vinson Lee
1
-1
/
+5
2010-09-17
ir_to_mesa: Remove unused member array_indexed from struct statevar_element.
Vinson Lee
1
-1
/
+0
2010-09-17
mesa: bump version to 7.10
Vinson Lee
1
-3
/
+3
2010-09-18
glsl2: Empty functions can be inlined.
Tilman Sauerbeck
1
-1
/
+4
[prev]
[next]