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
/
drivers
/
r600
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: use floats instead of hex for blit vbo
Dave Airlie
2010-09-23
1
-10
/
+9
*
r600g: fix multiple occlusion query on same id
Jerome Glisse
2010-09-22
2
-3
/
+11
*
r600g: disable shader rebuild optimization & account cb flush packet
Jerome Glisse
2010-09-22
1
-21
/
+4
*
r600g: disable dirty handling on texture from depth code.
Dave Airlie
2010-09-22
1
-8
/
+1
*
r600g: make stencil readback work
Dave Airlie
2010-09-22
1
-2
/
+1
*
r600g: cleanup some of the DB blit code
Dave Airlie
2010-09-22
2
-4
/
+65
*
r600g: fix typo in struct member name
Dave Airlie
2010-09-22
5
-7
/
+7
*
r600g: occlusion query for new design
Jerome Glisse
2010-09-21
2
-1
/
+84
*
r600g: fix multi buffer rendering
Jerome Glisse
2010-09-21
1
-2
/
+2
*
r600g: directly allocate bo for user buffer
Jerome Glisse
2010-09-21
2
-3
/
+39
*
r600g: Removed debug code.
Tilman Sauerbeck
2010-09-21
1
-1
/
+0
*
r600g: fix eg texture borders.
Dave Airlie
2010-09-21
2
-15
/
+19
*
r600g: fixup evergreen miptree setup.
Dave Airlie
2010-09-21
1
-2
/
+5
*
r600g: deal with overflow of VTX/TEX CF clauses.
Dave Airlie
2010-09-21
1
-2
/
+8
*
r600g: use pipe context for flushing inside map
Jerome Glisse
2010-09-20
7
-12
/
+21
*
r600g: Implemented the Z and W component write for the SCS opcode.
Tilman Sauerbeck
2010-09-20
1
-0
/
+49
*
r600g: Honour destination operand's writemask in the SCS implementation.
Tilman Sauerbeck
2010-09-20
1
-26
/
+35
*
r600g: move chip class to radeon common structure
Jerome Glisse
2010-09-20
10
-75
/
+26
*
r600g: Cleanup viewport floats.
Corbin Simpson
2010-09-19
1
-10
/
+23
*
r600g: Clean up PS setup.
Corbin Simpson
2010-09-19
2
-16
/
+25
*
r600g: add missing BC_INST wrapper for evergreen
Dave Airlie
2010-09-20
1
-1
/
+1
*
r600g: fixup r700 CB_SHADER_CONTROL register.
Dave Airlie
2010-09-20
2
-34
/
+35
*
r600g: fix r700 cube map sizing.
Dave Airlie
2010-09-20
1
-4
/
+9
*
r600g: add color/texture support for more depth formats.
Dave Airlie
2010-09-20
3
-2
/
+20
*
r600g: add z16 to color setup
Dave Airlie
2010-09-20
2
-0
/
+13
*
r600g: "tmp" is such a bad name for a texture.
Corbin Simpson
2010-09-19
1
-10
/
+10
*
r600g: Fix false and true.
Corbin Simpson
2010-09-19
8
-17
/
+17
*
r600g: Clean up some indentation and |= vs. | usage.
Corbin Simpson
2010-09-19
1
-21
/
+22
*
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: modify index buffers for sizes the hw can't deal with.
Dave Airlie
2010-09-20
1
-2
/
+37
*
r600g: fix exports_ps to export a number not a mask.
Henri Verbeet
2010-09-20
2
-2
/
+2
*
Revert "r600g: Flush upload buffers before draws instead of before flushes."
Henri Verbeet
2010-09-19
2
-5
/
+4
*
r600g: Buffer object maps imply a wait.
Henri Verbeet
2010-09-19
4
-24
/
+0
*
r600g: Remove a redundant flush in r600_texture_transfer_map().
Henri Verbeet
2010-09-19
1
-1
/
+0
*
r600g: Flush upload buffers before draws instead of before flushes.
Henri Verbeet
2010-09-19
2
-4
/
+5
*
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
*
r600g: Remove unused variable.
Vinson Lee
2010-09-18
1
-1
/
+0
*
r600g: Silence unused variable warnings.
Vinson Lee
2010-09-17
1
-0
/
+2
*
r600g: Remove unnecessary header.
Vinson Lee
2010-09-17
1
-1
/
+0
*
r600g: alternative command stream building from context
Jerome Glisse
2010-09-17
8
-16
/
+4580
*
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
[next]