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
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/a6xx: enable tiled images
Rob Clark
2019-02-21
2
-5
/
+8
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro Piñeiro
2019-02-21
24
-81
/
+46
*
blorp: introduce helper method blorp_nir_init_shader
Alejandro Piñeiro
2019-02-21
3
-7
/
+16
*
panfrost: Verify and print brx condition in disasm
Alyssa Rosenzweig
2019-02-21
1
-1
/
+10
*
panfrost: Dynamically set discard branch targets
Alyssa Rosenzweig
2019-02-21
1
-20
/
+46
*
panfrost/midgard: Emit extended branches
Alyssa Rosenzweig
2019-02-21
2
-17
/
+84
*
panfrost: Rectify doubleplusungood extended branch
Alyssa Rosenzweig
2019-02-21
2
-8
/
+8
*
panfrost/midgard: Fix nested/chained if-else
Alyssa Rosenzweig
2019-02-21
1
-3
/
+3
*
panfrost/midgard: Refactor tag lookahead code
Alyssa Rosenzweig
2019-02-21
1
-27
/
+31
*
panfrost: Implement pantrace (command stream dump)
Alyssa Rosenzweig
2019-02-21
5
-0
/
+188
*
panfrost: Add pandecode (command stream debugger)
Alyssa Rosenzweig
2019-02-21
6
-3
/
+2289
*
panfrost: Stub out separate stencil functions
Alyssa Rosenzweig
2019-02-21
2
-4
/
+25
*
radeonsi: use SDMA for uploading data through const_uploader
Marek Olšák
2019-02-20
5
-28
/
+143
*
gallium/u_upload_mgr: allow use of FLUSH_EXPLICIT with persistent mappings
Marek Olšák
2019-02-20
2
-6
/
+31
*
gallium/u_threaded: always unmap const_uploader
Marek Olšák
2019-02-20
1
-0
/
+1
*
st/mesa: always unmap the uploader in st_atom_array.c
Marek Olšák
2019-02-20
1
-8
/
+6
*
nir/xfb: Handle compact arrays in gather_xfb_info
Jason Ekstrand
2019-02-21
1
-11
/
+22
*
nir/xfb: Work in terms of components rather than slots
Jason Ekstrand
2019-02-21
1
-5
/
+5
*
nir: Rewrite lower_clip_cull_distance_arrays to do a lot less lowering
Jason Ekstrand
2019-02-21
1
-113
/
+19
*
nir/xfb: Properly align 64-bit values
Jason Ekstrand
2019-02-21
1
-0
/
+4
*
compiler/types: Add a contains_64bit helper
Jason Ekstrand
2019-02-21
4
-0
/
+29
*
freedreno/a6xx: samplerBuffer fixes
Rob Clark
2019-02-20
3
-8
/
+17
*
freedreno/ir3/a6xx: use ldib for ssbo reads
Rob Clark
2019-02-20
1
-24
/
+10
*
freedreno/ir3: sync instr/disasm and add ldib encoding
Rob Clark
2019-02-20
4
-14
/
+42
*
freedreno/ir3/a6xx: fix load_ssbo barrier type.
Rob Clark
2019-02-20
1
-2
/
+2
*
freedreno/ir3: rename put_dst()
Rob Clark
2019-02-20
3
-9
/
+9
*
freedreno: fix crash w/ masked non-SSA dst
Rob Clark
2019-02-20
1
-0
/
+2
*
freedreno/a6xx: 3d and cube image fixes
Rob Clark
2019-02-20
1
-4
/
+31
*
freedreno/ir3: fix crash in compile fail case
Rob Clark
2019-02-20
3
-6
/
+9
*
freedreno/ir3: fix legalize for vecN inputs
Rob Clark
2019-02-20
2
-0
/
+3
*
radv: Disable depth clamping even without EXT_depth_range_unrestricted.
Bas Nieuwenhuizen
2019-02-20
1
-2
/
+1
*
radv: Implement VK_EXT_depth_clip_enable.
Bas Nieuwenhuizen
2019-02-20
3
-2
/
+16
*
nir: remove non-ssa support from nir_copy_prop()
Timothy Arceri
2019-02-21
1
-36
/
+5
*
radv: Handle clip+cull distances more generally as compact arrays.
Bas Nieuwenhuizen
2019-02-20
4
-99
/
+83
*
kmsro: Add the rest of the current set of tinydrm drivers.
Eric Anholt
2019-02-20
4
-7
/
+33
*
i965: re-emit index buffer state on a reset option change.
Andrii Simiklit
2019-02-20
3
-1
/
+13
*
nir: Don't forget if-uses in new nir_opt_dead_cf liveness check
Kenneth Graunke
2019-02-20
1
-0
/
+10
*
freedreno/a6xx: Support MSAA resolve blits on blitter
Kristian H. Kristensen
2019-02-20
1
-3
/
+23
*
freedreno/a6xx: Copy stencil as R8_UINT
Kristian H. Kristensen
2019-02-20
1
-4
/
+14
*
freedreno: Update headers
Kristian H. Kristensen
2019-02-20
7
-7
/
+13
*
anv: use anv_shader_bin_write_to_blob()'s return value
Eric Engestrom
2019-02-20
1
-3
/
+1
*
anv: drop unused imports
Eric Engestrom
2019-02-20
1
-2
/
+0
*
anv: make sure the extensions stay sorted
Eric Engestrom
2019-02-20
1
-0
/
+20
*
anv: sort vendors extensions after KHR and EXT
Eric Engestrom
2019-02-20
1
-2
/
+2
*
anv: sort extensions alphabetically
Eric Engestrom
2019-02-20
1
-1
/
+1
*
anv: anv: refactor error handling in anv_shader_bin_write_to_blob()
Tapani Pälli
2019-02-20
1
-28
/
+26
*
wayland/egl: Ensure EGL surface is resized on DRI update_buffers()
Carlos Garnacho
2019-02-20
1
-4
/
+7
*
anv: implement VK_EXT_depth_clip_enable
Lionel Landwerlin
2019-02-20
5
-4
/
+23
*
vulkan: Update the XML and headers to 1.1.101
Lionel Landwerlin
2019-02-20
1
-32
/
+169
*
isl: remove the cache line size alignment requirement
Samuel Iglesias Gonsálvez
2019-02-20
1
-14
/
+0
[next]