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
*
mesa/glthread: Avoid unnecessary batch reallocation
Bartosz Tomczyk
2017-04-04
1
-6
/
+9
*
radv: Increase descriptor limits.
Bas Nieuwenhuizen
2017-04-04
1
-14
/
+14
*
mesa/glthread: fix misaligned address access
Bartosz Tomczyk
2017-04-04
1
-2
/
+4
*
glsl: Fix blob memory leak
Bartosz Tomczyk
2017-04-04
4
-6
/
+17
*
radv: Rework guard band calculation.
Bas Nieuwenhuizen
2017-04-03
1
-40
/
+15
*
radv: Enable VK_KHR_incremental_present.
Bas Nieuwenhuizen
2017-04-03
3
-1
/
+15
*
anv: Implement VK_KHR_incremental_present
Jason Ekstrand
2017-04-03
3
-2
/
+15
*
vulkan/wsi/wayland: Pass damage through to the compositor
Jason Ekstrand
2017-04-03
1
-1
/
+15
*
vulkan/wsi: Plumb present regions through the common code
Jason Ekstrand
2017-04-03
5
-5
/
+10
*
vulkan/wsi: Fix some line wrapping
Jason Ekstrand
2017-04-03
1
-1
/
+4
*
radv: fix interp at sample code.
Dave Airlie
2017-04-04
1
-3
/
+1
*
radv: overhaul fragment shader sample positions.
Dave Airlie
2017-04-04
5
-51
/
+87
*
aubinator/gen_decoder/i965: decode instructions from dword 0
Lionel Landwerlin
2017-04-03
4
-12
/
+24
*
intel: gen_decoder: store pointer to current decoded field in iterator
Lionel Landwerlin
2017-04-03
2
-25
/
+26
*
radv/ac: fix texture derivative ordering
Dave Airlie
2017-04-04
1
-2
/
+2
*
radv/ac: round cube array coordinate before fixup.
Dave Airlie
2017-04-04
1
-1
/
+5
*
radv: move to using common buffer load format.
Dave Airlie
2017-04-04
1
-8
/
+5
*
util: fix MSVC warning in u_align_u32()
Brian Paul
2017-04-03
1
-1
/
+1
*
util: #include "c99_compat.h" to fix Windows build
Brian Paul
2017-04-03
2
-0
/
+2
*
util: s/SHA1_H/MESA_SHA1_H/
Brian Paul
2017-04-03
1
-2
/
+2
*
svga: add comment on svga_buffer_hw_storage_map()
Brian Paul
2017-04-03
1
-0
/
+1
*
util/u_atomic: provide 64bit atomics where they're missing
Grazvydas Ignotas
2017-04-03
2
-0
/
+76
*
gallium/util: libunwind support
Rob Clark
2017-04-03
3
-2
/
+105
*
gallium/util: clean up stack frame printing
Rob Clark
2017-04-03
3
-23
/
+26
*
st/mesa: add st_convert_image()
Samuel Pitoiset
2017-04-03
2
-47
/
+63
*
st/mesa: make 'st' const in st_mesa_format_to_pipe_format()
Samuel Pitoiset
2017-04-03
2
-2
/
+2
*
mesa/glthread: Call unmarshal_batch directly in glthread_finish
Bartosz Tomczyk
2017-04-03
1
-12
/
+32
*
mesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS is enabled
Timothy Arceri
2017-04-03
3
-1
/
+46
*
amd/addrlib: fix optimized build warnings
Grazvydas Ignotas
2017-04-03
1
-1
/
+1
*
radeonsi: use unreachable to fix a warning
Grazvydas Ignotas
2017-04-03
1
-2
/
+2
*
r600g: Add more (un)likely functions
Constantine Kharlamov
2017-04-03
1
-6
/
+4
*
r600g: Remove intermediate assignment of pipe_draw_info
Constantine Kharlamov
2017-04-03
1
-51
/
+50
*
r600g: Use separate index_bias variable
Constantine Kharlamov
2017-04-03
1
-3
/
+5
*
nv30: fp/rast may be null when validating fb/scissor due to clear
Ilia Mirkin
2017-04-02
1
-5
/
+6
*
nvc0: fragprog may not be set when e.g. clearing
Ilia Mirkin
2017-04-02
1
-2
/
+3
*
nv50: don't assume a rast is set when validating for clears
Ilia Mirkin
2017-04-02
2
-3
/
+7
*
radv: fix order of the guardband register emission.
Dave Airlie
2017-04-02
1
-2
/
+2
*
mesa/main: Fix memset in formatquery.c
Edward O'Callaghan
2017-04-02
1
-1
/
+2
*
radeonsi: add load_image_desc()
Samuel Pitoiset
2017-04-01
1
-21
/
+24
*
radeonsi: rework the load_sampler_desc() helpers
Samuel Pitoiset
2017-04-01
1
-16
/
+10
*
gallivm: add lp_build_emit_fetch_src() helper
Samuel Pitoiset
2017-04-01
2
-5
/
+24
*
glsl: ir_explog_to_explog2 is no more
Erik Faye-Lund
2017-04-01
2
-2
/
+6
*
gallium/docs: remove documentation of removed arg
Erik Faye-Lund
2017-04-01
1
-2
/
+0
*
st/mesa: avoid aliasing violation in st_cb_perfmon.c
Erik Faye-Lund
2017-04-01
1
-3
/
+3
*
st: Add cubeMapFace parameter to st_finalize_texture.
Michal Srb
2017-04-01
7
-8
/
+10
*
vulkan: Bump the header and XML to the latest public version
Jason Ekstrand
2017-03-31
1
-473
/
+625
*
nv50/ir: also do PostRaLoadPropagation for FMA
Karol Herbst
2017-03-31
2
-1
/
+2
*
gm107/ir: add LIMM form of mad
Karol Herbst
2017-03-31
2
-11
/
+26
*
gk110/ir: add LIMM form of mad
Karol Herbst
2017-03-31
2
-18
/
+34
*
nv50/ir: implement mad post ra folding for nvc0+
Karol Herbst
2017-03-31
1
-4
/
+47
[next]