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
*
r600g: constify some args at r600_asm.c
Constantine Charlamov
2017-07-25
1
-5
/
+6
*
r600g: remove unused "bc" args, and one unneeded forward declaration
Constantine Charlamov
2017-07-25
1
-45
/
+40
*
radv: only report external semaphore info for opaque fd.
Dave Airlie
2017-07-25
1
-5
/
+10
*
i965: Simplify HiZ clears a bit
Jason Ekstrand
2017-07-24
1
-17
/
+8
*
i965: Use {} to initialize GENX_* structs.
Rafael Antognolli
2017-07-24
1
-1
/
+1
*
st/mesa: create framebuffer iface hash table per st manager
Charmaine Lee
2017-07-24
8
-27
/
+113
*
radv: fix buffer views on SI/CIK.
Dave Airlie
2017-07-24
1
-0
/
+5
*
egl/wayland: Ignore invalid modifiers
Daniel Stone
2017-07-24
1
-0
/
+4
*
mesa: return GL_OUT_OF_MEMORY if NewSamplerObject fails
Samuel Pitoiset
2017-07-24
1
-4
/
+12
*
mesa: pass the 'caller' function to create_samplers()
Samuel Pitoiset
2017-07-24
1
-4
/
+5
*
mesa: add compressed_tex_sub_image_{error,no_error} helpers
Samuel Pitoiset
2017-07-24
1
-36
/
+65
*
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
*
wayland-egl: Update ABI checker
Miguel A. Vico
2017-07-24
1
-15
/
+75
*
wayland-egl: Make wl_egl_window a versioned struct
Miguel A. Vico
2017-07-24
3
-2
/
+24
*
egl: Fix _eglPointerIsDereferencable() to ignore page residency
Miguel A. Vico
2017-07-24
1
-1
/
+12
*
egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]
Miguel A. Vico
2017-07-24
3
-33
/
+37
*
wayland-egl: Add wl_egl_window ABI checker
Miguel A. Vico
2017-07-24
2
-1
/
+180
*
swr: use the correct variable for no undefined symbols
Emil Velikov
2017-07-24
1
-1
/
+1
*
swr: don't forget to link KNL/SKX against pthreads
Emil Velikov
2017-07-24
1
-0
/
+8
*
swr: don't forget to link AVX/AVX2 against pthreads
Emil Velikov
2017-07-24
1
-0
/
+8
*
configure.ac: rework wayland-protocols handling
Emil Velikov
2017-07-24
1
-6
/
+7
*
radv: enable sample shading
Dave Airlie
2017-07-24
2
-2
/
+4
*
radv: don't set dedicated bit for buffer external memory.
Dave Airlie
2017-07-24
1
-2
/
+1
*
radv: fix non-0 based layer clears.
Dave Airlie
2017-07-24
1
-4
/
+9
*
radv: check enabled device features.
Dave Airlie
2017-07-24
1
-0
/
+13
*
radv: for external memory imports close the fd on import success
Dave Airlie
2017-07-24
1
-1
/
+3
*
radv: Don't segfault when exporting an image which hasn't been bound yet.
Bas Nieuwenhuizen
2017-07-24
1
-1
/
+1
*
radv: Handle VK_ATTACHMENT_UNUSED in color attachments.
Bas Nieuwenhuizen
2017-07-24
6
-20
/
+45
*
broadcom: correct header file in BROADCOM_FILES
Andres Gomez
2017-07-24
1
-1
/
+1
*
etnaviv: Clear lbl_usage array correctly
Wladimir J. van der Laan
2017-07-23
1
-1
/
+1
*
anv/image: zalloc image views
Jason Ekstrand
2017-07-22
1
-7
/
+1
*
anv/image: Use vk_zalloc instead of an explicit memset
Jason Ekstrand
2017-07-22
1
-3
/
+2
*
anv: Separate surface states by layout instead of aux_usage
Jason Ekstrand
2017-07-22
4
-53
/
+58
*
intel/isl: Add some sanity checks for compressed surfaces
Jason Ekstrand
2017-07-22
1
-0
/
+18
*
intel/isl: Add a helper to get a subimage surface
Jason Ekstrand
2017-07-22
3
-30
/
+76
*
anv: Get rid of some unused function declarations
Jason Ekstrand
2017-07-22
1
-7
/
+0
*
i965: Enable regular fast-clears (CCS_D) on gen9+
Jason Ekstrand
2017-07-22
6
-59
/
+45
*
intel/isl: Add a helper for determining if a color is 0/1
Jason Ekstrand
2017-07-22
2
-0
/
+30
*
intel/blorp: Allow blorp_copy on sRGB formats
Jason Ekstrand
2017-07-22
1
-2
/
+16
*
i965: Weaken the texture view rules for formats slightly
Jason Ekstrand
2017-07-22
1
-1
/
+18
*
intel/isl/format: Add an srgb_to_linear helper
Jason Ekstrand
2017-07-22
2
-1
/
+53
*
intel/isl/format: Dedent the template in gen_format_layout.py
Jason Ekstrand
2017-07-22
1
-58
/
+57
*
i965/surface_state: Get the aux usage from the miptree code
Jason Ekstrand
2017-07-22
1
-95
/
+13
*
i965/surface_state: Take an isl_aux_usage in emit_surface_state
Jason Ekstrand
2017-07-22
1
-26
/
+47
*
i965/miptree: Take an isl_format in prepare_texture
Jason Ekstrand
2017-07-22
3
-12
/
+13
*
i965/miptree: Use miptree range helpers in has_color_unresolved
Jason Ekstrand
2017-07-22
1
-43
/
+38
*
i965/miptree: Allow for accessing a CCS_E image as CCS_D
Jason Ekstrand
2017-07-22
1
-9
/
+27
[next]