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
*
radv: handle 10-bit format clamping workaround.
Dave Airlie
2017-08-05
8
-16
/
+51
*
radv: Don't underflow non-visible VRAM size.
Bas Nieuwenhuizen
2017-08-05
1
-2
/
+4
*
st/osmesa: add osmesa framebuffer iface hash table per st manager
Bruce Cherniak
2017-08-05
1
-0
/
+11
*
intel/vec4/gs: reset nr_pull_param if DUAL_INSTANCED compile failed.
Dave Airlie
2017-08-05
1
-0
/
+1
*
i965/blit: Remember to include miptree buffer offset in relocs
Chris Wilson
2017-08-05
2
-3
/
+3
*
i965: Delete pitch alignment assertion in get_blit_intratile_offset_el.
Kenneth Graunke
2017-08-05
1
-1
/
+0
*
spirv: Fix SpvImageFormatR16ui
Jason Ekstrand
2017-08-05
1
-1
/
+1
*
dri3: Wait for all pending swapbuffers to be scheduled before touching the front
Thomas Hellstrom
2017-08-05
2
-0
/
+21
*
gallium/radeon: fix ARB_query_buffer_object conversion to boolean
Nicolai Hähnle
2017-08-05
1
-1
/
+2
*
radeon/ac: use ds_swizzle for derivs on si/cik.
Dave Airlie
2017-08-05
4
-37
/
+44
*
ac/nir: fix lsb emission
Connor Abbott
2017-08-05
1
-1
/
+11
*
nir: fix algebraic optimizations
Connor Abbott
2017-08-05
1
-2
/
+2
*
Revert "st/mesa: release sampler views when redefining a texture in st_contex...
Marek Olšák
2017-08-05
1
-2
/
+0
*
radeonsi: ensure that temp array allocas are in the entry block
Nicolai Hähnle
2017-08-05
1
-1
/
+1
*
mesa: fix mismatch when returning 64-bit bindless uniform handles
Samuel Pitoiset
2017-08-05
1
-1
/
+2
*
st/glsl_to_tgsi: fix getting the image type for array of structs
Samuel Pitoiset
2017-07-31
1
-1
/
+1
*
st/mesa: release sampler views when redefining a texture in st_context_teximage
Marek Olšák
2017-07-31
1
-0
/
+2
*
radv: for stencil only set Z tile mode index to same value
Dave Airlie
2017-07-31
1
-0
/
+2
*
virgl: drop precise modifier.
Dave Airlie
2017-07-31
1
-0
/
+10
*
radeonsi: update dirty_level_mask only when flushing or unbinding framebuffer
Marek Olšák
2017-07-31
5
-43
/
+59
*
st/mesa: always unconditionally revalidate main framebuffer after SwapBuffers
Marek Olšák
2017-07-31
1
-0
/
+10
*
radeonsi/gfx9: always wrap GS and TCS in an if-block (v2)
Nicolai Hähnle
2017-07-31
2
-33
/
+79
*
radeonsi/gfx9: fix vertex idx in ES with multiple waves per threadgroup
Nicolai Hähnle
2017-07-31
1
-1
/
+6
*
swr: fix transform feedback logic
George Kyriazis
2017-07-31
4
-8
/
+71
*
radv/ac: port SI TC L1 write corruption fix.
Dave Airlie
2017-07-27
1
-3
/
+5
*
radv/ac: realign SI workaround with radeonsi.
Dave Airlie
2017-07-27
1
-2
/
+3
*
radv: only report external semaphore info for opaque fd.
Dave Airlie
2017-07-27
1
-5
/
+10
*
radv: fix buffer views on SI/CIK.
Dave Airlie
2017-07-27
1
-0
/
+5
*
st/dri2: Return invalid modifier when no driver support
Daniel Stone
2017-07-27
1
-0
/
+6
*
st/dri: Check get-handle return value in queryImage
Daniel Stone
2017-07-27
1
-12
/
+18
*
egl/wayland: Ignore invalid modifiers
Daniel Stone
2017-07-27
1
-0
/
+4
*
swr/rast: non-regex knob fallback code for gcc < 4.9
Tim Rowley
2017-07-27
1
-0
/
+21
*
virgl: encode index buffer offset.
Dave Airlie
2017-07-27
1
-1
/
+1
*
ac/surface: fix hybrid graphics where APU=GFX9, dGPU=older
Marek Olšák
2017-07-27
1
-0
/
+12
*
radeonsi: decrease the number of compiler threads
Marek Olšák
2017-07-27
2
-3
/
+8
*
gallium/radeon: make S_FIXED function signed and move it to shared code
Marek Olšák
2017-07-27
3
-9
/
+5
*
st/mesa: create framebuffer iface hash table per st manager
Charmaine Lee
2017-07-27
8
-27
/
+113
*
egl: move KHR_no_error vs debug/robustness check further down
Grigori Goronzy
2017-07-27
1
-11
/
+10
*
radeonsi/gfx9: reduce max threads per block to 1024 on gfx9+
Nicolai Hähnle
2017-07-27
1
-15
/
+24
*
radeonsi: fix detection of DRAW_INDIRECT_MULTI on SI
Nicolai Hähnle
2017-07-27
1
-2
/
+2
*
anv: only expose up to 28 vertex attributes
Iago Toral Quiroga
2017-07-27
1
-1
/
+1
*
anv/cmd_buffer: fix off by one error in assertion
Iago Toral Quiroga
2017-07-27
1
-1
/
+1
*
i965: Fix = vs == in MCS aux usage assert.
Kenneth Graunke
2017-07-27
1
-1
/
+1
*
i965: Fix offset addition in get_isl_surf.
Kenneth Graunke
2017-07-27
1
-3
/
+3
*
broadcom/vc4: Prefer blit via rendering to the software fallback.
Eric Anholt
2017-07-27
1
-6
/
+8
*
i965: perf: flush batchbuffers at the beginning of queries
Lionel Landwerlin
2017-07-27
1
-8
/
+8
*
intel/blorp: ship blorp_genX_exec.h within the tarball
Emil Velikov
2017-07-24
1
-0
/
+1
*
egl: guard wayland header dep. tracking behind HAVE_PLATFORM_WAYLAND
17.2-branchpoint
Emil Velikov
2017-07-24
1
-1
/
+1
*
swrast: add dri2ConfigQueryExtension to the correct extension list
Emil Velikov
2017-07-24
1
-0
/
+1
*
wayland-egl: update the SHA1 of the commit introducing v3
Emil Velikov
2017-07-24
1
-1
/
+1
[next]