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
*
util: Drop unpacking from int signed to unsigned and vice versa.
Eric Anholt
2020-02-04
2
-4
/
+2
*
gallium: Refactor some single-pixel util_format_read/writes.
Eric Anholt
2020-02-04
3
-11
/
+9
*
gallium: Add and use a helper for packing uc from a color_union.
Eric Anholt
2020-02-04
7
-59
/
+15
*
softpipe: Refactor pipe_get/put_tile_rgba_* paths.
Eric Anholt
2020-02-04
7
-397
/
+136
*
softpipe: Drop the raw_to* part of the tile cache interface.
Eric Anholt
2020-02-04
2
-21
/
+3
*
gallium/util: Remove pipe_get_tile_z/put_tile_z.
Eric Anholt
2020-02-04
2
-264
/
+0
*
mesa/st: Use direct util_format_pack/unpack instead of u_tile.
Eric Anholt
2020-02-04
1
-8
/
+7
*
util: Make helper functions for pack/unpacking pixel rows.
Eric Anholt
2020-02-04
11
-63
/
+124
*
clover: add trivial clCreateCommandQueueWithProperties implementation
Karol Herbst
2020-02-04
2
-1
/
+22
*
gallium/osmesa: Try to fix the test for big-endian.
Eric Anholt
2020-02-04
1
-0
/
+21
*
gallium/osmesa: Fill out other format tests.
Eric Anholt
2020-02-04
1
-42
/
+68
*
gallium/osmesa: Fix MakeCurrent of non-8888 contexts.
Eric Anholt
2020-02-04
1
-1
/
+1
*
gallium/osmesa: Fix a typo in the unit test's test names.
Eric Anholt
2020-02-04
1
-1
/
+1
*
osmesa/tests: Cover OSMESA_RGB GL_UNSIGNED_BYTE case
Danylo Piliaiev
2020-02-04
1
-5
/
+21
*
st/mesa: Handle the rest renderbuffer formats from OSMesa
Danylo Piliaiev
2020-02-04
1
-0
/
+5
*
util/os_socket: fix header unavailable on windows
Eric Engestrom
2020-02-04
1
-1
/
+2
*
i965: Do not set front_buffer_dirty if there is no front buffer
Danylo Piliaiev
2020-02-04
1
-1
/
+3
*
gitlab-ci: Switch kernel for LAVA jobs to 5.5
Tomeu Vizoso
2020-02-04
2
-2
/
+2
*
panfrost: Use size0 when calculating the offset to a depth level
Alyssa Rosenzweig
2020-02-04
2
-7
/
+12
*
panfrost: Only clamp the LOD to disable mipmapping when needed
Tomeu Vizoso
2020-02-04
1
-6
/
+7
*
panfrost: Fix decoding of tiled 3D textures
Tomeu Vizoso
2020-02-04
1
-2
/
+2
*
st/mesa: use uint-result for sampling stencil buffers
Erik Faye-Lund
2020-02-04
1
-4
/
+5
*
pan/midgard: Remove unused variable
Alyssa Rosenzweig
2020-02-04
1
-2
/
+0
*
pan/midgard: Check for null consts
Alyssa Rosenzweig
2020-02-04
1
-0
/
+2
*
panfrost: Avoid overlapping copy
Alyssa Rosenzweig
2020-02-04
1
-1
/
+3
*
etnaviv: Destroy rsc->pending_ctx set in etna_resource_destroy()
Marek Vasut
2020-02-04
1
-0
/
+1
*
turnip: Be explicit about converting vk compare func to a6xx
Kristian H. Kristensen
2020-02-04
1
-1
/
+8
*
nir: Remove always-true assert
Kristian H. Kristensen
2020-02-04
1
-1
/
+0
*
glsl: Use 'using' to be explicit about visitor overloads
Kristian H. Kristensen
2020-02-04
4
-0
/
+11
*
spirv/opencl: Cast opcode up front to avoid warnings
Kristian H. Kristensen
2020-02-04
1
-8
/
+10
*
freedreno/fdperf: Cast away some ignored return values
Kristian H. Kristensen
2020-02-04
1
-4
/
+4
*
nir: Make unroll pragma work on clang
Kristian H. Kristensen
2020-02-04
1
-9
/
+18
*
nir: Delete unused is_var_constant() helper
Kristian H. Kristensen
2020-02-04
1
-6
/
+0
*
Revert "gitlab-ci: disable a630 tests as mesa-cheza is down"
Fritz Koenig
2020-02-03
1
-6
/
+6
*
clover: Use explicit conversion from llvm::StringRef to std::string
Jan Vesely
2020-02-03
2
-2
/
+3
*
zink: disallow depth-stencil blits with format-change
Erik Faye-Lund
2020-02-03
1
-0
/
+4
*
zink: be more careful about the mask-check
Erik Faye-Lund
2020-02-03
1
-2
/
+4
*
panfrost: Fix the damage box clamping logic
Boris Brezillon
2020-02-03
1
-0
/
+2
*
pan/midgard: Stop leaking instruction objects in mir_schedule_alu()
Boris Brezillon
2020-02-03
1
-18
/
+16
*
pan/midgard: Don't check 'branch && branch->writeout' twice in mir_schedule_a...
Boris Brezillon
2020-02-03
1
-1
/
+1
*
pan/midgard: Lower bitfield extract to shifts
Boris Brezillon
2020-02-03
1
-0
/
+1
*
pan/midgard: Make sure we pass the right RT id to emit_fragment_store()
Boris Brezillon
2020-02-03
1
-1
/
+26
*
pan/midgard: Add an enum to describe the render targets
Boris Brezillon
2020-02-03
1
-1
/
+9
*
util/os_socket: Include unistd.h to fix build error
Bernd Kuhls
2020-02-03
1
-0
/
+1
*
gitlab-ci: disable a630 tests as mesa-cheza is down
Eric Engestrom
2020-02-03
1
-6
/
+6
*
nv50: report max lod bias of 15.0
Ilia Mirkin
2020-02-02
1
-1
/
+1
*
egl: put full path to libEGL_mesa.so in GLVND json
Eric Engestrom
2020-02-02
3
-8
/
+36
*
radv: Allow non-dedicated linear images and buffer.
Bas Nieuwenhuizen
2020-02-02
2
-6
/
+13
*
pan/midgard: Implement mixed-type constant packing
Alyssa Rosenzweig
2020-02-02
1
-52
/
+47
*
pan/midgard: Break out one-src read_components
Alyssa Rosenzweig
2020-02-02
2
-23
/
+31
[next]