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
*
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
*
r600: android: amdgpu_common is only required when building OpenCL
Jan Vesely
2017-06-16
1
-5
/
+0
*
android: r600/eg: add support for tracing IBs after a hang.
Mauro Rossi
2017-06-15
1
-0
/
+10
*
gallium: add PIPE_CAP_BINDLESS_TEXTURE
Samuel Pitoiset
2017-06-14
1
-0
/
+1
*
r600g: set pipe_context::priv = NULL
Marek Olšák
2017-06-12
1
-1
/
+2
*
r600/eg: distribute egd_tables.py in the dist file
Juan A. Suarez Romero
2017-06-12
1
-0
/
+4
*
gallium/radeon: don't allocate HTILE in a separate buffer
Marek Olšák
2017-06-08
3
-7
/
+7
*
gallium/u_blitter: use 2D_ARRAY for cubemap blits if possible
Marek Olšák
2017-06-07
1
-1
/
+1
*
tree-wide: remove trailing backslash
Eric Engestrom
2017-06-07
1
-1
/
+1
*
r600: refactor out some compressed resource state code.
Dave Airlie
2017-06-06
1
-24
/
+28
*
r600: document some of the missing shader constants.
Dave Airlie
2017-06-06
1
-0
/
+4
*
r600: add register info for atomic counters.
Dave Airlie
2017-06-06
2
-0
/
+51
*
r600: add missing RAT registers and operations.
Dave Airlie
2017-06-06
3
-0
/
+59
*
r600/sb: fix typo in field definitions
Dave Airlie
2017-06-06
1
-1
/
+1
*
r600: fix incorrect and missing bit field in register headers.
Dave Airlie
2017-06-05
1
-3
/
+4
*
gallium: Add a cap to check if the driver supports ARB_post_depth_coverage
Lyude
2017-06-02
1
-0
/
+1
*
r600/eg: add support for tracing IBs after a hang.
Dave Airlie
2017-06-01
11
-7
/
+785
*
radeon: rename has_uvd info to has_hw_decode
Leo Liu
2017-05-25
1
-1
/
+1
*
Android: r600: fix build when LLVM is disabled
Rob Herring
2017-05-19
1
-0
/
+4
*
gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
Marek Olšák
2017-05-17
1
-0
/
+1
*
r600g: Add defines for per-shader engine settings
Glenn Kennard
2017-05-12
1
-0
/
+6
*
r600g: Add instruction encoding defines for MEM_RD
Glenn Kennard
2017-05-12
1
-0
/
+30
*
r600g: Add scratch ring register defines
Glenn Kennard
2017-05-12
2
-2
/
+20
*
Android: push driver build details to driver makefiles
Rob Herring
2017-05-11
1
-0
/
+9
*
Android: amd: use exported include dirs instead of explicit includes
Rob Herring
2017-05-11
1
-2
/
+0
*
Android: remove remaining explicit libcxx includes
Rob Herring
2017-05-11
1
-2
/
+1
*
gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
Marek Olšák
2017-05-10
1
-0
/
+1
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
2
-57
/
+33
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
1
-6
/
+6
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
4
-10
/
+10
*
gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
Samuel Pitoiset
2017-04-26
1
-0
/
+1
*
r600g: update dirty_level_mask after the 1-st draw after FB change
Constantine Kharlamov
2017-04-19
4
-18
/
+26
*
gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
Nicolai Hähnle
2017-04-14
1
-0
/
+1
*
Revert "r600g: get rid of dummy pixel shader"
Marek Olšák
2017-04-12
3
-30
/
+40
*
r600g: get rid of dummy pixel shader
Constantine Kharlamov
2017-04-10
3
-40
/
+30
*
r600g: add draw_vbo check for a NULL pixel shader
Constantine Kharlamov
2017-04-10
4
-2
/
+10
*
r600g: skip repeating vs, gs, and tes shader binds
Constantine Kharlamov
2017-04-10
1
-1
/
+7
*
gallium: add PIPE_CAP_TGSI_BALLOT
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
gallium: add sparse buffer interface and capability
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
r600g: check rasterizer primitive states like in radeonsi
Constantine Kharlamov
2017-04-04
1
-8
/
+13
*
r600g: extract a code into a r600_emit_rasterizer_prim_state()
Constantine Kharlamov
2017-04-04
3
-14
/
+33
*
r600g/radeonsi: use the correct types (taken from pipe_draw_info)
Constantine Kharlamov
2017-04-04
1
-4
/
+4
*
r600g: remove duplicate memset by using a pointer, and constify args
Constantine Kharlamov
2017-04-04
1
-22
/
+19
*
r600g: Add more (un)likely functions
Constantine Kharlamov
2017-04-03
1
-6
/
+4
*
r600g: Remove intermediate assignment of pipe_draw_info
Constantine Kharlamov
2017-04-03
1
-51
/
+50
*
r600g: Use separate index_bias variable
Constantine Kharlamov
2017-04-03
1
-3
/
+5
*
gallium: Add a cap to check if the driver supports fill_rectangle
Lyude
2017-03-31
1
-0
/
+1
[next]