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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/blorp: Expand blorp_address::offset to be 64 bits.
Kenneth Graunke
2018-12-07
4
-4
/
+4
*
freedreno/drm: fix memory leak
Rob Clark
2018-12-07
1
-0
/
+3
*
freedreno/ir3: track max flow control depth for a5xx/a6xx
Rob Clark
2018-12-07
5
-4
/
+37
*
freedreno/ir3: code-motion
Rob Clark
2018-12-07
6
-838
/
+942
*
freedreno/ir3: sync instr/disasm
Rob Clark
2018-12-07
4
-25
/
+132
*
freedreno/ir3: don't fetch unused tex components
Rob Clark
2018-12-07
2
-0
/
+29
*
freedreno/a6xx: blitter fixes
Rob Clark
2018-12-07
2
-3
/
+80
*
freedreno: update generated headers
Rob Clark
2018-12-07
7
-35
/
+56
*
freedreno/drm: fix relocs in nested stateobjs
Rob Clark
2018-12-07
1
-3
/
+15
*
freedreno/a5xx+a6xx: remove unused fs/vs pvt mem
Rob Clark
2018-12-07
4
-20
/
+0
*
gallium: fix typo
Rob Clark
2018-12-07
1
-1
/
+1
*
freedreno: remove unused fd_surface fields
Rob Clark
2018-12-07
1
-5
/
+0
*
meson: link LLVM 'native' component when LLVM is available
Nicolai Hähnle
2018-12-07
1
-1
/
+1
*
nir: Fixup algebraic test for variable-sized conversions
Connor Abbott
2018-12-07
1
-1
/
+1
*
gallium: add missing PIPE_CAP_SURFACE_SAMPLE_COUNT default value
Samuel Pitoiset
2018-12-07
1
-0
/
+3
*
docs: update calendar, add news item and link release notes for 18.3.0
Emil Velikov
2018-12-07
3
-9
/
+16
*
docs: add sha256 checksums for 18.3.0
Emil Velikov
2018-12-07
1
-1
/
+2
*
docs: update 18.3.0 release notes
Emil Velikov
2018-12-07
1
-3
/
+201
*
freedreno: Add support for EXT_multisampled_render_to_texture
Kristian H. Kristensen
2018-12-06
3
-1
/
+7
*
freedreno/a6xx: MSAA
Rob Clark
2018-12-06
10
-24
/
+74
*
st/mesa: Add support for EXT_multisampled_render_to_texture
Kristian H. Kristensen
2018-12-06
3
-0
/
+5
*
gallium: Add new PIPE_CAP_SURFACE_SAMPLE_COUNT
Kristian H. Kristensen
2018-12-06
4
-2
/
+19
*
mesa: Add core support for EXT_multisampled_render_to_texture{,2}
Kristian H. Kristensen
2018-12-06
10
-16
/
+96
*
nir/algebraic: Make algebraic_parser_test.sh executable.
Vinson Lee
2018-12-06
1
-0
/
+0
*
amd: remove support for LLVM 6.0
Samuel Pitoiset
2018-12-06
23
-523
/
+88
*
gallium: Android build fixes
Kristian H. Kristensen
2018-12-05
2
-1
/
+2
*
nir: Make boolean conversions sized just like the others
Jason Ekstrand
2018-12-05
20
-74
/
+121
*
nir/opt_algebraic: Add 32-bit specifiers to a bunch of booleans
Jason Ekstrand
2018-12-05
1
-56
/
+56
*
nir/opt_algebraic: Drop bit-size suffixes from conversions
Jason Ekstrand
2018-12-05
1
-29
/
+29
*
nir/opt_algebraic: Simplify an optimization using the new search ops
Jason Ekstrand
2018-12-05
1
-7
/
+2
*
nir/algebraic: Add support for unsized conversion opcodes
Jason Ekstrand
2018-12-05
3
-10
/
+140
*
nir/algebraic: Refactor codegen a bit
Jason Ekstrand
2018-12-05
1
-10
/
+11
*
nir/algebraic: Clean up some __str__ cruft
Jason Ekstrand
2018-12-05
1
-4
/
+0
*
nir/opcodes: Rename tbool to tbool32
Jason Ekstrand
2018-12-05
1
-11
/
+11
*
nir/opcodes: Pull in the type helpers from constant_expressions
Jason Ekstrand
2018-12-05
3
-35
/
+35
*
nir/algebraic: Add unit tests for bitsize validation
Connor Abbott
2018-12-05
4
-1
/
+129
*
nir/algebraic: Rewrite bit-size inference
Connor Abbott
2018-12-05
3
-366
/
+317
*
radv: expose VK_EXT_scalar_block_layout
Samuel Pitoiset
2018-12-05
2
-0
/
+7
*
spirv: add SpvCapabilityInt64Atomics
Samuel Pitoiset
2018-12-05
2
-1
/
+5
*
drisw: Use separate drisw_loader_funcs for shm
Michal Srb
2018-12-05
1
-3
/
+11
*
gallium: Constify drisw_loader_funcs struct
Michal Srb
2018-12-05
4
-5
/
+5
*
radv: wait on the high 32 bits of timestamp queries
Samuel Pitoiset
2018-12-05
1
-1
/
+4
*
radv: reset pending_reset_query when flushing caches
Samuel Pitoiset
2018-12-05
2
-1
/
+5
*
anv/query: flush render target before copying results
Lionel Landwerlin
2018-12-05
5
-0
/
+32
*
radv: Flush before vkCmdWriteTimestamp() if needed
Alex Smith
2018-12-05
1
-11
/
+19
*
radv: rework the TC-compat HTILE hardware bug with COND_EXEC
Samuel Pitoiset
2018-12-05
3
-28
/
+81
*
docs/features: Delete double nv50 entry and wrong enumeration
Dieter Nützel
2018-12-04
1
-1
/
+1
*
st/mesa: expose EXT_render_snorm on GLES
Marek Olšák
2018-12-04
3
-1
/
+10
*
mesa: expose AMD_texture_texture4
Marek Olšák
2018-12-04
5
-0
/
+15
*
mesa: expose EXT_texture_compression_bptc in GLES
Marek Olšák
2018-12-04
4
-1
/
+22
[next]