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
Commit message (
Expand
)
Author
Age
Files
Lines
*
etnaviv: pass a preallocated variant to compiler
Christian Gmeiner
2017-04-05
4
-38
/
+62
*
etnaviv: make specs const
Christian Gmeiner
2017-04-05
1
-1
/
+1
*
etnaviv: add struct etna_shader_state
Christian Gmeiner
2017-04-05
5
-23
/
+24
*
etnaviv: add basic shader variant support
Christian Gmeiner
2017-04-05
3
-4
/
+60
*
etnaviv: s/etna_shader/etna_shader_variant
Christian Gmeiner
2017-04-05
7
-34
/
+34
*
etnaviv: remove not needed forward declarations
Christian Gmeiner
2017-04-05
1
-2
/
+0
*
radeonsi: enable ARB_shader_ballot
Nicolai Hähnle
2017-04-05
1
-1
/
+3
*
radeonsi: optimization barriers to work around LLVM deficiencies
Nicolai Hähnle
2017-04-05
1
-4
/
+12
*
radeonsi: strengthen emit_optimization_barrier
Nicolai Hähnle
2017-04-05
2
-4
/
+38
*
radeonsi: emit TGSI_OPCODE_READ_*
Nicolai Hähnle
2017-04-05
1
-0
/
+38
*
radeonsi: emit TGSI_OPCODE_BALLOT
Nicolai Hähnle
2017-04-05
1
-0
/
+18
*
radeonsi: implement TGSI_SEMANTIC_SUBGROUP_*
Nicolai Hähnle
2017-04-05
1
-0
/
+40
*
radeonsi: support 64-bit system values
Nicolai Hähnle
2017-04-05
1
-4
/
+20
*
radeonsi: bump RADEON_LLVM_MAX_SYSTEM_VALUES
Nicolai Hähnle
2017-04-05
2
-1
/
+3
*
gallium: add PIPE_CAP_TGSI_BALLOT
Nicolai Hähnle
2017-04-05
15
-0
/
+15
*
swr: automake: add gen_common.py to the tarball
Emil Velikov
2017-04-05
1
-0
/
+1
*
radeonsi: enable ARB_sparse_buffer
Nicolai Hähnle
2017-04-05
1
-1
/
+10
*
radeonsi: disable SDMA clears and copies for sparse buffers
Nicolai Hähnle
2017-04-05
3
-4
/
+11
*
gallium/radeon: implement pipe->resource_commit
Nicolai Hähnle
2017-04-05
1
-0
/
+35
*
gallium/radeon: transfers and invalidation for sparse buffers
Nicolai Hähnle
2017-04-05
1
-10
/
+24
*
gallium/radeon: implement sparse buffer creation
Nicolai Hähnle
2017-04-05
1
-0
/
+2
*
radeon/winsys: add sparse buffer interface
Nicolai Hähnle
2017-04-05
1
-0
/
+17
*
trace: add resource_commit pass-through
Nicolai Hähnle
2017-04-05
1
-0
/
+20
*
ddebug: add resource_commit pass-through
Nicolai Hähnle
2017-04-05
1
-0
/
+11
*
gallium: add sparse buffer interface and capability
Nicolai Hähnle
2017-04-05
15
-0
/
+15
*
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
3
-7
/
+8
*
r600g: remove duplicate memset by using a pointer, and constify args
Constantine Kharlamov
2017-04-04
1
-22
/
+19
*
radeonsi: access gallivm through ctx in most places
Marek Olšák
2017-04-04
3
-87
/
+79
*
radeonsi: use ctx->types instead of bld->types etc.
Marek Olšák
2017-04-04
2
-23
/
+21
*
radeonsi: use i32_0/1 instead of *int_bld.zero/one in most places
Marek Olšák
2017-04-04
2
-55
/
+47
*
gallium: decrease the size of pipe_resource - 64 -> 48 bytes
Marek Olšák
2017-04-04
1
-1
/
+1
*
gallium: decrease the size of pipe_stream_output_info - 532 -> 268 bytes
Marek Olšák
2017-04-04
2
-2
/
+2
*
radeonsi: use i32_0 and i32_1 more
Marek Olšák
2017-04-04
1
-16
/
+16
*
radeonsi: remove most uses of lp_build_const*
Marek Olšák
2017-04-04
3
-151
/
+145
*
radeonsi: clean up 'radeon_bld' references
Marek Olšák
2017-04-04
1
-60
/
+48
*
radeonsi: fix broken texture filtering on SI-CIK since GFX9 changes
Marek Olšák
2017-04-04
1
-15
/
+17
*
svga: add comment on svga_buffer_hw_storage_map()
Brian Paul
2017-04-03
1
-0
/
+1
*
radeonsi: use unreachable to fix a warning
Grazvydas Ignotas
2017-04-03
1
-2
/
+2
*
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
*
nv30: fp/rast may be null when validating fb/scissor due to clear
Ilia Mirkin
2017-04-02
1
-5
/
+6
*
nvc0: fragprog may not be set when e.g. clearing
Ilia Mirkin
2017-04-02
1
-2
/
+3
*
nv50: don't assume a rast is set when validating for clears
Ilia Mirkin
2017-04-02
2
-3
/
+7
*
radeonsi: add load_image_desc()
Samuel Pitoiset
2017-04-01
1
-21
/
+24
*
radeonsi: rework the load_sampler_desc() helpers
Samuel Pitoiset
2017-04-01
1
-16
/
+10
*
nv50/ir: also do PostRaLoadPropagation for FMA
Karol Herbst
2017-03-31
2
-1
/
+2
*
gm107/ir: add LIMM form of mad
Karol Herbst
2017-03-31
2
-11
/
+26
[next]