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
*
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
*
st/mesa: expose EXT_render_snorm on GLES
Marek Olšák
2018-12-04
1
-0
/
+8
*
mesa: expose AMD_texture_texture4
Marek Olšák
2018-12-04
4
-0
/
+14
*
mesa: expose EXT_texture_compression_bptc in GLES
Marek Olšák
2018-12-04
3
-1
/
+21
*
mesa: expose EXT_texture_compression_rgtc on GLES
Marek Olšák
2018-12-04
3
-6
/
+24
*
mesa/main: fix up _mesa_has_rg_textures for gles2
Erik Faye-Lund
2018-12-04
1
-1
/
+2
*
mesa/main: correct validation for GL_RGB565
Erik Faye-Lund
2018-12-04
1
-1
/
+3
*
mesa: expose GL_EXT_texture_view as an alias of GL_OES_texture_view
Marek Olšák
2018-12-04
2
-0
/
+14
*
st/mesa: expose GL_OES_texture_view
Marek Olšák
2018-12-04
1
-0
/
+1
*
loader: deduplicate logger function declaration
Eric Engestrom
2018-12-04
2
-3
/
+4
*
mesa: drop unused & deprecated lib
Eric Engestrom
2018-12-04
1
-1
/
+1
*
anv: add unreachable() for VK_EXT_fragment_density_map
Eric Engestrom
2018-12-04
1
-0
/
+3
*
intel/tools: make sure the binary file is properly read
Andrii Simiklit
2018-12-04
1
-3
/
+13
*
intel/aubinator_error_decode: Get rid of warning for missing switch case
Toni Lönnberg
2018-12-04
1
-0
/
+3
*
nouveau: set texture upload budget
Ilia Mirkin
2018-12-03
3
-3
/
+6
*
nv50,nvc0: add explicit handling of PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET
Ilia Mirkin
2018-12-03
2
-0
/
+4
*
nv50: always keep TSC slot 0 bound
Ilia Mirkin
2018-12-03
3
-0
/
+31
*
radv: use 3d shader for gfx9 copies if dst is 3d
Dave Airlie
2018-12-04
1
-1
/
+1
*
radv: Check for shareable images in central place.
Bas Nieuwenhuizen
2018-12-04
1
-5
/
+5
*
radv/android: Use buffer metadata to determine scanout compat.
Bas Nieuwenhuizen
2018-12-04
3
-35
/
+93
*
radv/android: Mark android WSI image as shareable.
Bas Nieuwenhuizen
2018-12-04
1
-1
/
+11
*
Revert "st/mesa: silenced unhanded enum warning in st_glsl_to_tgsi.cpp"
Matt Turner
2018-12-03
1
-1
/
+0
*
mesa: Revert INTEL_fragment_shader_ordering support
Matt Turner
2018-12-03
10
-32
/
+0
*
virgl: fix const warning on debug flags.
Dave Airlie
2018-12-04
2
-3
/
+3
*
vulkan: Update the XML and headers to 1.1.95
Jason Ekstrand
2018-12-03
1
-29
/
+101
*
amd/vulkan: meson build - use radv_deps for libvulkan_radeon
Tobias Klausmann
2018-12-03
1
-1
/
+1
*
mesa/main: do not require float-texture filtering for es3
Erik Faye-Lund
2018-12-03
1
-1
/
+3
*
mesa/st: do not probe for the same texture-formats twice
Erik Faye-Lund
2018-12-03
1
-4
/
+4
*
mesa/main: require EXT_texture_sRGB for gles3
Erik Faye-Lund
2018-12-03
1
-0
/
+1
*
mesa/main: require EXT_texture_type_2_10_10_10_REV for gles3
Erik Faye-Lund
2018-12-03
1
-1
/
+2
[next]