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
*
r600: enable ARB_enhanced_layouts
Dave Airlie
2018-01-19
1
-1
/
+1
*
vc5: add missing files to the tarball
Emil Velikov
2018-01-18
1
-0
/
+5
*
r600/sb: add lds related peepholes.
Dave Airlie
2018-01-18
1
-1
/
+8
*
r600/sb: use different stacks for tracking lds and queue usage.
Dave Airlie
2018-01-18
2
-3
/
+24
*
r600/sb: schedule LDS ops in appropriate places.
Dave Airlie
2018-01-18
2
-0
/
+7
*
r600/sb: hit the scheduler with a big hammer to avoid lds splits.
Dave Airlie
2018-01-18
1
-0
/
+3
*
r600/sb: adding lds oq tracking to the scheduler
Dave Airlie
2018-01-18
2
-3
/
+15
*
r600/sb: add gcm support to avoid clause between lds read/queue read
Dave Airlie
2018-01-18
2
-2
/
+17
*
r600/sb: handle lds special dest registers.
Dave Airlie
2018-01-18
2
-2
/
+2
*
r600/sb: handle LDS operations in folding.
Dave Airlie
2018-01-18
1
-0
/
+11
*
r600/sb: add finalising for lds output queue special values.
Dave Airlie
2018-01-18
1
-0
/
+12
*
r600/sb: add initial support for parsing lds operations.
Dave Airlie
2018-01-18
1
-2
/
+50
*
r600/sb: disable if conversion for hs
Dave Airlie
2018-01-18
1
-1
/
+1
*
r600/sb: lds ops have no dst register.
Dave Airlie
2018-01-18
1
-1
/
+1
*
r600/sb: introduce special register values for lds support.
Dave Airlie
2018-01-18
3
-1
/
+33
*
r600/sb: update last_cf if alu is the last clause
Dave Airlie
2018-01-18
1
-0
/
+1
*
r600/sb: start adding GDS support
Dave Airlie
2018-01-18
13
-13
/
+123
*
r600/sb: add tess/compute initial state registers.
Dave Airlie
2018-01-18
1
-1
/
+4
*
r600/sb: fix a bug emitting ar load from a constant.
Dave Airlie
2018-01-18
1
-0
/
+3
*
r600/shader: only emit add instruction if param has a value.
Dave Airlie
2018-01-18
1
-6
/
+8
*
r600: emit 0 gds_op for tf write.
Dave Airlie
2018-01-18
1
-2
/
+3
*
r600: add support for ARB_shader_clock.
Dave Airlie
2018-01-18
3
-5
/
+29
*
gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
Marek Olšák
2018-01-17
16
-21
/
+0
*
gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
Marek Olšák
2018-01-17
16
-20
/
+0
*
gallium: remove PIPE_CAP_TWO_SIDED_STENCIL
Marek Olšák
2018-01-17
16
-20
/
+0
*
svga: add num-commands-per-draw HUD query
Brian Paul
2018-01-17
6
-0
/
+24
*
meson: add llvm dependency for swr build
George Kyriazis
2018-01-17
1
-0
/
+1
*
radeonsi: bump glsl version to 450 for nir backend
Timothy Arceri
2018-01-18
1
-6
/
+1
*
radeonsi/nir: add some missing tcs bits to the nir scan pass
Timothy Arceri
2018-01-18
1
-0
/
+14
*
ac/radeonsi: add tcs load outputs support
Timothy Arceri
2018-01-18
2
-16
/
+29
*
radeon: remove unneeded semicolons
Grazvydas Ignotas
2018-01-17
1
-3
/
+3
*
ac: import lp_create_builder() from gallivm
Samuel Pitoiset
2018-01-16
1
-4
/
+4
*
radeon/vcn: update quantiser matrices only when requested
Indrajit Das
2018-01-16
1
-6
/
+11
*
radeon/uvd: update quantiser matrices only when requested
Indrajit Das
2018-01-16
1
-6
/
+11
*
r600/shader: Initialize max_driver_temp_used correctly for the first time
Gert Wollny
2018-01-15
1
-0
/
+1
*
freedreno/ir3: "soft" depth scheduling for SFU instructions
Rob Clark
2018-01-14
1
-9
/
+21
*
freedreno/a5xx: work around SWAP vs TILE_MODE constraint
Rob Clark
2018-01-14
1
-0
/
+20
*
freedreno/a5xx: texture tiling
Rob Clark
2018-01-14
16
-25
/
+339
*
freedreno: update generated headers
Rob Clark
2018-01-14
6
-26
/
+35
*
freedreno: add screen->setup_slices() for tex layout
Rob Clark
2018-01-14
3
-19
/
+43
*
r300g: remove double assignment
Grazvydas Ignotas
2018-01-14
1
-1
/
+0
*
ac: fix build error in si_shader
Mauro Rossi
2018-01-13
1
-1
/
+1
*
radv/radeonsi/nir: lower 64bit flrp
Timothy Arceri
2018-01-13
1
-0
/
+1
*
broadcom/vc5: Fix up channel swizzling for textures on 4.x.
Eric Anholt
2018-01-12
1
-2
/
+5
*
broadcom/vc5: Port the draw-time state emission to V3D 4.1.
Eric Anholt
2018-01-12
7
-27
/
+76
*
broadcom/vc5: Rename V3D 3.x Flat Shade Action to match v4.x naming.
Eric Anholt
2018-01-12
1
-5
/
+5
*
broadcom/vc5: Update pixel center setup for V3D 4.x.
Eric Anholt
2018-01-12
1
-2
/
+12
*
broadcom/vc5: Print the buffer name in simulator overflow checks.
Eric Anholt
2018-01-12
1
-2
/
+4
*
broadcom/vc5: Update state setup for V3D 4.1.
Eric Anholt
2018-01-12
7
-14
/
+206
*
broadcom/vc5: Set up depth formats for V3D 4.x.
Eric Anholt
2018-01-12
1
-1
/
+12
[next]