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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
anv: fix use after free
Lionel Landwerlin
2019-05-08
1
-3
/
+3
*
anv: rework queries writes to ensure ordering memory writes
Lionel Landwerlin
2019-05-08
1
-17
/
+84
*
radv: call constant folding before opt algebraic
Timothy Arceri
2019-05-08
1
-1
/
+1
*
glsl_to_nir: remove unused type_is_int()
Timothy Arceri
2019-05-08
1
-9
/
+0
*
Revert "glx: Fix synthetic error generation in __glXSendError"
Timothy Arceri
2019-05-08
1
-2
/
+2
*
radeonsi: add an AMD_TEX_ANISO environment variable
Timothy Arceri
2019-05-08
1
-0
/
+4
*
i965: leave the top 4Gb of the high heap VMA unused
Kenneth Graunke
2019-05-07
1
-1
/
+5
*
i965: Force VMA alignment to be a multiple of the page size.
Kenneth Graunke
2019-05-07
1
-0
/
+2
*
i965: Fix BRW_MEMZONE_LOW_4G heap size.
Kenneth Graunke
2019-05-07
1
-1
/
+4
*
intel/compiler: Unset flag reg when FB write is not predicated
Matt Turner
2019-05-07
1
-0
/
+1
*
intel/disasm: Disassemble immediate value properly for dim
Sagar Ghuge
2019-05-07
1
-3
/
+12
*
intel/disasm: Disassemble JIP offset for while
Sagar Ghuge
2019-05-07
1
-1
/
+2
*
intel/compiler: Replicate 16 bit immediate value correctly
Sagar Ghuge
2019-05-07
2
-0
/
+6
*
intel/compiler: Print quad value in hex format
Sagar Ghuge
2019-05-07
1
-1
/
+1
*
intel/tools: Add unit tests for assembler
Sagar Ghuge
2019-05-07
594
-0
/
+28756
*
intel/tools: Initialize offset correctly for i965_asm
Mika Kuoppala
2019-05-07
1
-10
/
+7
*
intel/tools: Add meson pthread dependancy for i965_asm
Mika Kuoppala
2019-05-07
1
-0
/
+1
*
intel/tools: New i965 instruction assembler tool
Sagar Ghuge
2019-05-07
5
-0
/
+3040
*
iris: Also handle res->offset for buffer sampler/image views
Kenneth Graunke
2019-05-07
1
-8
/
+9
*
iris: support dmabuf imports with offsets
Mike Blumenkrantz
2019-05-07
4
-12
/
+12
*
gallivm: fix broken 8-wide s3tc decoding
Roland Scheidegger
2019-05-07
1
-17
/
+15
*
lima: enable sin and cos lowering for GP
Vasily Khoruzhick
2019-05-07
1
-0
/
+1
*
nir: implement lowering for fsin and fcos
Vasily Khoruzhick
2019-05-07
4
-0
/
+142
*
freedreno/ir3: move const_state to ir3_shader
Rob Clark
2019-05-07
10
-30
/
+33
*
freedreno/ir3: split out const_state setup
Rob Clark
2019-05-07
3
-52
/
+61
[prev]
[next]