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
*
llvmpipe: enable ARB_shader_storage_buffer_object
Dave Airlie
2019-07-07
2
-4
/
+5
*
llvmpipe: add support for shader buffer binding.
Dave Airlie
2019-07-07
8
-2
/
+100
*
draw: add shader buffer interfaces.
Dave Airlie
2019-07-07
4
-1
/
+57
*
gallivm: add buffer operations to the tgsi->llvm conversion.
Dave Airlie
2019-07-07
3
-4
/
+315
*
gallivm: move mask_vec function up higher so it can be reused.
Dave Airlie
2019-07-07
1
-14
/
+15
*
tgsi: denote which load/store/atomic channels are unsigned
Dave Airlie
2019-07-07
1
-0
/
+12
*
llvmpipe: add support for ssbo to the fragment shader jit.
Dave Airlie
2019-07-07
3
-2
/
+25
*
draw: add support for ssbo ptrs to jit tables.
Dave Airlie
2019-07-07
2
-3
/
+49
*
gallivm: add some basic SSBO limits. (v2)
Dave Airlie
2019-07-07
1
-0
/
+4
*
util: add util_copy_shader_buffer.
Dave Airlie
2019-07-07
1
-0
/
+16
*
gallivm: add ssbo pointers to the soa build api.
Dave Airlie
2019-07-07
5
-8
/
+20
*
gallivm: add compare exchange wrapper
Dave Airlie
2019-07-07
3
-1
/
+39
*
vertex shader: add exec masking (v2)
Dave Airlie
2019-07-07
1
-3
/
+10
*
virgl: Hide internal virgl_resource functions
Alexandros Frantzis
2019-07-06
2
-166
/
+157
*
virgl: Use virgl_resource_transfer_map for textures
Alexandros Frantzis
2019-07-06
2
-60
/
+4
*
virgl: Use virgl_resource_transfer_map for buffers
Alexandros Frantzis
2019-07-06
1
-79
/
+1
*
virgl: Introduce virgl_resource_transfer_map
Alexandros Frantzis
2019-07-06
2
-0
/
+92
*
iris: Use a uint16_t for key sizes
Jason Ekstrand
2019-07-04
1
-1
/
+1
*
ac: destroy passes in ac_destroy_llvm_compiler
Marek Olšák
2019-07-04
1
-2
/
+0
*
ac: only set ac_dlc in ac_llvm_build.c
Marek Olšák
2019-07-04
1
-6
/
+4
*
ac: replace glc,slc with cache_policy for loads
Marek Olšák
2019-07-04
3
-18
/
+15
*
ac: replace glc,slc with cache_policy for stores
Marek Olšák
2019-07-04
3
-21
/
+18
*
etnaviv: implement buffer compression
Jonathan Marek
2019-07-04
8
-49
/
+65
*
etnaviv: detect v4 compression
Jonathan Marek
2019-07-04
3
-0
/
+11
*
etnaviv: rs: don't use etna_compatible_rs_format when possible
Jonathan Marek
2019-07-04
1
-2
/
+9
*
etnaviv: combine translate_ts_sampler_format/translate_msaa_format
Jonathan Marek
2019-07-04
6
-95
/
+92
*
etnaviv: fix compression format not set correctly in TS_MEM_CONFIG
Jonathan Marek
2019-07-04
2
-3
/
+6
*
etnaviv: set correct ts_clear_value for BLT engine
Jonathan Marek
2019-07-04
1
-2
/
+4
*
etnaviv: remove initial CPU ts clear
Jonathan Marek
2019-07-04
1
-7
/
+0
*
etnaviv: implement TS_MODE for GC7000L
Jonathan Marek
2019-07-04
10
-12
/
+35
*
etnaviv: fix ts size calculation
Jonathan Marek
2019-07-04
1
-4
/
+3
*
etnaviv: update headers from rnndb
Jonathan Marek
2019-07-04
9
-99
/
+96
*
radeonsi: Fix some warnings.
Bas Nieuwenhuizen
2019-07-04
2
-2
/
+2
*
amd/common: move ac_shader_{binary,reloc} into r600 and rename
Nicolai Hähnle
2019-07-04
4
-36
/
+65
*
panfrost: Take into account off-screen FBOs
Tomeu Vizoso
2019-07-04
1
-4
/
+6
*
iris: Fix MOCS for grid surface
Kenneth Graunke
2019-07-03
1
-3
/
+4
*
iris: Minor tidying
Kenneth Graunke
2019-07-03
8
-62
/
+5
*
gallium/u_blitter: add return to fix the build
Marek Olšák
2019-07-03
1
-0
/
+1
*
radeonsi/gfx10: fix legacy GS
Marek Olšák
2019-07-03
1
-1
/
+4
*
radeonsi/gfx10: disable clear state
Nicolai Hähnle
2019-07-03
2
-8
/
+5
*
radeonsi/gfx10: disable DPBB
Nicolai Hähnle
2019-07-03
1
-0
/
+5
*
radeonsi/gfx10: disable SDMA
Nicolai Hähnle
2019-07-03
1
-0
/
+2
*
radeonsi: determine the rasterization primitive type accurately (v2)
Marek Olšák
2019-07-03
4
-8
/
+38
*
radeonsi/gfx10: consolidate & improve input_prim determination for NGG
Marek Olšák
2019-07-03
3
-8
/
+21
*
ac: rework ac_build_waitcnt for gfx10
Marek Olšák
2019-07-03
2
-9
/
+8
*
radeonsi/gfx10: implement si_shader_vs
Marek Olšák
2019-07-03
3
-20
/
+30
*
radeonsi/gfx10: unpack GS invocation ID
Marek Olšák
2019-07-03
1
-4
/
+11
*
radeonsi/gfx10: jump over the shader query atomic if the queries are disabled
Marek Olšák
2019-07-03
3
-0
/
+12
*
radeonsi/gfx10: cosmetic changes
Marek Olšák
2019-07-03
5
-24
/
+26
*
radeonsi/gfx10: set cache control registers
Marek Olšák
2019-07-03
1
-0
/
+19
[next]