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
...
*
vulkan/overlay: keep allocating draw data until it can be reused
Lionel Landwerlin
2019-05-10
1
-113
/
+135
*
vulkan/overlay: fix truncating error on 32bit platforms
Lionel Landwerlin
2019-05-10
1
-40
/
+36
*
i965: Fix memory leaks in brw_upload_cs_work_groups_surface().
Kenneth Graunke
2019-05-10
1
-0
/
+5
*
st/va: set the visible image dimensions in vlVaDeriveImage
Julien Isorce
2019-05-10
1
-2
/
+4
*
swrast: Rename blend_func->swrast_blend_func
Alyssa Rosenzweig
2019-05-10
1
-5
/
+5
*
nir: Add blend_const_color_rgba sysval
Alyssa Rosenzweig
2019-05-10
1
-1
/
+4
*
gallium: Add helper to convert PIPE blending to shader_enum style
Alyssa Rosenzweig
2019-05-10
1
-0
/
+92
*
compiler: Add enums for blend state
Alyssa Rosenzweig
2019-05-10
1
-0
/
+21
*
nir: allow specifying a set of opcodes in lower_alu_to_scalar
Jonathan Marek
2019-05-10
12
-19
/
+24
*
intel/fs/copy-prop: Don't walk all the ACPs for each instruction
Jason Ekstrand
2019-05-10
1
-11
/
+68
*
intel/fs/copy-prop: Purge unused ACPs
Jason Ekstrand
2019-05-10
1
-0
/
+19
*
intel/fs/copy-prop: Bump the hash table size to 64
Jason Ekstrand
2019-05-10
1
-1
/
+1
*
winsys/amdgpu: add VCN JPEG to no user fence group
Leo Liu
2019-05-10
1
-1
/
+2
*
lima: fix width 4096 resolution GP fail
Qiang Yu
2019-05-10
1
-1
/
+1
*
panfrost: Add CAPFs for conservative rasterization
Tomeu Vizoso
2019-05-10
1
-0
/
+5
*
panfrost: Only take the fast paths on buffers aligned to block size
Tomeu Vizoso
2019-05-10
1
-2
/
+2
*
panfrost: Fix two uninitialized accesses in compiler
Tomeu Vizoso
2019-05-10
1
-1
/
+1
*
panfrost: ci: Skip running some tests
Tomeu Vizoso
2019-05-10
1
-0
/
+2
*
panfrost: ci: Don't restart Weston
Tomeu Vizoso
2019-05-10
1
-8
/
+1
*
panfrost: ci: Update list of expected failures
Tomeu Vizoso
2019-05-10
1
-79
/
+7
*
panfrost: ci: Tweak dEQP to improve throughput
Tomeu Vizoso
2019-05-10
1
-2
/
+8
*
panfrost: ci: Fix list of tests to run
Tomeu Vizoso
2019-05-10
1
-2
/
+2
*
panfrost: ci: Check for incomplete runs
Tomeu Vizoso
2019-05-10
1
-0
/
+1
*
panfrost: ci: Add tests to flip-flop list
Tomeu Vizoso
2019-05-10
1
-5
/
+48
*
panfrost: ci: Add support for running the tests on RK3288
Tomeu Vizoso
2019-05-10
6
-75
/
+193
*
lima: fix tile buffer reloading
Vasily Khoruzhick
2019-05-09
2
-2
/
+4
*
anv: Remove special allocation for anv_push_constants
Caio Marcelo de Oliveira Filho
2019-05-09
3
-79
/
+7
*
iris: Expose PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Kenneth Graunke
2019-05-09
4
-0
/
+72
*
iris: Hook up device reset callbacks
Kenneth Graunke
2019-05-09
4
-1
/
+26
*
iris: Try to recover from GPU hangs.
Kenneth Graunke
2019-05-09
3
-0
/
+71
*
iris: Add helpers to clone a hardware context.
Chris Wilson
2019-05-09
2
-0
/
+25
*
iris: Mark render batches as non-recoverable.
Kenneth Graunke
2019-05-09
1
-0
/
+22
*
freedreno/ir3: fix rasterflat/glxgears
Rob Clark
2019-05-09
2
-5
/
+5
*
anv: Use corresponding type from the vector allocation
Lionel Landwerlin
2019-05-09
2
-10
/
+10
*
mesa: fix GL_PROGRAM_BINARY_RETRIEVABLE_HINT handling
Pierre-Eric Pelloux-Prayer
2019-05-09
2
-4
/
+11
*
nir: Initialize lower_flrp_progress everywhere
Ian Romanick
2019-05-09
6
-6
/
+6
*
gallium: fix typo in comment
Eric Engestrom
2019-05-09
1
-1
/
+1
*
i965_asm: avoid free()ing uninitialized pointers
Eric Engestrom
2019-05-09
1
-1
/
+1
*
i965_asm: fix memleak
Eric Engestrom
2019-05-09
1
-0
/
+1
*
radv: fix setting the number of rectangles when it's dyanmic
Samuel Pitoiset
2019-05-09
1
-4
/
+6
*
iris: Reorganise execbuf to have a single point of failure
Chris Wilson
2019-05-08
1
-27
/
+20
*
kmsro: add _dri.so to two of the kmsro drivers.
Dave Airlie
2019-05-09
1
-2
/
+2
*
iris: Report the same video memory settings as i965.
Kenneth Graunke
2019-05-08
2
-2
/
+34
*
gallium/util: fix two MSVC compiler warnings
Brian Paul
2019-05-08
2
-3
/
+3
*
gallium/pp: s/uint/enum tgsi_semantic/ to fix MSVC warning
Brian Paul
2019-05-08
1
-1
/
+1
*
noop: s/enum pipe_transfer_usage/unsigned/ to fix MSVC warning
Brian Paul
2019-05-08
1
-1
/
+1
*
ddebug: fix a few MSVC compiler warnings
Brian Paul
2019-05-08
2
-8
/
+9
*
glsl: s/GLboolean/bool/ to silence MSVC compiler warning
Brian Paul
2019-05-08
1
-1
/
+1
*
nir/flrp: Reassociate add in flrp(±1, b, c) lowering path
Ian Romanick
2019-05-08
1
-4
/
+4
*
nir/flrp: Fix typo on the flrp(±1, b, c) path
Ian Romanick
2019-05-08
1
-1
/
+3
[prev]
[next]