index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr/rast: revert clip distance precision
George Kyriazis
2018-02-28
2
-4
/
+17
*
swr/rast: Faster frustum prim culling
George Kyriazis
2018-02-28
1
-3
/
+7
*
swr/rast: Consolidate TRANSLATE_ADDRESS
George Kyriazis
2018-02-28
4
-6
/
+28
*
swr/rast: Code generation cleanup
George Kyriazis
2018-02-28
1
-15
/
+21
*
swr/rast: Remove draw type from event definitions
George Kyriazis
2018-02-28
3
-12
/
+8
*
swr/rast: whitespace change
George Kyriazis
2018-02-28
1
-1
/
+1
*
swr/rast: Fix index buffer overfetch issue for non-indexed draws
George Kyriazis
2018-02-28
1
-0
/
+15
*
softpipe: don't iterate through PIPE_MAX_SHADER_SAMPLER_VIEWS
Roland Scheidegger
2018-02-28
1
-2
/
+2
*
cso: don't cycle through PIPE_MAX_SHADER_SAMPLER_VIEWS on context destroy
Roland Scheidegger
2018-02-28
1
-1
/
+3
*
draw: don't needlessly iterate through all sampler view slots
Roland Scheidegger
2018-02-28
1
-1
/
+1
*
winsys/amdgpu: request high addresses
Christian König
2018-02-28
1
-4
/
+12
*
r600: partly revert disabling tiling for 1d texture.
Dave Airlie
2018-02-28
1
-0
/
+5
*
nir: add lower_ldexp to nir compiler options
Timothy Arceri
2018-02-28
2
-0
/
+2
*
ac/radeonsi: add load_base_vertex() to the abi
Timothy Arceri
2018-02-28
1
-0
/
+1
*
radeonsi: create get_base_vertex() helper
Timothy Arceri
2018-02-28
1
-14
/
+20
*
radeonsi/nir: disable vertex_id_zero_based lowering
Timothy Arceri
2018-02-28
1
-1
/
+0
*
nvc0: collapse output slots to have adjacent registers
Ilia Mirkin
2018-02-27
1
-2
/
+12
*
nvir/gm107: consider FILE_FLAGS dependencies in SchedDataCalculatorGM107
Karol Herbst
2018-02-26
1
-1
/
+14
*
nvir/gm107: iterate over all defs in SchedDataCalculatorGM107::findFirstUse
Karol Herbst
2018-02-26
1
-16
/
+18
*
radeonsi: remove 2 unused user SGPRs from merged TES-GS with 32-bit pointers
Marek Olšák
2018-02-26
4
-11
/
+35
*
radeonsi: make SI_SGPR_VERTEX_BUFFERS the last user SGPR input
Marek Olšák
2018-02-26
4
-20
/
+53
*
radeonsi: set correct num_input_sgprs for VS prolog in merged shaders
Marek Olšák
2018-02-26
1
-24
/
+24
*
radeonsi: allow fewer input SGPRs in 2nd shader of merged shaders
Marek Olšák
2018-02-26
1
-1
/
+5
*
radeonsi: don't use struct si_descriptors for vertex buffer descriptors
Marek Olšák
2018-02-26
6
-33
/
+46
*
r600: fix tgsi clock last setting
Dave Airlie
2018-02-26
1
-0
/
+1
*
r600: add time lo/hi debugging output.
Dave Airlie
2018-02-26
2
-0
/
+12
*
radeonsi/nir: enable lowering of fpow
Timothy Arceri
2018-02-26
1
-0
/
+1
*
gallium/tgsi: remove is_msaa_sampler array from tgsi_shader_info
Timothy Arceri
2018-02-26
2
-7
/
+0
*
radeonsi/nir: fix loading of doubles for tess varyings
Timothy Arceri
2018-02-26
1
-2
/
+10
*
radeonsi/nir: fix lds store in tcs outputs handling
Timothy Arceri
2018-02-26
1
-1
/
+1
*
r600: Take ALU_EXTENDED into account when evaluating jump offsets
Gert Wollny
2018-02-26
1
-2
/
+7
*
radeonsi: remove si_descriptors parameter from emit_shader_pointer functions
Marek Olšák
2018-02-24
1
-12
/
+13
*
radeonsi: preload the tess offchip ring in TES
Marek Olšák
2018-02-24
2
-12
/
+10
*
radeonsi: move tess ring address into TCS_OUT_LAYOUT, removes 2 TCS user SGPRs
Marek Olšák
2018-02-24
5
-91
/
+70
*
radeonsi: move 2nd-shader descriptor pointers into s[0:1]
Marek Olšák
2018-02-24
3
-74
/
+140
*
radeonsi: change si_descriptors::shader_userdata_offset type to short
Marek Olšák
2018-02-24
2
-9
/
+9
*
radeonsi: put both tessellation rings into 1 buffer
Marek Olšák
2018-02-24
4
-29
/
+18
*
radeonsi: move tessellation ring info into si_screen
Marek Olšák
2018-02-24
3
-45
/
+52
*
radeonsi: move TCS_OUT_LAYOUT.PatchVerticesIn to lower bits
Marek Olšák
2018-02-24
3
-5
/
+6
*
nvir: dont optimize mad with subops to shladd
Karol Herbst
2018-02-24
1
-1
/
+2
*
broadcom/vc5: Fix layout of 3D textures.
Eric Anholt
2018-02-23
2
-32
/
+81
*
broadcom/vc5: Ignore unused usage flags in is_format_supported.
Eric Anholt
2018-02-23
1
-27
/
+16
*
swr: remove dead LLVM code paths
Emil Velikov
2018-02-23
3
-28
/
+0
*
broadcom/vc4: Remove the retval==usage check in is_format_supported().
Eric Anholt
2018-02-23
1
-26
/
+13
*
broadcom/vc4: Add support for YUV textures using unaccelerated blits.
Eric Anholt
2018-02-23
3
-3
/
+35
*
broadcom/vc4: Fix double-unrefcounting of prsc->next with shadows.
Eric Anholt
2018-02-23
1
-6
/
+11
*
broadcom/vc4: Add pipe_reference debugging for vc4_bos.
Eric Anholt
2018-02-23
2
-5
/
+24
*
broadcom/vc4: Remove dead vc4_bo_set_reference().
Eric Anholt
2018-02-23
1
-8
/
+0
*
broadcom/vc4: Use pipe_resource_reference in sampler views.
Eric Anholt
2018-02-23
1
-2
/
+2
*
broadcom/vc4: Allow importing linear BOs with arbitrary offset/stride.
Eric Anholt
2018-02-23
1
-8
/
+25
[next]