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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version: Bump for rc2
mesa-19.0.0-rc2
Dylan Baker
2019-02-05
1
-1
/
+1
*
anv: wire up the state_pool_padding test
Emil Velikov
2019-02-05
1
-0
/
+5
*
loader/dri3: Use strlen instead of sizeof for creating VRR property atom
Michel Dänzer
2019-02-05
1
-1
/
+1
*
radeonsi: fix crashing performance counters (division by zero)
Marek Olšák
2019-02-05
1
-1
/
+1
*
anv: Fix VK_EXT_transform_feedback working with varyings packed in PSIZ
Danylo Piliaiev
2019-02-04
1
-3
/
+20
*
intel/fs: Do the grf127 hack on SIMD8 instructions in SIMD16 mode
Jason Ekstrand
2019-02-04
1
-7
/
+6
*
st/mesa: Fix topogun-1.06-orc-84k-resize.trace crash
Neha Bhende
2019-02-01
1
-0
/
+4
*
v3d: Fix leak in resource setup error path
Ernestas Kulik
2019-01-31
1
-1
/
+1
*
v3d: Fix image_load_store clamping of signed integer stores.
Eric Anholt
2019-01-31
1
-1
/
+1
*
mesa: Skip partial InvalidateFramebuffer of packed depth/stencil.
Eric Anholt
2019-01-31
1
-0
/
+23
*
freedreno: more fixing release tarball
Rob Clark
2019-01-31
1
-1
/
+3
*
freedreno: fix release tarball
Rob Clark
2019-01-31
1
-0
/
+1
*
radv/winsys: fix hash when adding internal buffers
Samuel Pitoiset
2019-01-31
1
-1
/
+1
*
vc4: Fix leak in HW queries error path
Ernestas Kulik
2019-01-31
1
-1
/
+1
*
vc4: Declare the last cpu pointer as being modified in NEON asm.
Emil Velikov
2019-01-31
1
-2
/
+1
*
VERSION: bump to 19.0.0-rc1
mesa-19.0.0-rc1
mesa-19.0-rc1
Dylan Baker
2019-01-30
1
-1
/
+1
*
android,autotools,i965: Fix location of float64_glsl.h
Dylan Baker
2019-01-30
3
-2
/
+4
*
automake: Add --enable-autotools to distcheck flags
Dylan Baker
2019-01-30
1
-0
/
+1
*
configure: Bump SWR LLVM requirement to 7
Dylan Baker
2019-01-30
1
-3
/
+3
*
automake: Add include dir for nir src directory
19.0-branchpoint
Dylan Baker
2019-01-29
1
-0
/
+1
*
automake: Add float64.glsl to dist tarball
Dylan Baker
2019-01-29
1
-0
/
+1
*
automake: Fix path to generated source
Dylan Baker
2019-01-29
1
-1
/
+1
*
nir: Optimize double-precision lower_round_even()
Matt Turner
2019-01-29
1
-44
/
+12
*
ac: use the correct LLVM processor name on Raven2
Marek Olšák
2019-01-29
1
-1
/
+1
*
v3d: Fix the autotools build.
Eric Anholt
2019-01-29
1
-1
/
+1
*
freedreno: fix sysmem rendering being used when clear is used
Jonathan Marek
2019-01-29
1
-1
/
+1
*
freedreno: fix depth usage logic
Jonathan Marek
2019-01-29
1
-2
/
+6
*
freedreno: fix invalidate logic
Jonathan Marek
2019-01-29
2
-10
/
+10
*
mesa/st: wire up DiscardFramebuffer
Jonathan Marek
2019-01-29
1
-0
/
+25
*
mesa: wire up InvalidateFramebuffer
Rob Clark
2019-01-29
2
-7
/
+66
*
st/dri: invalidate_resource depth/stencil before flush_resource
Jonathan Marek
2019-01-29
1
-7
/
+7
*
egl/wayland-drm: Only announce formats via wl_drm which the driver supports.
Mario Kleiner
2019-01-29
5
-5
/
+51
*
egl/wayland: Allow client->server format conversion for PRIME offload. (v2)
Mario Kleiner
2019-01-29
1
-9
/
+71
*
intel/fs: Use split sends for surface writes on gen9+
Jason Ekstrand
2019-01-29
2
-18
/
+47
*
intel/fs: Add interference between SENDS sources
Jason Ekstrand
2019-01-29
1
-0
/
+27
*
intel/fs: Support SENDS in SHADER_OPCODE_SEND
Jason Ekstrand
2019-01-29
3
-8
/
+66
*
intel/disasm: Properly disassemble split sends
Jason Ekstrand
2019-01-29
1
-19
/
+142
*
intel/eu: Add support for the SENDS[C] messages
Jason Ekstrand
2019-01-29
4
-19
/
+255
*
intel/inst: Indent some code
Jason Ekstrand
2019-01-29
1
-177
/
+183
*
intel/inst: Fix the ia16_addr_imm helpers
Jason Ekstrand
2019-01-29
1
-4
/
+5
*
intel/disasm: Rework SEND decoding to use descriptors
Jason Ekstrand
2019-01-29
1
-36
/
+50
*
intel/eu: Add more message descriptor helpers
Jason Ekstrand
2019-01-29
1
-27
/
+216
*
intel/eu/validate: SEND restrictions also apply to SENDC
Jason Ekstrand
2019-01-29
1
-1
/
+2
*
intel/eu: Use GET_BITS in brw_inst_set_send_ex_desc
Jason Ekstrand
2019-01-29
1
-5
/
+5
*
intel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls on gen7+
Jason Ekstrand
2019-01-29
7
-88
/
+25
*
intel/fs: Use SHADER_OPCODE_SEND for texturing on gen7+
Jason Ekstrand
2019-01-29
4
-142
/
+177
*
intel/fs: Use a logical opcode for IMAGE_SIZE
Jason Ekstrand
2019-01-29
4
-6
/
+21
*
intel/fs: Use SHADER_OPCODE_SEND for surface messages
Jason Ekstrand
2019-01-29
5
-214
/
+201
*
intel/fs: Add a generic SEND opcode
Jason Ekstrand
2019-01-29
9
-3
/
+91
*
intel/eu: Rework surface descriptor helpers
Jason Ekstrand
2019-01-29
2
-234
/
+234
[next]