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
...
*
radeonsi: fix undefined shift in macro definition
Dave Airlie
2019-06-19
1
-1
/
+1
*
nouveau: fix frees in unsupported IR error paths.
Dave Airlie
2019-06-19
4
-0
/
+6
*
panfrost: Move clearing logic into pan_job
Rohan Garg
2019-06-18
3
-48
/
+68
*
virgl: fix sync issue regarding discard/unsync transfers
Chia-I Wu
2019-06-18
1
-5
/
+15
*
panfrost: Enable sRGB
Alyssa Rosenzweig
2019-06-18
1
-4
/
+0
*
panfrost: Disable AFBC on sRGB buffers
Alyssa Rosenzweig
2019-06-18
1
-0
/
+7
*
panfrost: Enable sRGB fixed-function blending
Alyssa Rosenzweig
2019-06-18
2
-3
/
+17
*
panfrost: Specify sRGB in the render target
Alyssa Rosenzweig
2019-06-18
1
-1
/
+4
*
panfrost: Implement sRGB texturing
Alyssa Rosenzweig
2019-06-18
1
-1
/
+1
*
panfrost: Add sRGB render target flag
Alyssa Rosenzweig
2019-06-18
2
-0
/
+2
*
panfrost: Implement tiled rendering
Alyssa Rosenzweig
2019-06-18
1
-0
/
+4
*
panfrost: Decode rendering block type
Alyssa Rosenzweig
2019-06-18
3
-7
/
+37
*
panfrost: Refactor texture targets
Alyssa Rosenzweig
2019-06-18
6
-27
/
+81
*
panfrost: Figure out job requirements in pan_job.c
Rohan Garg
2019-06-18
3
-8
/
+16
*
panfrost: Reset job counters once the job is submitted
Rohan Garg
2019-06-18
2
-5
/
+4
*
panfrost: Initial implementation of panfrost_job_submit
Rohan Garg
2019-06-18
3
-5
/
+23
*
virgl_hw: add YUV support
Gurchetan Singh
2019-06-18
1
-0
/
+6
*
virgl: sync to virglrenderer virgl_hw.h
Gurchetan Singh
2019-06-18
1
-3
/
+10
*
panfrost/midgard: Enable autovectorization
Alyssa Rosenzweig
2019-06-18
1
-2
/
+1
*
panfrost: Add support for TXS instructions
Boris Brezillon
2019-06-18
3
-2
/
+60
*
panfrost: Prepare things to support non-native texture ops
Boris Brezillon
2019-06-18
1
-16
/
+19
*
panfrost: Move sysval upload logic out of panfrost_emit_for_draw()
Boris Brezillon
2019-06-18
2
-17
/
+54
*
panfrost: Make the sysval logic more generic
Boris Brezillon
2019-06-18
1
-22
/
+39
*
panfrost: Adapt to constant name change in UABI
Tomeu Vizoso
2019-06-18
1
-1
/
+1
*
panfrost: ci: Update results
Tomeu Vizoso
2019-06-18
1
-15
/
+0
*
v3d: only flush jobs accessing the query BO when reading query results
Iago Toral Quiroga
2019-06-18
1
-2
/
+2
*
v3d: add a helper function to flush jobs using a BO
Iago Toral Quiroga
2019-06-18
2
-0
/
+12
*
iris: Support more RGBX pipe formats.
Kenneth Graunke
2019-06-17
1
-2
/
+13
*
iris: Make resource_copy_region handle packed depth-stencil resources.
Kenneth Graunke
2019-06-17
1
-0
/
+10
*
iris: Order CS stall and TC invalidate for format reinterpretation hacks
Kenneth Graunke
2019-06-17
1
-3
/
+2
*
iris: Be more aggressive at post-format-reintepret TC invalidate hack
Kenneth Graunke
2019-06-17
1
-8
/
+5
*
virgl: Assume sRGB write control for older guest kernels or virglrenderer hosts
Gert Wollny
2019-06-17
1
-1
/
+2
*
freedreno/a6xx: disallow UBWC for x24s8
Rob Clark
2019-06-17
1
-4
/
+15
*
freedreno/a6xx: un-swap X24S8_UINT
Rob Clark
2019-06-17
2
-5
/
+6
*
gallium: Remove unused util_ringbuffer
Caio Marcelo de Oliveira Filho
2019-06-17
4
-193
/
+0
*
llvmpipe: Don't use u_ringbuffer for lp_scene_queue
Caio Marcelo de Oliveira Filho
2019-06-17
1
-36
/
+48
*
panfrost/midgard: Simplify 2D array logic
Alyssa Rosenzweig
2019-06-17
1
-4
/
+1
*
panfrost/midgard: Handle non-zero component in store
Alyssa Rosenzweig
2019-06-17
2
-8
/
+9
*
panfrost/midgard: Apply writemask to LUTs
Alyssa Rosenzweig
2019-06-17
2
-3
/
+8
*
amd: update addrlib
Marek Olšák
2019-06-17
1
-0
/
+24
*
radeonsi: reduce MAX_GEOMETRY_OUTPUT_VERTICES
Nicolai Hähnle
2019-06-17
1
-1
/
+4
*
panfrost: Cleanup default blend mode
Alyssa Rosenzweig
2019-06-17
1
-19
/
+8
*
panfrost: Don't accidentally include blend shader
Alyssa Rosenzweig
2019-06-17
1
-0
/
+2
*
panfrost/midgard: Use typeless moves internally
Alyssa Rosenzweig
2019-06-17
3
-39
/
+15
*
virgl: better support for PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE
Chia-I Wu
2019-06-17
4
-25
/
+92
*
virgl: add virgl_rebind_resource
Chia-I Wu
2019-06-17
4
-0
/
+148
*
virgl: save virgl_hw_res in virgl_transfer
Chia-I Wu
2019-06-17
5
-14
/
+22
*
virgl: add resource_reference to virgl_winsys
Chia-I Wu
2019-06-17
4
-32
/
+21
*
panfrost/midgard: Add rounding mode specific opcodes
Alyssa Rosenzweig
2019-06-17
3
-20
/
+49
*
panfrost: Drop draws with complete scissor
Alyssa Rosenzweig
2019-06-17
2
-4
/
+20
[prev]
[next]