index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
6
-6
/
+6
*
r600g: use SIMPLE_FLOAT for blending to enable some optimizations
Ilia Mirkin
2017-11-08
2
-0
/
+2
*
gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
Marek Olšák
2017-11-06
1
-0
/
+1
*
r600: add support for early depth/stencil.
Dave Airlie
2017-11-03
1
-0
/
+3
*
r600: add support for emitting RAT instructions to the assembler.
Dave Airlie
2017-11-03
3
-0
/
+35
*
r600: add support for mark bit to the assembler.
Dave Airlie
2017-11-03
3
-0
/
+7
*
r600: add support for valid pixel mode on CF clauses
Dave Airlie
2017-11-03
2
-0
/
+2
*
r600: add support for some ALU sources.
Dave Airlie
2017-11-03
1
-0
/
+9
*
gallium: add cap for driver specified max combined shader resources.
Dave Airlie
2017-11-01
1
-0
/
+1
*
r600/sb: bail out if prepare_alu_group() doesn't find a proper scheduling
Gert Wollny
2017-11-01
2
-20
/
+31
*
Android: fix build break from r600/radeon split
Rob Herring
2017-10-10
1
-0
/
+4
*
r600: cleanup llvm ir target selection.
Dave Airlie
2017-10-11
1
-18
/
+2
*
r600: drop tc_L2_dirty bit, this was SI only.
Dave Airlie
2017-10-11
3
-15
/
+0
*
gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.
Eric Anholt
2017-10-10
1
-0
/
+1
*
r600: drop a bunch of post-cayman code. (v2)
Dave Airlie
2017-10-10
12
-1251
/
+199
*
amd: move r600d_common.h into r600g
Marek Olšák
2017-10-09
4
-2
/
+139
*
radeonsi: shrink r600d_common.h and stop using it
Marek Olšák
2017-10-09
5
-8
/
+144
*
gallium/u_blitter: let drivers decide which VS to use for draw_rectangle
Marek Olšák
2017-10-07
2
-0
/
+3
*
gallium/u_blitter: let drivers set the vertex elements state
Marek Olšák
2017-10-07
2
-0
/
+4
*
gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Marek Olšák
2017-10-06
1
-0
/
+1
*
gallium: Remove util_format_s3tc_init()
Matt Turner
2017-10-02
1
-1
/
+0
*
gallium: Remove util_format_s3tc_enabled
Matt Turner
2017-10-02
1
-4
/
+0
*
gallium: add LDEXP TGSI instruction and corresponding cap
Nicolai Hähnle
2017-09-29
1
-0
/
+1
*
tgsi: clarify the semantics of DFRACEXP
Nicolai Hähnle
2017-09-29
1
-6
/
+8
*
r600: cleanup set_occlusion_query_state
Nicolai Hähnle
2017-09-29
3
-14
/
+3
*
r600: fork and import gallium/radeon
Marek Olšák
2017-09-26
25
-12
/
+14508
*
gallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
Jan Vesely
2017-09-21
1
-0
/
+1
*
gallium: Add PIPE_SHADER_CAP_FP16
Jan Vesely
2017-09-18
1
-0
/
+1
*
gallium/radeon: pass old_(perfect_)enable to set_occlusion_query_state
Nicolai Hähnle
2017-09-18
1
-1
/
+3
*
r600: add .gitignore for egd_tables.h
Dave Airlie
2017-09-15
1
-0
/
+1
*
gallium: introduce PIPE_CAP_LOAD_CONSTBUF
Timothy Arceri
2017-09-15
1
-0
/
+1
*
gallium/{r600, radeonsi}: Fix segfault with color format (v2)
Denis Pauk
2017-09-14
1
-0
/
+4
*
ac/surface: add radeon_surf::has_stencil for convenience
Marek Olšák
2017-09-07
3
-3
/
+3
*
gallium/radeon: sort DBG shader flags according to pipe_shader_type
Marek Olšák
2017-09-04
1
-1
/
+1
*
gallium: remove TGSI opcode SCS
Marek Olšák
2017-08-22
1
-124
/
+3
*
gallium: remove TGSI opcode BREAKC
Marek Olšák
2017-08-22
1
-42
/
+3
*
gallium: remove TGSI opcode XPD
Marek Olšák
2017-08-22
1
-75
/
+3
*
gallium: remove TGSI opcode DPH
Marek Olšák
2017-08-22
1
-10
/
+3
*
gallium: remove TGSI opcode DP2A
Marek Olšák
2017-08-22
1
-3
/
+3
*
gallium: remove TGSI_OPCODE_CALLNZ
Marek Olšák
2017-08-22
1
-3
/
+3
*
gallium: remove TGSI FENCE opcodes
Marek Olšák
2017-08-22
1
-9
/
+9
*
gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ
Marek Olšák
2017-08-22
1
-19
/
+16
*
gallium/radeon: add helpers for whether HTILE is enabled
Marek Olšák
2017-08-22
3
-6
/
+3
*
r600g: don't set up and don't call the fetch shader if there are no VS inputs
Marek Olšák
2017-08-21
3
-1
/
+7
*
radeonsi: set drirc compiler options before calling common screen init
Nicolai Hähnle
2017-08-04
1
-1
/
+1
*
gallium: introduce PIPE_CAP_MEMOBJ
Timothy Arceri
2017-08-03
1
-0
/
+1
*
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
2017-08-02
2
-3
/
+6
*
gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
Nicolai Hähnle
2017-08-02
1
-0
/
+1
*
radeonsi: print CE IBs into ddebug reports
Marek Olšák
2017-08-01
1
-1
/
+1
*
gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
Nicolai Hähnle
2017-07-31
1
-0
/
+1
[next]