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
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/a6xx: fix resource_copy_region()
Rob Clark
2018-12-13
1
-9
/
+24
*
freedreno: move fd_resource_copy_region()
Rob Clark
2018-12-13
3
-62
/
+73
*
freedreno/a6xx: more blitter fixes
Rob Clark
2018-12-13
1
-10
/
+22
*
freedreno: update generated headers
Rob Clark
2018-12-13
8
-30
/
+39
*
gallium/aux: add is_unorm() helper
Rob Clark
2018-12-13
2
-0
/
+24
*
freedreno/a6xx: fix blitter crash
Rob Clark
2018-12-13
1
-0
/
+17
*
freedreno/ir3: don't remove unused input components
Rob Clark
2018-12-13
1
-1
/
+7
*
freedreno/ir3: fix crash
Rob Clark
2018-12-13
1
-14
/
+8
*
freedreno: also set DUMP flag on shaders
Rob Clark
2018-12-13
5
-20
/
+22
*
freedreno: debug GEM obj names
Rob Clark
2018-12-13
13
-21
/
+91
*
freedreno/drm: sync uapi and enable softpin
Rob Clark
2018-12-13
6
-25
/
+30
*
nir: Move intel's half-float image store lowering to to nir_format.h.
Eric Anholt
2018-12-13
2
-8
/
+15
*
Revert "intel: Simplify the half-float packing in image load/store lowering."
Eric Anholt
2018-12-13
1
-2
/
+8
*
nir: Print the format of image variables.
Eric Anholt
2018-12-13
1
-0
/
+47
*
mesa/st: Expose compute shaders when NIR support is advertised.
Eric Anholt
2018-12-13
2
-8
/
+14
*
radv/xfb: fix counter buffer bounds checks.
Dave Airlie
2018-12-13
1
-2
/
+2
*
i965: Enable nir_opt_idiv_const for 32 and 64-bit integers
Jason Ekstrand
2018-12-13
1
-1
/
+3
*
i965/vec4: Implement nir_op_uadd_sat
Jason Ekstrand
2018-12-13
1
-0
/
+6
*
i965/fs: Implement nir_op_uadd_sat
Ian Romanick
2018-12-13
1
-0
/
+5
*
nir: Add a pass for lowering integer division by constants
Jason Ekstrand
2018-12-13
4
-0
/
+219
*
nir: Add a saturated unsigned integer add opcode
Ian Romanick
2018-12-13
1
-0
/
+2
*
nir/lower_int64: Add support for [iu]mul_high
Jason Ekstrand
2018-12-13
2
-0
/
+67
*
nir: Allow [iu]mul_high on non-32-bit types
Jason Ekstrand
2018-12-13
2
-4
/
+40
*
glx: mandate xf86vidmode only for "drm" dri platforms
Emil Velikov
2018-12-13
1
-2
/
+4
*
nir: remove unused variable
Alejandro PiƱeiro
2018-12-13
1
-1
/
+0
*
virgl: work around bad assumptions in virglrenderer
Erik Faye-Lund
2018-12-13
1
-1
/
+32
*
virgl: wrap vertex element state in a struct
Erik Faye-Lund
2018-12-13
2
-9
/
+21
*
virgl: simplify virgl_hw_set_index_buffer
Erik Faye-Lund
2018-12-13
1
-3
/
+2
*
virgl: simplify virgl_hw_set_vertex_buffers
Erik Faye-Lund
2018-12-13
1
-4
/
+2
*
radv: don't check if format is depth in radv_image_can_enable_hile()
Samuel Pitoiset
2018-12-13
1
-1
/
+0
*
radv: check if addrlib enabled HTILE in radv_image_can_enable_htile()
Samuel Pitoiset
2018-12-13
1
-1
/
+2
*
radv: switch on EOP when primitive restart is enabled with triangle strips
Samuel Pitoiset
2018-12-13
1
-2
/
+1
*
radv: allow to skip DCC decompressions with the new predicate
Samuel Pitoiset
2018-12-13
1
-6
/
+13
*
radv: add a predicate for reflecting DCC decompression state
Samuel Pitoiset
2018-12-13
5
-1
/
+44
*
i965/compute: Emit GPGPU_WALKER in genX_state_upload
Jordan Justen
2018-12-12
3
-130
/
+105
*
i965/genX_state: Add register access functions
Jordan Justen
2018-12-12
1
-0
/
+31
*
intel: Simplify the half-float packing in image load/store lowering.
Eric Anholt
2018-12-12
1
-8
/
+2
*
nir: Pull some of intel's image load/store format conversion to nir_format.h
Eric Anholt
2018-12-12
2
-18
/
+40
*
nir: Add some more consts to the nir_format_convert.h helpers.
Eric Anholt
2018-12-12
1
-7
/
+6
*
nir: detect more induction variables
Timothy Arceri
2018-12-13
1
-0
/
+36
*
nir: reword code comment
Timothy Arceri
2018-12-13
1
-2
/
+2
*
nir: in loop analysis track actual control flow type
Timothy Arceri
2018-12-13
1
-13
/
+21
*
nir: add if opt opt_if_loop_last_continue()
Danylo Piliaiev
2018-12-13
1
-0
/
+95
*
nir: rework force_unroll_array_access()
Timothy Arceri
2018-12-13
1
-14
/
+35
*
nir: factor out some of the complex loop unroll code to a helper
Timothy Arceri
2018-12-13
1
-51
/
+64
*
meson: libfreedreno depends upon libdrm (for fence support)
Rhys Kidd
2018-12-12
1
-3
/
+1
*
nir: Document the function inlining process
Jason Ekstrand
2018-12-12
1
-0
/
+68
*
intel/blorp: Assert that we don't re-layout a compressed surface
Jason Ekstrand
2018-12-12
1
-0
/
+3
*
anv/pipeline: Set the correct binding count for compute shaders
Jason Ekstrand
2018-12-12
1
-2
/
+6
*
radv: bump reported version to 1.1.90
Samuel Pitoiset
2018-12-12
1
-1
/
+1
[next]