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
*
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
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
2
-6
/
+0
*
gallium: add PIPE_CAP_TGSI CLOCK
Nicolai Hähnle
2017-03-31
1
-0
/
+1
*
radeon/uvd: adapt gfx9 surface to uvd
Leo Liu
2017-03-30
1
-2
/
+2
*
radeonsi/gfx9: fix MIP0_WIDTH & MIP0_HEIGHT for compressed texture blits
Marek Olšák
2017-03-30
2
-5
/
+4
*
gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*
Marek Olšák
2017-03-30
3
-86
/
+86
*
amd: normalize register definition formatting
Marek Olšák
2017-03-30
1
-15
/
+45
*
r600g: check NULL return from r600_aligned_buffer_create
Julien Isorce
2017-03-28
1
-0
/
+10
*
r600g: check NULL return from u_upload_alloc
Julien Isorce
2017-03-28
1
-0
/
+4
*
r600_shader.c: fix indentation
Julien Isorce
2017-03-23
1
-4
/
+4
*
Android: drop Android 4.4 (KitKat) support
Rob Herring
2017-03-22
1
-6
/
+2
*
r600_shader.c: check returned value of eg_get_interpolator_index
Julien Isorce
2017-03-21
1
-2
/
+4
*
r600g/sb: Fix memory leak by reworking uses list (rebased)
Constantine Kharlamov
2017-03-20
4
-61
/
+28
*
r600g: Fix out of bounds access
Bartosz Tomczyk
2017-03-20
2
-20
/
+22
*
r600g: update sb documentation
Constantine Kharlamov
2017-03-20
1
-3
/
+6
*
r600g: make condition clearer
Constantine Kharlamov
2017-03-20
1
-6
/
+8
*
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
2017-03-15
1
-0
/
+1
*
r600: refactor binding code for attach buffer to CB.
Dave Airlie
2017-03-15
1
-33
/
+78
*
r600: refactor out CB setup.
Dave Airlie
2017-03-15
1
-104
/
+143
*
r600: refactor texture resource words setup code.
Dave Airlie
2017-03-15
1
-88
/
+131
*
r600: factor out the code to initialise a buffer resource.
Dave Airlie
2017-03-15
1
-29
/
+51
*
r600g: make framebuffer atom rely on dual src blend state.
Dave Airlie
2017-03-15
4
-2
/
+7
*
android: r600: fix libmesa_amd_common dependency
Mauro Rossi
2017-03-08
1
-0
/
+1
*
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
2017-03-08
1
-1
/
+2
*
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
2017-03-08
1
-1
/
+3
*
build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.
Matt Turner
2017-03-07
2
-2
/
+2
*
automake: r600: radeonsi: correctly manage libamd_common.la linking
Emil Velikov
2017-02-28
1
-3
/
+3
[next]