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
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson,i965: Link with android deps when building for android.
Bas Nieuwenhuizen
2019-08-07
4
-9
/
+20
*
gallium/dump: add missing query-type to short-list
Erik Faye-Lund
2019-08-07
1
-0
/
+1
*
gallium/dump: add missing query-type to short-list
Erik Faye-Lund
2019-08-07
1
-0
/
+1
*
util: fix mem leak of program path
Eric Engestrom
2019-08-07
1
-7
/
+12
*
clover: Fix build after clang r367864
Jan Vesely
2019-08-06
1
-2
/
+8
*
mesa: remove super old TODOs from shaderapi.c
Timothy Arceri
2019-08-07
1
-5
/
+0
*
mesa: freedreno: Android.registers.mk: Fix up register xml.h file generation
John Stultz
2019-08-07
3
-4
/
+37
*
mesa: Add ir3/ir3_nir_imul.c generation to Android.mk
John Stultz
2019-08-07
2
-1
/
+10
*
panfrost: Take into account a index_bias for glDrawElementsBaseVertex calls
Rohan Garg
2019-08-06
3
-16
/
+31
*
radv/gfx10: Enable DCC for storage images.
Bas Nieuwenhuizen
2019-08-07
3
-4
/
+18
*
radv: Add device argument for dcc compression check.
Bas Nieuwenhuizen
2019-08-07
5
-18
/
+24
*
radv: Disable compression for compute DCC decompress store.
Bas Nieuwenhuizen
2019-08-07
3
-13
/
+41
*
radv: Add extra struct to image view creation.
Bas Nieuwenhuizen
2019-08-07
12
-22
/
+27
*
radv: Do not decompress on LAYOUT_GENERAL.
Bas Nieuwenhuizen
2019-08-07
1
-3
/
+3
*
radv: Pass through render loop detection to internal layout decisions.
Bas Nieuwenhuizen
2019-08-07
6
-46
/
+100
*
radv: Add render loop detection in renderpass.
Bas Nieuwenhuizen
2019-08-07
2
-0
/
+19
*
drirc: Add vendor workaround for Divinity: Original Sin EE
Timothy Arceri
2019-08-07
1
-0
/
+1
*
mesa/gallium: add dric option to allow overriding GL vendor string
Timothy Arceri
2019-08-07
7
-0
/
+22
*
radv: Fix config reg assert.
Bas Nieuwenhuizen
2019-08-07
1
-1
/
+1
*
tgsi_to_nir: add a few needed double opcodes
Marek Olšák
2019-08-06
1
-0
/
+6
*
tgsi_to_nir: implement a few needed 64-bit integer opcodes
Marek Olšák
2019-08-06
1
-0
/
+5
*
ttn: Prepare for 64-bit sources and destinations
Connor Abbott
2019-08-06
1
-5
/
+29
*
ttn: Use 1-bit NIR comparison opcodes
Connor Abbott
2019-08-06
1
-24
/
+19
*
nir/builder: Add nir_b2i
Connor Abbott
2019-08-06
1
-0
/
+12
*
radeonsi: enable EXT_shader_image_load_store
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+2
*
radeonsi: add support for nir atomic_inc_wrap/atomic_dec_wrap
Pierre-Eric Pelloux-Prayer
2019-08-06
2
-0
/
+27
*
radeonsi: add support for tgsi ATOMDEC_WRAP / ATOMINC_WRAP opcodes
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+23
*
ac: add ac_atomic_inc_wrap / ac_atomic_dec_wrap support
Pierre-Eric Pelloux-Prayer
2019-08-06
2
-0
/
+4
*
nir: add atomic_inc_wrap/atomic_dec_wrap image intrinsics
Pierre-Eric Pelloux-Prayer
2019-08-06
2
-1
/
+11
*
glsl: add EXT_shader_image_load_store new image functions
Pierre-Eric Pelloux-Prayer
2019-08-06
3
-0
/
+22
*
glsl: add EXT_shader_image_load_store keywords to lexer
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-36
/
+36
*
glsl: add size qualifiers from EXT_shader_image_load_store
Pierre-Eric Pelloux-Prayer
2019-08-06
2
-39
/
+93
*
glsl: handle differences between ARB/EXT versions of shader_image_load_store
Pierre-Eric Pelloux-Prayer
2019-08-06
4
-3
/
+21
*
mesa: add EXT_shader_image_load_store glBindImageTextureEXT function
Pierre-Eric Pelloux-Prayer
2019-08-06
5
-11
/
+48
*
glapi: add EXT_shader_image_load_store
Pierre-Eric Pelloux-Prayer
2019-08-06
6
-0
/
+92
*
gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate support
Pierre-Eric Pelloux-Prayer
2019-08-06
7
-0
/
+7
*
tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcode
Pierre-Eric Pelloux-Prayer
2019-08-06
7
-2
/
+44
*
radeonsi/gfx10: enable all CUs for GS if NGG is never used
Marek Olšák
2019-08-06
1
-2
/
+4
*
radeonsi/gfx10: add global use_ngg and use_ngg_streamout flags
Marek Olšák
2019-08-06
9
-32
/
+41
*
radeonsi/gfx10: remove an obsolete VGT_REUSE_OFF workaround
Marek Olšák
2019-08-06
2
-9
/
+0
*
radeonsi/gfx10: disable LATE_ALLOC_GS on Navi14
Marek Olšák
2019-08-06
1
-1
/
+8
*
radeonsi/gfx10: implement a bug workaround for GE_PC_ALLOC
Marek Olšák
2019-08-06
2
-11
/
+12
*
radeonsi/gfx10: implement a bug workaround for NGG -> legacy transitions
Marek Olšák
2019-08-06
2
-2
/
+16
*
radeonsi/gfx10: implement a GE bug workaround
Marek Olšák
2019-08-06
1
-0
/
+18
*
radeonsi/gfx10: set GE_CNTL for tessellation correctly
Marek Olšák
2019-08-06
1
-5
/
+11
*
radeonsi/gfx10: simplify NGG code in si_update_shaders
Marek Olšák
2019-08-06
1
-9
/
+3
*
radeonsi/gfx10: fix input VGPRs for legacy VS
Marek Olšák
2019-08-06
2
-8
/
+11
*
radeonsi: make sure that rasterizer state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
7
-17
/
+23
*
radeonsi: make sure that DSA state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
7
-12
/
+19
*
radeonsi: make sure that blend state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
7
-55
/
+52
[next]