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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: Deobfuscate and comment a few more functions in r600_hw_states.
Corbin Simpson
2010-09-19
2
-11
/
+66
*
r600g: Trivially deobfuscate r600_hw_states.
Corbin Simpson
2010-09-19
1
-20
/
+40
*
r600g: Use align() instead of handrolled code.
Corbin Simpson
2010-09-19
3
-6
/
+3
*
r600g: drop debugging that snuck in
Dave Airlie
2010-09-20
1
-1
/
+0
*
r600g: clean up valgrind issues on maxtargets test.
Dave Airlie
2010-09-20
1
-1
/
+7
*
r600g: fix fbo-drawbuffers-maxtargets
Dave Airlie
2010-09-20
2
-8
/
+26
*
r600g: send correct surface base update for multi-cbufs
Dave Airlie
2010-09-20
1
-2
/
+4
*
r600g: modify index buffers for sizes the hw can't deal with.
Dave Airlie
2010-09-20
1
-2
/
+37
*
util/r300g: split the r300 index buffer modifier functions out to util
Dave Airlie
2010-09-20
5
-108
/
+174
*
r600g: fix exports_ps to export a number not a mask.
Henri Verbeet
2010-09-20
2
-2
/
+2
*
scons: Link against talloc in the Gallium DRI drivers
Jakob Bornecrantz
2010-09-20
1
-0
/
+1
*
rbug: Add function to get opcode name string
Jakob Bornecrantz
2010-09-20
2
-0
/
+69
*
rbug: Cast opcode to corrent int size
Jakob Bornecrantz
2010-09-20
4
-28
/
+28
*
Revert "r600g: Flush upload buffers before draws instead of before flushes."
Henri Verbeet
2010-09-19
2
-5
/
+4
*
r600g: Respect PB_USAGE_UNSYNCHRONIZED in radeon_bo_pb_map_internal().
Henri Verbeet
2010-09-19
1
-0
/
+8
*
gallium/docs: Fixed a typo in the SCS opcode description.
Tilman Sauerbeck
2010-09-19
1
-1
/
+1
*
auxiliary: fix depth-only and stencil-only clears
Luca Barbieri
2010-09-19
1
-1
/
+1
*
r600g: Buffer object maps imply a wait.
Henri Verbeet
2010-09-19
6
-42
/
+13
*
r600g: Remove a redundant flush in r600_texture_transfer_map().
Henri Verbeet
2010-09-19
1
-1
/
+0
*
r600g: Check for other references before checking for existing mappings in ra...
Henri Verbeet
2010-09-19
1
-6
/
+8
*
r600g: Flush upload buffers before draws instead of before flushes.
Henri Verbeet
2010-09-19
2
-4
/
+5
*
st/egl: s/kms/drm/ on the drm backend.
Chia-I Wu
2010-09-19
3
-303
/
+303
*
st/egl: Rename kms backend to drm.
Chia-I Wu
2010-09-19
6
-19
/
+19
*
st/egl: Split modeset code support to modeset.c.
Chia-I Wu
2010-09-19
3
-587
/
+647
*
r600g: only emit uses waterfall on r6xx hw.
Dave Airlie
2010-09-19
1
-1
/
+1
*
r600g; add uses waterfall to asm cf for r6xx.
Dave Airlie
2010-09-19
3
-0
/
+3
*
r600g: Added support for TGSI_SEMANTIC_FACE.
Tilman Sauerbeck
2010-09-19
2
-2
/
+16
*
nv50: Remove dead initialization.
Vinson Lee
2010-09-18
1
-1
/
+1
*
nv50: Remove dead initialization.
Vinson Lee
2010-09-18
1
-1
/
+1
*
nv50: Silence missing initializer warning.
Vinson Lee
2010-09-18
1
-1
/
+1
*
nv50: fix typo in fifo packet length limit
Christoph Bumiller
2010-09-18
2
-2
/
+6
*
nv50: emit constbuf relocs before uploading constants
Christoph Bumiller
2010-09-18
3
-21
/
+56
*
nv50: add relocs for stack and local mem buffers
Christoph Bumiller
2010-09-18
5
-3
/
+31
*
r600g: Remove unused variable.
Vinson Lee
2010-09-18
1
-1
/
+0
*
nvfx: Silence uninitialized variable warnings.
Vinson Lee
2010-09-18
1
-0
/
+2
*
nvfx: Remove const qualifer from nvfx_vertprog_translate.
Vinson Lee
2010-09-18
1
-1
/
+1
*
r600g: Silence unused variable warnings.
Vinson Lee
2010-09-17
1
-0
/
+2
*
r600g: Silence uninitialized variable warning.
Vinson Lee
2010-09-17
1
-1
/
+2
*
r600g: Fix memory leak on error path.
Vinson Lee
2010-09-17
1
-1
/
+1
*
r600g: Fix implicit declaration warning.
Vinson Lee
2010-09-17
1
-0
/
+1
*
r600g: Remove unnecessary headers.
Vinson Lee
2010-09-17
1
-3
/
+0
*
r600g: Remove unnecessary header.
Vinson Lee
2010-09-17
1
-1
/
+0
*
llvmpipe: Default to no threading on single processor systems.
José Fonseca
2010-09-17
1
-2
/
+1
*
util: linearized sRGB values don't fit into 8bits
José Fonseca
2010-09-17
1
-0
/
+8
*
gallivm: added missing case for PIPE_TEXTURE_RECT
Brian Paul
2010-09-17
1
-0
/
+1
*
r600g: alternative command stream building from context
Jerome Glisse
2010-09-17
14
-25
/
+5913
*
r600g: Fixed the shift in S_02880C_KILL_ENABLE.
Tilman Sauerbeck
2010-09-17
2
-2
/
+2
*
r600g: Enable PIPE_SHADER_CAP_TGSI_CONT_SUPPORTED.
Tilman Sauerbeck
2010-09-17
1
-2
/
+1
*
r600g: Only set PA_SC_EDGERULE on rv770 and greater.
Tilman Sauerbeck
2010-09-17
1
-2
/
+14
*
r600g: Added DB_SHADER_CONTROL defines.
Tilman Sauerbeck
2010-09-17
4
-6
/
+46
[next]