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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE
Eric Engestrom
2019-08-02
7
-8
/
+8
*
gallium: remove never-used PIPE_SUBSYSTEM_DRI
Eric Engestrom
2019-08-02
1
-4
/
+0
*
util: fix typo in comment
Eric Engestrom
2019-08-02
1
-1
/
+1
*
util: introduce detect_os.h
Eric Engestrom
2019-08-02
1
-0
/
+131
*
freedreno/batch: fix dependency loop detection
Rob Clark
2019-08-02
1
-11
/
+10
*
freedreno/a6xx: add missing flush/invalidates for blit
Rob Clark
2019-08-02
2
-15
/
+9
*
freedreno/a6xx: skip tiles with no geometry
Rob Clark
2019-08-02
3
-3
/
+66
*
freedreno/a6xx: VSC overflow detection/handling
Rob Clark
2019-08-02
3
-34
/
+266
*
freedreno/a6xx: remove USE/IGNORE_VISIBILITY draw patching
Rob Clark
2019-08-02
2
-23
/
+9
*
freedreno/a6xx: cleanup "blit_mem"
Rob Clark
2019-08-02
4
-14
/
+25
*
freedreno: refresh tile debug
Rob Clark
2019-08-02
1
-15
/
+22
*
freedreno: update registers
Rob Clark
2019-08-02
2
-4
/
+42
*
freedreno/gmem: small cleanup
Rob Clark
2019-08-02
1
-2
/
+2
*
freedreno/drm: convert ring_pool to child_pool
Rob Clark
2019-08-02
3
-6
/
+29
*
freedreno/drm: remove idx_lock
Rob Clark
2019-08-02
3
-29
/
+24
*
freedreno/batch: always update last_fence
Rob Clark
2019-08-02
1
-0
/
+2
*
freedreno: drop unused fd_fence_ref param
Rob Clark
2019-08-02
8
-17
/
+22
*
pan/midgard: Print invert modifier
Alyssa Rosenzweig
2019-08-02
1
-0
/
+3
*
pan/midgard: Flip conditionals
Alyssa Rosenzweig
2019-08-02
1
-4
/
+45
*
pan/midgard: Add bitwise src/invert fusing
Alyssa Rosenzweig
2019-08-02
3
-0
/
+124
*
pan/midgard: Add .not propagation pass
Alyssa Rosenzweig
2019-08-02
3
-0
/
+35
*
pan/midgard: Fuse invert into bitwise ops
Alyssa Rosenzweig
2019-08-02
3
-0
/
+57
*
freedreno: a2xx: implement texture tiling
Jonathan Marek
2019-08-02
7
-5
/
+24
*
freedreno: a2xx: use nir_lower_alu_to_scalar instead of lowering pass
Jonathan Marek
2019-08-02
4
-178
/
+12
*
freedreno: a2xx: fix HW binning for batches with >256K vertices
Jonathan Marek
2019-08-02
1
-8
/
+8
*
freedreno: a2xx: fix fneg/fabs/fsat opcodes
Jonathan Marek
2019-08-02
1
-0
/
+12
*
freedreno: a2xx: fix order of NIR opts
Jonathan Marek
2019-08-02
1
-2
/
+2
*
freedreno: a2xx: fix non-etc1 cubemaps
Jonathan Marek
2019-08-02
5
-15
/
+2
*
freedreno: a2xx: fix fast clear not being used for Z24X8 buffers
Jonathan Marek
2019-08-02
1
-7
/
+11
*
freedreno: align renderonly scanout buffers
Jonathan Marek
2019-08-02
1
-0
/
+3
*
gitlab-ci: just build all the tools
Eric Engestrom
2019-08-02
1
-1
/
+0
*
i965/clear: clear_value better precision
Sergii Romantsov
2019-08-02
1
-1
/
+1
*
radv: fix image_has_{cmask,fmask}() helpers
Samuel Pitoiset
2019-08-02
1
-2
/
+2
*
radv: remove radv_get_image_fmask_info()
Samuel Pitoiset
2019-08-02
4
-59
/
+25
*
radv/gfx10: add missing dcc_tile_swizzle tweak
Samuel Pitoiset
2019-08-02
1
-1
/
+3
*
radv: remove radv_get_image_cmask_info()
Samuel Pitoiset
2019-08-02
4
-45
/
+21
*
radv: only account for tile_swizzle for color surfaces with DCC
Samuel Pitoiset
2019-08-02
1
-3
/
+3
*
radv: Enable VK_KHR_shader_atomic_int64
Bas Nieuwenhuizen
2019-08-02
3
-6
/
+4
*
ac/nir: Implement LLVM9 64-bit buffer compare & exchange.
Bas Nieuwenhuizen
2019-08-02
1
-4
/
+64
*
Revert "ac/nir: handle negate modifier"
Connor Abbott
2019-08-02
1
-12
/
+1
*
Revert "ac/nir: handle abs modifier"
Connor Abbott
2019-08-02
1
-30
/
+11
*
iris: bump compat profile support to 4.6
Timothy Arceri
2019-08-02
1
-2
/
+1
*
egl: fix OpenGL 3.1 context creation
Timothy Arceri
2019-08-02
1
-0
/
+3
*
nir/find_array_copies: Reject copies with mismatched type
Connor Abbott
2019-08-02
1
-2
/
+5
*
radv: re-apply "Optimize rebinding the same descriptor set."
Samuel Pitoiset
2019-08-02
1
-1
/
+7
*
radv/gfx10: use the correct target machine for Wave32
Samuel Pitoiset
2019-08-02
3
-10
/
+26
*
radv/gfx10: add Wave32 support for vertex, tessellation and geometry shaders
Samuel Pitoiset
2019-08-02
7
-8
/
+26
*
radv/gfx10: add Wave32 support for fragment shaders
Samuel Pitoiset
2019-08-02
7
-2
/
+16
*
gallium: Implement GL_EXT_shader_samples_identical via a new capability
Kenneth Graunke
2019-08-01
7
-0
/
+7
*
intel/tools: Fix aubinator_viewer build.
Kenneth Graunke
2019-08-01
1
-1
/
+1
[prev]
[next]