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
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add opcodes/cap for fine derivative support
Ilia Mirkin
2014-08-14
1
-0
/
+1
*
radeonsi: implement BPTC texture support
Grigori Goronzy
2014-08-14
1
-0
/
+20
*
radeonsi: fix buffer invalidation of unbound texture buffer objects
Marek Olšák
2014-08-14
3
-7
/
+17
*
radeonsi/compute: Stop leaking the input buffer
Tom Stellard
2014-08-13
1
-7
/
+14
*
radeonsi/compute: Whitespace fixes
Tom Stellard
2014-08-13
1
-2
/
+1
*
radeonsi/compute: Call si_pm4_free_state() after emitting compute state
Tom Stellard
2014-08-13
1
-1
/
+1
*
radeonsi/compute: Update reference counts for buffers in si_set_global_binding()
Tom Stellard
2014-08-13
1
-2
/
+2
*
radeon/compute: Report a value for PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZE
Tom Stellard
2014-08-13
1
-0
/
+7
*
android: gallium/radeon: attempt to fix the android build
Paulo Sergio Travaglia
2014-08-13
1
-1
/
+1
*
radeon/uvd: fix gpu_address for video surfaces
Christian König
2014-08-12
1
-0
/
+2
*
gallium: remove PIPE_SHADER_CAP_MAX_ADDRS
Marek Olšák
2014-08-11
1
-3
/
+0
*
radeonsi: simplify constant buffer upload for big endian
Marek Olšák
2014-08-10
1
-18
/
+4
*
radeonsi: fix CMASK and HTILE allocation on Tahiti
Marek Olšák
2014-08-09
1
-1
/
+54
*
radeonsi: use gpu_address from r600_resource
Marek Olšák
2014-08-09
6
-56
/
+41
*
radeonsi: always prefer SWITCH_ON_EOP(0) on CIK
Marek Olšák
2014-08-09
1
-9
/
+24
*
radeonsi: fix a hang with instancing in Unigine Heaven/Valley on Hawaii
Marek Olšák
2014-08-09
1
-5
/
+2
*
gallium/radeon: Add some Emacs .dir-locals.el files
Michel Dänzer
2014-07-29
1
-0
/
+11
*
r600g,radeonsi: switch all occurences of array_size to util_max_layer
Marek Olšák
2014-07-28
1
-1
/
+1
*
radeonsi: fix a hang with streamout on Hawaii
Marek Olšák
2014-07-28
1
-1
/
+13
*
radeonsi: fix a hang with instancing on Hawaii
Marek Olšák
2014-07-28
1
-1
/
+15
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
1
-2
/
+2
*
radeonsi: Use util_memcpy_cpu_to_le32()
Tom Stellard
2014-07-28
2
-19
/
+8
*
r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTT
Michel Dänzer
2014-07-23
1
-1
/
+1
*
radeonsi/compute: Add support scratch buffer support v2
Tom Stellard
2014-07-21
3
-2
/
+85
*
radeonsi/compute: Bump number of user sgprs for LLVM 3.5
Tom Stellard
2014-07-21
1
-1
/
+6
*
radeonsi/compute: Share COMPUTE_DBG macro with r600g
Tom Stellard
2014-07-21
1
-0
/
+5
*
radeonsi: Read rodata from ELF and append it to the end of shaders
Tom Stellard
2014-07-21
1
-1
/
+12
*
radeonsi: only update vertex buffers when they need updating
Marek Olšák
2014-07-18
3
-2
/
+22
*
radeonsi: remove nr_vertex_buffers
Marek Olšák
2014-07-18
3
-6
/
+23
*
radeonsi: move vertex buffer descriptors from IB to memory
Marek Olšák
2014-07-18
7
-106
/
+133
*
radeonsi: add support for fine-grained sampler view updates
Marek Olšák
2014-07-18
3
-30
/
+21
*
radeonsi: move si_set_sampler_views to si_descriptors.c
Marek Olšák
2014-07-18
3
-73
/
+68
*
radeonsi: move sampler descriptors from IB to memory
Marek Olšák
2014-07-18
5
-82
/
+82
*
radeonsi: implement ARB_draw_indirect
Marek Olšák
2014-07-18
5
-17
/
+128
*
radeonsi: don't add info->start to the index buffer offset
Marek Olšák
2014-07-18
1
-11
/
+25
*
radeonsi: use an SGPR instead of VGT_INDX_OFFSET
Marek Olšák
2014-07-18
4
-14
/
+23
*
radeonsi: assume LLVM 3.4.2 is always present
Marek Olšák
2014-07-18
5
-49
/
+7
*
radeonsi: partially revert "switch descriptors to i32 vectors"
Marek Olšák
2014-07-14
1
-0
/
+12
*
radeonsi: rename definitions of shader limits
Marek Olšák
2014-07-11
7
-44
/
+57
*
radeonsi: switch descriptors to i32 vectors
Marek Olšák
2014-07-11
1
-13
/
+16
*
radeonsi: properly implement texture opcodes that take an offset
Marek Olšák
2014-07-11
1
-84
/
+104
*
radeonsi: fix texture fetches with derivatives for 1DArray and 3D textures
Marek Olšák
2014-07-11
1
-4
/
+30
*
radeonsi: fix samplerCubeShadow with bias
Marek Olšák
2014-07-11
1
-6
/
+6
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
1
-3
/
+3
*
radeonsi: fix order of r600_need_dma_space and r600_context_bo_reloc
Christian König
2014-07-09
1
-1
/
+2
*
radeonsi: mark MSAA config state as dirty at the beginning of CS
Marek Olšák
2014-07-08
1
-0
/
+1
*
gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT
Ilia Mirkin
2014-07-03
1
-1
/
+1
*
Revert "radeonsi: Use dma_copy when possible for si_blit."
Michel Dänzer
2014-07-03
1
-19
/
+0
*
gallium: Add PIPE_SHADER_CAP_DOUBLES
Tom Stellard
2014-07-02
1
-0
/
+5
*
gallium: add a cap for max vertex streams
Ilia Mirkin
2014-07-01
1
-0
/
+2
[next]