index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
lima: fix compilation of standalone compiler
Vasily Khoruzhick
2019-08-15
1
-2
/
+2
*
panfrost: Add R10G10B10A2_SSCALED vertex format
Alyssa Rosenzweig
2019-08-14
1
-0
/
+4
*
panfrost: Extend blending to MRT
Alyssa Rosenzweig
2019-08-14
3
-44
/
+58
*
pan/mfbd: Stuff in RT count
Alyssa Rosenzweig
2019-08-14
1
-8
/
+10
*
panfrost: Note "MFBD preload disable" bit
Alyssa Rosenzweig
2019-08-14
1
-2
/
+2
*
panfrost: Ensure we upload at least 1 blend RT
Alyssa Rosenzweig
2019-08-14
1
-1
/
+1
*
panfrost: Zero tripipe on initialize
Alyssa Rosenzweig
2019-08-14
1
-1
/
+1
*
panfrost: Remove panfrost_add_dependency asserts
Alyssa Rosenzweig
2019-08-14
1
-4
/
+0
*
radeonsi: add support for Renoir
Marek Olšák
2019-08-14
2
-1
/
+4
*
etnaviv: fix weird indentation
Christian Gmeiner
2019-08-14
1
-7
/
+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
*
softpipe: Add support for ARB_derivative_control
Gert Wollny
2019-08-14
1
-1
/
+1
*
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
*
panfrost: Workaround bug in partial update implementation
Alyssa Rosenzweig
2019-08-13
1
-4
/
+9
*
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
*
freedreno/ir3+a6xx: same VBO state for draw/binning
Rob Clark
2019-08-13
3
-5
/
+9
*
freedreno/a6xx: add fd_emit_take_group()
Rob Clark
2019-08-13
2
-19
/
+17
*
freedreno/ir3: track # of driver params
Rob Clark
2019-08-13
1
-1
/
+3
*
freedreno/a6xx: move immediates to program stateobj
Rob Clark
2019-08-13
2
-6
/
+9
*
freedreno/a6xx: stop using ir3_emit_{vs,fs}_consts()
Rob Clark
2019-08-13
3
-17
/
+53
*
freedreno/ir3: push ctx further up call chain
Rob Clark
2019-08-13
1
-21
/
+22
*
freedreno/ir3: move ring_wfi() further up call chain
Rob Clark
2019-08-13
1
-10
/
+8
*
freedreno/all: move more emit helpers to screen
Rob Clark
2019-08-13
9
-24
/
+21
*
freedreno/a3xx-a6xx+ir3: move emit_const* to screen
Rob Clark
2019-08-13
7
-19
/
+24
[next]