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: add nir tests to the compiler/nir test suite
Eric Engestrom
2019-08-14
1
-2
/
+5
*
etnaviv: fix weird indentation
Christian Gmeiner
2019-08-14
1
-7
/
+3
*
nir/algebraic: Reassociate shift-by-constant of shift-by-constant
Ian Romanick
2019-08-14
1
-1
/
+25
*
nir/algebraic: Reassociate add-and-shift to be shift-and-add
Ian Romanick
2019-08-14
1
-0
/
+5
*
nir/find_array_copies: Reject copies with mismatched lengths
Andrii Simiklit
2019-08-14
1
-4
/
+8
*
pan/midgard: Prefix blobber-db output for grepping
Alyssa Rosenzweig
2019-08-14
4
-6
/
+14
*
pan/midgard: Implement blobber-db
Alyssa Rosenzweig
2019-08-14
4
-8
/
+47
*
pan/midgard: Break, not return, in disassembler
Alyssa Rosenzweig
2019-08-14
1
-4
/
+4
*
nir/range-analysis: Fail gracefully on non-SSA sources
Ian Romanick
2019-08-14
1
-0
/
+3
*
etnaviv: split destroy_shader
Christian Gmeiner
2019-08-14
2
-4
/
+5
*
etnaviv: split link_shader
Christian Gmeiner
2019-08-14
2
-4
/
+7
*
etnaviv: split dump_shader
Christian Gmeiner
2019-08-14
3
-35
/
+71
*
etnaviv: mv etnaviv_compiler.c etnaviv_compiler_tgsi.c
Christian Gmeiner
2019-08-14
3
-2
/
+2
*
etnaviv: correct PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZE handling
Christian Gmeiner
2019-08-14
1
-1
/
+3
*
etnaviv: update logic to determine uniform limits
Christian Gmeiner
2019-08-14
1
-4
/
+26
*
etnaviv: put uniform limit determination into own function
Christian Gmeiner
2019-08-14
1
-8
/
+14
*
etnaviv: Use reentrant screen lock around flush
Marek Vasut
2019-08-14
1
-0
/
+5
*
etnaviv: Add valgrind support
Marek Vasut
2019-08-14
3
-1
/
+64
*
etnaviv: Use hash table to track BO indexes
Marek Vasut
2019-08-14
3
-15
/
+26
*
etnaviv: Fix double-free in etna_bo_cache_free()
Marek Vasut
2019-08-14
1
-5
/
+3
*
kmsro: Add missing definitions to Android.mk
Roman Stratiienko
2019-08-14
1
-0
/
+2
*
softpipe: Add support for ARB_derivative_control
Gert Wollny
2019-08-14
2
-1
/
+30
*
lima/ppir: print srcs and dests in ppir_node_print_prog()
Vasily Khoruzhick
2019-08-13
1
-2
/
+56
*
lima/ppir: use src accessors in ppir regalloc
Vasily Khoruzhick
2019-08-13
2
-102
/
+17
*
lima/ppir: add ppir_node to ppir_src
Vasily Khoruzhick
2019-08-13
5
-10
/
+16
*
lima/ppir: introduce accessors for ppir_node sources
Vasily Khoruzhick
2019-08-13
1
-0
/
+41
*
iris: Expose aux buffer as 2nd plane w/modifiers
Jordan Justen
2019-08-13
1
-10
/
+23
*
iris: Export and import surfaces with modifiers that have aux data
Jordan Justen
2019-08-13
4
-25
/
+118
*
iris: Do proper format checks for Y+CCS modifier support
Kenneth Graunke
2019-08-13
1
-6
/
+20
*
iris: Create single bo for surfaces with modifiers and aux data
Jordan Justen
2019-08-13
1
-3
/
+40
*
iris: Split iris_resource_alloc_aux to enable aux modifiers
Jordan Justen
2019-08-13
1
-40
/
+85
*
iris: Add aux offset into hiz_address
Jordan Justen
2019-08-13
1
-1
/
+1
*
tgsi_to_nir: add assertions for max varying slots
Marek Olšák
2019-08-13
1
-0
/
+2
*
tgsi_to_nir: expand vec3 system values to vec4
Marek Olšák
2019-08-13
1
-0
/
+3
*
tgsi_to_nir: fix incorrect number of image src1 components
Marek Olšák
2019-08-13
1
-4
/
+1
*
i965/gen11: fix genX_bits.h include path
Mauro Rossi
2019-08-13
1
-1
/
+1
*
panfrost: Workaround bug in partial update implementation
Alyssa Rosenzweig
2019-08-13
1
-4
/
+9
*
surfaceless: Fix swrast-path segfault when loader doesn't know driver name.
Eric Anholt
2019-08-13
1
-2
/
+3
*
surfaceless: Fix swrast path.
Eric Anholt
2019-08-13
4
-33
/
+26
*
panfrost: Implement transform feedback
Alyssa Rosenzweig
2019-08-13
1
-37
/
+217
*
panfrost: Increment offsets[] per draw
Alyssa Rosenzweig
2019-08-13
2
-0
/
+11
*
panfrost: Fixup stream out information per variant
Alyssa Rosenzweig
2019-08-13
2
-0
/
+9
*
panfrost: Route outputs_written through the compiler
Alyssa Rosenzweig
2019-08-13
4
-4
/
+12
*
panfrost: Import stream out utility from iris
Alyssa Rosenzweig
2019-08-13
1
-0
/
+40
*
panfrost: Flush when using transform feedback
Alyssa Rosenzweig
2019-08-13
1
-0
/
+1
*
panfrost: Set PIPE_CAP_TGSI_TEXCOORD
Alyssa Rosenzweig
2019-08-13
2
-1
/
+6
*
panfrost: Wire up statistics for primitives
Alyssa Rosenzweig
2019-08-13
1
-0
/
+26
*
panfrost: Implement callbacks for PRIMITIVES queries
Alyssa Rosenzweig
2019-08-13
2
-15
/
+52
*
freedreno/a6xx: move SSBO/image consts to IBO stateobj
Rob Clark
2019-08-13
1
-13
/
+10
*
freedreno/a6xx: move VS driverparams to it's own stateobj
Rob Clark
2019-08-13
2
-5
/
+15
[next]