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
*
meson: move gallium include declarations to src
Dylan Baker
2017-10-27
3
-3
/
+2
*
meson: fix glprocs.h generator
Dylan Baker
2017-10-27
1
-3
/
+3
*
meson: rename all instances of xf86vm to xxf86vm
Dylan Baker
2017-10-27
1
-1
/
+1
*
mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility.
Kenneth Graunke
2017-10-27
1
-0
/
+9
*
gallium/os: fix align_malloc() / os_malloc_aligned() comment mix-up
Brian Paul
2017-10-27
1
-1
/
+1
*
formatquery: use correct target check for IMAGE_FORMAT_COMPATIBILITY_TYPE
Alejandro Piñeiro
2017-10-27
1
-1
/
+7
*
meson: bring MESA_GIT_SHA1 in line with other build systems
Eric Engestrom
2017-10-27
1
-2
/
+4
*
buildsys: move file regeneration logic to the script itself
Eric Engestrom
2017-10-27
3
-29
/
+12
*
radv: allow to use a compute shader for resetting the query pool
Samuel Pitoiset
2017-10-27
1
-7
/
+9
*
radv: make radv_fill_buffer() return the needed flush bits
Samuel Pitoiset
2017-10-27
4
-58
/
+57
*
wayland-egl: fix wayland cflags
Eric Engestrom
2017-10-27
1
-1
/
+1
*
vc4: fix release build
Eric Engestrom
2017-10-27
1
-6
/
+6
*
i965: unref push_const_bo in intelDestroyContext
Tapani Pälli
2017-10-27
1
-0
/
+6
*
i965: remove if conditions from scratch_bo unref
Tapani Pälli
2017-10-27
1
-10
/
+6
*
anv: Fix assert about source attrs.
Kenneth Graunke
2017-10-27
1
-1
/
+1
*
anv: Drop URB entry output read handling in 3DSTATE_XS.
Kenneth Graunke
2017-10-27
1
-26
/
+0
*
i965: Delete unused brw_vs_prog_data::nr_attributes field.
Kenneth Graunke
2017-10-27
2
-2
/
+0
*
radeonsi: update hack for HTILE corruption in ARK: Survival Evolved
Samuel Pitoiset
2017-10-27
6
-13
/
+13
*
radv: add support for local bos. (v3)
Dave Airlie
2017-10-26
11
-22
/
+51
*
i965/miptree: Take an isl_format in render_aux_usage
Jason Ekstrand
2017-10-26
5
-27
/
+39
*
i965/blorp: Use more temporary isl_format variables
Jason Ekstrand
2017-10-26
1
-8
/
+7
*
i965/blorp: Use blorp_to_isl_format for src_isl_format in blit_miptrees
Jason Ekstrand
2017-10-26
1
-1
/
+2
*
spirv: Claim support for the simple memory model
Jason Ekstrand
2017-10-26
1
-1
/
+2
*
Android: egl: add dependency on libnativewindow
Rob Herring
2017-10-26
1
-0
/
+4
*
meson: build nouveau vieux driver
Dylan Baker
2017-10-26
2
-0
/
+95
*
meson: build r200 driver
Dylan Baker
2017-10-26
2
-0
/
+94
*
meson: build r100 driver
Dylan Baker
2017-10-26
2
-0
/
+90
*
intel/tools/disasm: correctly observe FILE *out parameter
Kevin Rogovin
2017-10-26
1
-2
/
+2
*
intel/compiler: brw_validate_instructions to take const void* instead of void*
Kevin Rogovin
2017-10-26
2
-2
/
+2
*
loader: drop empty function alias
Eric Engestrom
2017-10-26
1
-11
/
+2
*
radeonsi: add a workaround for weird s_buffer_load_dword behavior on SI
Marek Olšák
2017-10-26
1
-3
/
+10
*
util: use OpenBSD/NetBSD code on FreeBSD/DragonFly
Greg V
2017-10-26
1
-1
/
+2
*
winsys/svga/drm: add ERESTART define for *BSD
Greg V
2017-10-26
1
-0
/
+5
*
loader: use drmGetDeviceNameFromFd2 from libdrm
Greg V
2017-10-26
1
-35
/
+1
*
meson: wayland-egl depends on wayland-client
Daniel Stone
2017-10-26
1
-0
/
+1
*
freedreno: implement pipe->invalidate_resource()
Rob Clark
2017-10-26
2
-1
/
+28
*
freedreno: GL_ARB_texture_barrier
Rob Clark
2017-10-26
2
-1
/
+13
*
freedreno/a5xx: rename invalidate_resource()
Rob Clark
2017-10-26
1
-8
/
+9
*
freedreno/a5xx: mem2gmem is read-only for BO
Rob Clark
2017-10-26
1
-1
/
+1
*
freedreno: small rename
Rob Clark
2017-10-26
1
-4
/
+4
*
radeon/video: add gfx9 offsets when rejoin the video surface
Leo Liu
2017-10-26
1
-1
/
+4
*
radv: only copy the dynamic states that changed
Samuel Pitoiset
2017-10-26
1
-23
/
+69
*
radv: store the dynamic state mask into radv_dynamic_state
Samuel Pitoiset
2017-10-26
3
-7
/
+12
*
radv: only emit the depth bounds test values when set dynamically
Samuel Pitoiset
2017-10-26
1
-2
/
+1
*
glsl/linker: Fix type checks for location aliasing
Iago Toral Quiroga
2017-10-26
1
-3
/
+19
*
glsl/linker: refactor check_location_aliasing
Iago Toral Quiroga
2017-10-26
1
-64
/
+46
*
glsl/linker: validate explicit locations for SSO programs
Iago Toral Quiroga
2017-10-26
3
-0
/
+71
*
glsl/linker: generalize validate_explicit_variable_location for SSO
Iago Toral Quiroga
2017-10-26
1
-2
/
+16
*
glsl/linker: create a helper function to validate explicit locations
Iago Toral Quiroga
2017-10-26
1
-39
/
+55
*
glsl/linker: outputs in the same location must share auxiliary storage
Iago Toral Quiroga
2017-10-26
1
-6
/
+30
[next]