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
*
nvc0: enable bindless on kepler
Ilia Mirkin
2018-01-07
1
-3
/
+3
*
nvc0: add bindless image support for kepler
Ilia Mirkin
2018-01-07
11
-75
/
+272
*
nvc0: add support for bindless textures on kepler+
Ilia Mirkin
2018-01-07
10
-5
/
+183
*
nv50/ir: use the image info in the instruction rather than decl
Ilia Mirkin
2018-01-07
1
-52
/
+24
*
nvc0/ir: safen up lowering logic against overwriting reused values
Ilia Mirkin
2018-01-07
1
-2
/
+4
*
nvc0: update tic in-place when buffer address changes
Ilia Mirkin
2018-01-07
2
-14
/
+21
*
nvc0: ensure that pushbuf keeps ref to old text/tls bos
Ilia Mirkin
2018-01-07
1
-0
/
+13
*
st/glsl_to_nir/radeonsi: enable tessellation shaders
Timothy Arceri
2018-01-05
1
-0
/
+2
*
gallium/tgsi: add patch support to tgsi_get_gl_varying_semantic()
Timothy Arceri
2018-01-05
1
-3
/
+8
*
radeonsi: add dummy implementation of si_nir_scan_tess_ctrl()
Timothy Arceri
2018-01-05
3
-0
/
+23
*
ac/radeonsi: add load_tess_coord() to the abi
Timothy Arceri
2018-01-05
1
-17
/
+25
*
radeonsi: make si_llvm_emit_tcs_epilogue compatible with emit_outputs abi
Timothy Arceri
2018-01-05
1
-3
/
+7
*
radeonsi/nir: gather tess properties
Timothy Arceri
2018-01-05
1
-0
/
+29
*
ac/radeonsi: add tcs_rel_ids to the abi
Timothy Arceri
2018-01-05
2
-10
/
+10
*
radeonsi: add unpack_llvm_param() helper
Timothy Arceri
2018-01-05
1
-6
/
+12
*
ac: add {tcs,tes}_patch_id to the abi
Timothy Arceri
2018-01-05
2
-11
/
+8
*
radeonsi: add nir support for tcs outputs
Timothy Arceri
2018-01-05
1
-0
/
+118
*
radeonsi: add si_nir_load_input_tcs()
Timothy Arceri
2018-01-05
1
-0
/
+45
*
radeonsi: add get_dw_address_from_generic_indices() helper
Timothy Arceri
2018-01-05
1
-30
/
+46
*
ac: add load_tes_inputs() to the abi
Timothy Arceri
2018-01-05
1
-0
/
+1
*
radeonsi: add si_nir_load_input_tes()
Timothy Arceri
2018-01-05
2
-0
/
+59
*
swr/rast: fix invalid sign masks in avx512 simdlib code
Tim Rowley
2018-01-04
3
-3
/
+3
*
radeonsi: fix alpha-to-coverage if color writes are disabled
Józef Kucia
2018-01-04
1
-0
/
+3
*
ac: rename has_sync_file to has_fence_to_handle.
Bas Nieuwenhuizen
2018-01-04
2
-3
/
+3
*
braodcom/vc5: Fix internal type/bpp for RGB10_A2UI images.
Eric Anholt
2018-01-03
1
-0
/
+1
*
broadcom/vc5: Try to fix up compressed texture load/store.
Eric Anholt
2018-01-03
1
-2
/
+15
*
broadcom/vc5: Fix image_h value for CPU-side tiling on miplevels > 1.
Eric Anholt
2018-01-03
1
-1
/
+2
*
broadcom/vc5: Disable early Z when the stencil func isn't ALWAYS.
Eric Anholt
2018-01-03
1
-1
/
+3
*
broadcom/vc5: Introduce enums for internal depth/type, with V3D prefixes.
Eric Anholt
2018-01-03
5
-57
/
+57
*
broadcom/vc5: Turn the output image format into an enum.
Eric Anholt
2018-01-03
1
-45
/
+45
*
broadcom/vc5: Emit flat shade flags for varying components > 24.
Eric Anholt
2018-01-03
1
-5
/
+32
*
broadcom/vc5: Emit proper flatshading code for glShadeModel(GL_FLAT).
Eric Anholt
2018-01-03
3
-17
/
+3
*
braodcom/vc5: Rely on OVRTMUOUT always being set.
Eric Anholt
2018-01-03
6
-41
/
+70
*
broadcom/vc5: Move texture return channel setup into the compiler.
Eric Anholt
2018-01-03
2
-15
/
+8
*
broadcom/vc5: Switch to setting the primitive list format in the RCL.
Eric Anholt
2018-01-03
2
-5
/
+8
*
broadcom/vc5: Switch to using the C++ interface for the simulator.
Eric Anholt
2018-01-03
5
-8
/
+128
*
st/dri: Add option to control exposure of 10 bpc color configs.
Mario Kleiner
2018-01-03
2
-0
/
+9
*
st/dri: Add support for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-1
/
+14
*
st/dri: Support texture_from_pixmap for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+3
*
st/dri2: Add buffer handling for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+13
*
st/dri2: Add format translations for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+28
*
swr/rast: fix MemoryBuffer build break for llvm-6
Tim Rowley
2018-01-03
1
-0
/
+4
*
etnaviv: disable in-place resolve for non-supertiled surfaces
Lucas Stach
2018-01-01
1
-0
/
+1
*
nv50/ir: Fix unused var warnings in release build
Rhys Kidd
2017-12-29
2
-2
/
+4
*
nvc0: Fix unused var warnings in release build
Rhys Kidd
2017-12-29
1
-3
/
+4
*
nv50: Fix unused var warning in release build
Rhys Kidd
2017-12-29
1
-1
/
+2
*
r600: fix textureSize queries with tbos
Roland Scheidegger
2017-12-30
2
-24
/
+33
*
r600: kill off native_integer shader ctx flag
Roland Scheidegger
2017-12-30
1
-18
/
+0
*
svga: update SVGA_NEW_ flags for updating sampler state
Brian Paul
2017-12-28
1
-3
/
+4
*
svga: whitespace, formatting fixes in svga_state_tss.c
Brian Paul
2017-12-28
1
-34
/
+21
[next]