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
*
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
*
gallium/radeon: make S_FIXED function signed and move it to shared code
Marek Olšák
2017-07-26
1
-4
/
+0
*
r600: Add support for B5G5R5A1.
Michal Srb
2017-07-25
1
-0
/
+6
*
r600g: constify some args at r600_asm.c
Constantine Charlamov
2017-07-25
1
-5
/
+6
*
r600g: remove unused "bc" args, and one unneeded forward declaration
Constantine Charlamov
2017-07-25
1
-45
/
+40
*
gallium: use "ull" number suffix to keep the QtCreator parser happy
Marek Olšák
2017-07-10
1
-2
/
+2
*
Android: use symlinks for driver loading
Rob Herring
2017-06-29
1
-0
/
+1
*
r600g: fix crash when file in R600_TRACE doesn't exist
Constantine Charlamov
2017-06-26
1
-4
/
+5
*
r600g: take into account offset to system inputs at tgsi_interp_egcm()
Constantine Charlamov
2017-06-26
2
-6
/
+7
*
r600g: get rid of trailing whitespace
Constantine Charlamov
2017-06-26
1
-22
/
+22
*
r600/asm: add support for other GDS operations.
Dave Airlie
2017-06-26
3
-4
/
+26
*
r600: don't merge GDS into VTX
Dave Airlie
2017-06-26
1
-2
/
+3
*
r600: for memory instructions dump index gpr for read indirects also.
Dave Airlie
2017-06-26
1
-1
/
+2
*
r600: add support for vertex fetches via texture cache
Dave Airlie
2017-06-26
2
-2
/
+20
*
r600: route indirect address register correctly for vtx fetches.
Dave Airlie
2017-06-26
1
-1
/
+1
*
gallium/radeon: pass create_screen flags to r600_common_screen_init
Marek Olšák
2017-06-23
2
-3
/
+3
*
r600: fix off-by-one in egd_tables.py
Nicolai Hähnle
2017-06-19
1
-1
/
+1
*
r600: include libelf headers only as needed
Emil Velikov
2017-06-17
1
-0
/
+2
*
r600, radeon: move radeon_shader_binary_{init,clean} back to radeon
Emil Velikov
2017-06-17
1
-23
/
+2
*
r600g,compute: provide local copy of functions from ac_binary.c
Jan Vesely
2017-06-16
4
-13
/
+197
[next]