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
*
virgl: Negotiate version with vtest server
Tomeu Vizoso
2018-10-04
3
-0
/
+64
*
etnaviv: Use write combine instead of unached mappings for shader bo
Guido Günther
2018-10-04
1
-1
/
+1
*
freedreno: add the a6xx sources to the Android build
Emil Velikov
2018-10-03
1
-0
/
+1
*
pipe-loader: add a dup() in pipe_loader_sw_probe_kms
Emil Velikov
2018-10-03
2
-2
/
+12
*
pipe-loader: move dup(fd) within pipe_loader_drm_probe_fd
Emil Velikov
2018-10-03
8
-44
/
+37
*
st/nine: do not double-close the fd on teardown
Emil Velikov
2018-10-03
1
-1
/
+1
*
vl/dri3: do full teardown on screen_destroy
Emil Velikov
2018-10-03
1
-1
/
+0
*
st/dri: make swrast_no_present member of dri_screen
Emil Velikov
2018-10-03
2
-4
/
+5
*
st/dri: inline dri2_buffer.h within dri2.c
Emil Velikov
2018-10-03
4
-26
/
+16
*
st/xa: remove unused xa_screen::d[s]_depth_bits_last
Emil Velikov
2018-10-03
1
-2
/
+0
*
r600: use build-id when available for disk cache
Timothy Arceri
2018-10-03
1
-7
/
+7
*
nouveau: use build-id when available for disk cache
Timothy Arceri
2018-10-03
1
-7
/
+7
*
radeonsi: use build-id when available for disk cache
Timothy Arceri
2018-10-03
1
-12
/
+9
*
radeonsi: avoid sending GS_EMIT in shaders without outputs
Józef Kucia
2018-10-02
1
-3
/
+6
*
radeonsi: initialize ac_gpu_info::name when using SI_FORCE_FAMILY
Marek Olšák
2018-10-02
1
-0
/
+1
*
radeonsi: don't set the VS prolog key for the blit VS
Marek Olšák
2018-10-02
1
-1
/
+2
*
freedreno/a6xx: hwbinning
Rob Clark
2018-10-02
8
-105
/
+159
*
freedreno: update generated headers
Rob Clark
2018-10-02
7
-41
/
+52
*
radeonsi: add a workaround for bitfield_extract when count is 0
Timothy Arceri
2018-10-02
1
-11
/
+30
*
gallium/util: Clarify comment in util_init_thread_pinning
Michel Dänzer
2018-09-28
1
-1
/
+4
*
freedreno/a6xx: Build up draw dword0 outside visibilty if statement
Kristian H. Kristensen
2018-09-27
1
-17
/
+18
*
freedreno/a6xx: Simplify draw_emit() branches a bit
Kristian H. Kristensen
2018-09-27
1
-16
/
+8
*
freedreno/a6xx: Copy OUT_RING() part into each branch of the index if
Kristian H. Kristensen
2018-09-27
1
-17
/
+29
*
freedreno/a6xx: Split fd6_draw_emit into direct and indirect paths
Kristian H. Kristensen
2018-09-27
1
-36
/
+46
*
freedreno/a6xx: Inline fd6_draw()
Kristian H. Kristensen
2018-09-27
1
-31
/
+17
*
freedreno/a6xx: Move emit_marker and wfi to draw_impl()
Kristian H. Kristensen
2018-09-27
1
-17
/
+12
*
freedreno/a6xx: Move inline functions out of fd6_draw.h
Kristian H. Kristensen
2018-09-27
3
-108
/
+110
*
freedreno: fix a typo in launch_grid
Hyunjun Ko
2018-09-27
1
-1
/
+1
*
freedreno/ir3: fix the param order of cmpxchg
Hyunjun Ko
2018-09-27
1
-2
/
+2
*
freedreno/a6xx: fix shaders w/ >= 24 regs
Rob Clark
2018-09-27
1
-1
/
+1
*
freedreno/a6xx: fix gl_FragCoord.w
Rob Clark
2018-09-27
1
-2
/
+6
*
freedreno: handle invalidated buffers harder
Rob Clark
2018-09-27
8
-7
/
+39
*
freedreno/a6xx: fix constlen
Rob Clark
2018-09-27
1
-7
/
+6
*
freedreno: fix inorder rendering case
Rob Clark
2018-09-27
1
-6
/
+7
*
freedreno/a6xx: backface stencil state
Rob Clark
2018-09-27
2
-2
/
+4
*
freedreno/a6xx: fix gpu crash with separate-stencil
Rob Clark
2018-09-27
1
-1
/
+1
*
freedreno/a6xx: fix MRT config
Rob Clark
2018-09-27
1
-7
/
+7
*
freedreno: fix potential hang when destroying batch
Rob Clark
2018-09-27
1
-1
/
+1
*
freedreno: fix corrupted fb state
Rob Clark
2018-09-27
2
-2
/
+5
*
freedreno: simplify pctx->clear()
Rob Clark
2018-09-27
6
-74
/
+11
*
freedreno: fix FD_MESA_DEBUG=flush
Rob Clark
2018-09-27
2
-2
/
+8
*
freedreno: fix scissor state emit
Rob Clark
2018-09-27
4
-4
/
+8
*
freedreno: update generated headers
Rob Clark
2018-09-27
8
-340
/
+1089
*
radeonsi: NaN should pass kill_if
Axel Davy
2018-09-25
1
-1
/
+2
*
st/nine: Do not mark both ff vs and ps updated
Axel Davy
2018-09-25
1
-2
/
+4
*
st/nine: Split NINE_STATE_FF_OTHER
Axel Davy
2018-09-25
5
-23
/
+23
*
st/nine: Add dummy ff shader state
Axel Davy
2018-09-25
2
-8
/
+12
*
st/nine: Mark pointsize states as ff states
Axel Davy
2018-09-25
1
-3
/
+3
*
st/nine: Minor refactor of a few NINE_STATE_* flags
Axel Davy
2018-09-25
3
-17
/
+14
*
st/nine: Increase maximum number of temp registers
Axel Davy
2018-09-25
1
-1
/
+1
[next]