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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Add PIPE_CAP_COMPUTE_IMAGES_SUPPORTED
Tom Stellard
2014-07-25
3
-1
/
+11
*
r600g/compute: Allow compute_memory_defrag to defragment between resources
Bruno Jiménez
2014-07-25
2
-5
/
+7
*
r600g/compute: Allow compute_memory_move_item to move items between resources
Bruno Jiménez
2014-07-25
2
-16
/
+16
*
winsys/radeon: fix indentation
Jerome Glisse
2014-07-24
1
-29
/
+29
*
nvc0/ir: support 2d constbuf indexing
Ilia Mirkin
2014-07-24
1
-0
/
+14
*
gm107/ir: emit LDC subops
Ilia Mirkin
2014-07-24
1
-0
/
+1
*
gk110/ir: emit load constant subop
Ilia Mirkin
2014-07-24
1
-0
/
+1
*
nv50/ir: fix phi/union sources when their def has been merged
Ilia Mirkin
2014-07-24
1
-0
/
+8
*
nv50/ir: fix hard-coded TYPE_U32 sized register
Ilia Mirkin
2014-07-24
1
-3
/
+4
*
nvc0: mark shader header if fp64 is used
Ilia Mirkin
2014-07-24
1
-0
/
+2
*
nv50/ir: keep track of whether the program uses fp64
Ilia Mirkin
2014-07-24
2
-2
/
+7
*
nvc0: make sure that the local memory allocation is aligned to 0x10
Ilia Mirkin
2014-07-24
1
-1
/
+1
*
ilo: check the tilings of imported handles
Chia-I Wu
2014-07-24
1
-30
/
+36
*
ilo: clean up resource bo renaming
Chia-I Wu
2014-07-24
4
-51
/
+63
*
ilo: share some code between {tex,buf}_create_bo
Chia-I Wu
2014-07-24
1
-59
/
+55
*
ilo: use native 3-component vertex formats on GEN7.5+
Chia-I Wu
2014-07-24
2
-1
/
+6
*
ilo: allow for device-dependent format translation
Chia-I Wu
2014-07-24
5
-32
/
+39
*
freedreno/a3xx/compiler: fix p0 (kill, etc)
Rob Clark
2014-07-23
1
-1
/
+2
*
Revert "r600g/compute: Fix warnings"
Tom Stellard
2014-07-23
2
-16
/
+12
*
radeon/llvm: fix formatting
Grigori Goronzy
2014-07-23
1
-10
/
+14
*
radeon/llvm: enable unsafe math for graphics shaders
Grigori Goronzy
2014-07-23
1
-0
/
+5
*
r600g/compute: Fix warnings
Tom Stellard
2014-07-23
2
-12
/
+16
*
r600g: Use hardware sqrt instruction
Glenn Kennard
2014-07-23
2
-7
/
+4
*
r600g/compute: Remove unneeded code from compute_memory_promote_item
Bruno Jiménez
2014-07-23
2
-36
/
+12
*
r600g/compute: Quick exit if there's nothing to add to the pool
Bruno Jiménez
2014-07-23
1
-0
/
+4
*
r600g/compute: Defrag the pool if it's necesary
Bruno Jiménez
2014-07-23
2
-17
/
+19
*
r600g/compute: Add a function for defragmenting the pool
Bruno Jiménez
2014-07-23
2
-0
/
+28
*
r600g/compute: Add a function for moving items in the pool
Bruno Jiménez
2014-07-23
2
-0
/
+93
*
freedreno/a3xx: more vtx formats
Rob Clark
2014-07-23
1
-0
/
+17
*
freedreno/a3xx/compiler: const file relative addressing
Rob Clark
2014-07-23
8
-68
/
+203
*
freedreno/a3xx/compiler: move function
Rob Clark
2014-07-23
1
-35
/
+35
*
freedreno/a3xx: add back a few stalls
Rob Clark
2014-07-23
1
-0
/
+8
*
targets/dri: fix freedreno targets
Rob Clark
2014-07-23
2
-3
/
+11
*
freedreno: update generated headers
Rob Clark
2014-07-23
4
-14
/
+14
*
r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTT
Michel Dänzer
2014-07-23
17
-26
/
+77
*
winsys/radeon: Use separate caching buffer managers for VRAM and GTT
Michel Dänzer
2014-07-23
3
-9
/
+20
*
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
*
winsys/radeon: Query the kernel for the number of SEs and SHs per SE
Tom Stellard
2014-07-21
2
-0
/
+8
*
radeonsi/compute: Share COMPUTE_DBG macro with r600g
Tom Stellard
2014-07-21
3
-13
/
+10
*
radeonsi: Read rodata from ELF and append it to the end of shaders
Tom Stellard
2014-07-21
3
-1
/
+22
*
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
[next]