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: don't emit SQ_DYN_GPR_RESOURCE_LIMIT_1 on cayman
Alex Deucher
2013-03-19
1
-1
/
+0
*
r600g: emit DB_SRESULTS_COMPARE_STATE0 on r6xx/r7xx
Alex Deucher
2013-03-19
2
-1
/
+3
*
tgsi: use separate structure for indirect address v2
Christian König
2013-03-19
1
-1
/
+1
*
r600g: properly set non_disp tiling mode for DMA (v2)
Alex Deucher
2013-03-17
1
-2
/
+6
*
r600g: Use blitter rather than DMA for 128bpp on cayman (v3)
Alex Deucher
2013-03-17
1
-0
/
+11
*
r600g/llvm: Move llvm wrapper functions into the radeon directory
Tom Stellard
2013-03-13
5
-90
/
+4
*
mesa: Use PACKAGE_BUGREPORT macro.
Matt Turner
2013-03-12
1
-1
/
+1
*
r600g/llvm: Fix build
Tom Stellard
2013-03-11
1
-1
/
+1
*
r600g: add debug options disabling various copy-buffer-related features
Marek Olšák
2013-03-11
3
-2
/
+11
*
r600g: allocate FMASK right after the texture, so that it's aligned with it
Marek Olšák
2013-03-11
1
-1
/
+1
*
r600g: remove r600.h, move the stuff elsewhere (mostly to r600_pipe.h)
Marek Olšák
2013-03-11
8
-167
/
+126
*
r600g: remove r600_hw_context_priv.h, move the stuff to r600_pipe.h
Marek Olšák
2013-03-11
6
-46
/
+13
*
r600g: remove deprecated state management code
Marek Olšák
2013-03-11
10
-560
/
+2
*
r600g: atomize pixel shader
Marek Olšák
2013-03-11
7
-207
/
+83
*
r600g: atomize vertex shader
Marek Olšák
2013-03-11
8
-232
/
+203
*
r600g: inline r600_pipe_shader function
Marek Olšák
2013-03-11
5
-58
/
+51
*
r600g: dump vertex elements state along with the fetch shader
Marek Olšák
2013-03-11
1
-0
/
+8
*
r600g: remove bytecode dumping
Marek Olšák
2013-03-11
2
-240
/
+0
*
r600g: use a single env var R600_DEBUG, disable bytecode dumping
Marek Olšák
2013-03-11
10
-95
/
+122
*
r600g: cleanup #include recursion between r600_pipe.h and evergreen_compute.h
Marek Olšák
2013-03-11
7
-2
/
+6
*
r600g: don't check for R600_ENABLE_S3TC env var
Marek Olšák
2013-03-11
1
-10
/
+3
*
radeon/llvm: make SGPRs proper function arguments v2
Christian König
2013-03-07
1
-0
/
+1
*
r600g/llvm: Update CONSTANT_BUFFER address space definition
Christian König
2013-03-07
1
-1
/
+1
*
r600g: Check comp_mask before merging export instructions
Vincent Lejeune
2013-03-03
1
-0
/
+1
*
r600g: fix check_and_set_bank_swizzle for cayman
Vadim Girlin
2013-03-03
1
-7
/
+3
*
r600g: enable CP DMA on 6xx
Alex Deucher
2013-03-01
1
-1
/
+1
*
r600g: don't require dword alignment with CP DMA for buffer transfers
Marek Olšák
2013-03-01
5
-11
/
+9
*
r600g: always map uninitialized buffer range as unsynchronized
Marek Olšák
2013-03-01
6
-0
/
+45
*
r600g: cleanup deprecated register tables
Marek Olšák
2013-03-01
3
-45
/
+14
*
r600g: unify vgt states
Marek Olšák
2013-03-01
5
-26
/
+9
*
r600g: flush and invalidate htile cache when appropriate
Marek Olšák
2013-03-01
6
-1
/
+21
*
r600g: atomize streamout enabling
Marek Olšák
2013-03-01
9
-87
/
+96
*
r600g: use async DMA with a non-zero src offset
Marek Olšák
2013-03-01
1
-1
/
+1
*
r600g: pad the DMA CS to a multiple of 8 dwords
Marek Olšák
2013-03-01
1
-2
/
+14
*
r600g: workaround hyperz lockup on evergreen
Jerome Glisse
2013-02-28
4
-2
/
+23
*
r600g: add missing emit_flush for R600_CONTEXT_FLUSH_AND_INV case
Alex Deucher
2013-02-26
1
-0
/
+1
*
r600g: synchronize streamout buffers on r6xx too (v3)
Alex Deucher
2013-02-26
1
-1
/
+1
*
gallium/util: add helper util_max_layer from r600g
Marek Olšák
2013-02-26
3
-25
/
+9
*
r600g: fixup PS_PARTIAL_FLUSH flag handling for cayman
Alex Deucher
2013-02-22
1
-7
/
+6
*
r600g: r6xx deadlock workaround (v6)
Alex Deucher
2013-02-22
1
-0
/
+6
*
r600g: add PS_PARTIAL_FLUSH flag
Alex Deucher
2013-02-22
2
-0
/
+6
*
r600g: fix random corruption with CP DMA in TF2
Marek Olšák
2013-02-22
1
-0
/
+3
*
r600g: Fix memory leak in r600_shader_select.
Vinson Lee
2013-02-21
1
-0
/
+1
*
r600g: don't enable ReZ mode on evergreen
Alex Deucher
2013-02-21
1
-1
/
+4
*
r600g/Cayman: Fix blending using destination alpha factor but non-alpha dest
Michel Dänzer
2013-02-20
1
-4
/
+9
*
radeon/llvm: Fix build with LLVM 3.3
Tom Stellard
2013-02-19
1
-0
/
+4
*
r600g: Add $(DEFINES) to AM_CXXFLAGS
Tom Stellard
2013-02-19
1
-1
/
+2
*
r600g/llvm: Support for TBO
Vincent Lejeune
2013-02-18
1
-0
/
+28
*
r600g/llvm: Fix alpha_to_one piglit tests
Vincent Lejeune
2013-02-18
2
-0
/
+3
*
r600g/llvm: Add support for UBO
Vincent Lejeune
2013-02-18
1
-1
/
+5
[prev]
[next]