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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi: add GDS support to CP DMA
Marek Olšák
2018-10-16
3
-21
/
+89
*
radeonsi: rename si_gfx_* functions to si_cp_*
Marek Olšák
2018-10-16
5
-59
/
+59
*
radeonsi: make si_gfx_write_event_eop more configurable
Marek Olšák
2018-10-16
5
-15
/
+29
*
intel/nir, freedreno/ir3: Use the separated dead write vars pass
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+1
*
v3d: Add support for hardware pack/unpack of half floats.
Eric Anholt
2018-10-15
1
-0
/
+1
*
gallium/ttn: Convert inputs and outputs to derefs of variables.
Eric Anholt
2018-10-15
3
-9
/
+10
*
freedreno/a6xx: Enable blitter
Kristian H. Kristensen
2018-10-15
5
-0
/
+623
*
freedreno/a6xx: Update headers
Kristian H. Kristensen
2018-10-15
1
-16
/
+30
*
freedreno/a6xx: Remove unnecessary GRAS_2D_BLIT_INFO write
Kristian H. Kristensen
2018-10-15
1
-2
/
+0
*
gallium/u_transfer_helper: Add support for separate Z24/S8 as well.
Kenneth Graunke
2018-10-14
3
-3
/
+5
*
r600/sb: Fix constant-logical-operand warning.
Vinson Lee
2018-10-12
1
-1
/
+1
*
svga: change svga_destroy_shader_variant() to return void
Brian Paul
2018-10-09
5
-23
/
+6
*
nvc0: fix blitting red to srgb8_alpha
Ilia Mirkin
2018-10-09
1
-0
/
+4
*
nv50,nvc0: guard against zero-size blits
Ilia Mirkin
2018-10-09
2
-0
/
+14
*
nv50,nvc0: mark RGBX_UINT formats as renderable
Ilia Mirkin
2018-10-09
1
-4
/
+4
*
freedreno/a5xx+a6xx: fix LRZ pitch alignment
Rob Clark
2018-10-08
1
-1
/
+1
*
freedreno/a6xx: add LRZ support
Rob Clark
2018-10-08
8
-132
/
+104
*
freedreno: update generated headers
Rob Clark
2018-10-08
7
-38
/
+120
*
freedreno/a6xx: add helper for various CP_EVENT_WRITE
Rob Clark
2018-10-08
5
-38
/
+30
*
freedreno/a6xx: remove unused fxns
Rob Clark
2018-10-08
2
-19
/
+0
*
freedreno/a6xx: remove fd6_shader_stateobj
Rob Clark
2018-10-08
3
-23
/
+10
*
util/u_queue: add UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY
Marek Olšák
2018-10-06
1
-1
/
+3
*
radeonsi: fix a typo at CS_PARTIAL_FLUSH
Marek Olšák
2018-10-06
1
-1
/
+1
*
ac: add ac_build_round
Marek Olšák
2018-10-06
1
-3
/
+1
*
ac: correct PKT3_COPY_DATA definitions
Marek Olšák
2018-10-06
4
-6
/
+6
*
ac: define all address spaces properly
Marek Olšák
2018-10-06
1
-3
/
+3
*
radeonsi:optimizing SET_CONTEXT_REG for shaders vgt_vertex_reuse
Sonny Jiang
2018-10-05
4
-2
/
+18
*
radeonsi:optimizing SET_CONTEXT_REG for shaders Tessellation
Sonny Jiang
2018-10-05
4
-5
/
+26
*
radeonsi:optimizing SET_CONTEXT_REG for shaders PS
Sonny Jiang
2018-10-05
3
-14
/
+60
*
radeonsi:optimizing SET_CONTEXT_REG for shaders VS
Sonny Jiang
2018-10-05
3
-33
/
+77
*
radeonsi:optimizing SET_CONTEXT_REG for shaders GS
Sonny Jiang
2018-10-05
4
-24
/
+154
*
radeonsi: optimize and allow reg > 31 in radeon_opt_set_context_reg functions
Marek Olšák
2018-10-05
1
-22
/
+12
*
radeonsi: optimizing SET_CONTEXT_REG for shaders ES
Sonny Jiang
2018-10-05
5
-10
/
+37
*
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
*
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
*
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
[prev]
[next]