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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: egl: add dependency on libnativewindow
Rob Herring
2017-10-26
1
-0
/
+4
*
meson: build nouveau vieux driver
Dylan Baker
2017-10-26
4
-2
/
+99
*
meson: build r200 driver
Dylan Baker
2017-10-26
4
-2
/
+98
*
meson: build r100 driver
Dylan Baker
2017-10-26
4
-2
/
+94
*
install_megadrivers: print the full path with driver name
Dylan Baker
2017-10-26
1
-1
/
+1
*
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
*
glsl/linker: outputs in the same location must share interpolation
Iago Toral Quiroga
2017-10-26
1
-4
/
+41
*
glsl/linker: fix location aliasing checks for interface variables
Iago Toral Quiroga
2017-10-26
1
-12
/
+33
*
glsl/linker: refactor link-time validation of output locations
Iago Toral Quiroga
2017-10-26
1
-55
/
+73
*
glsl/linker: report linker errors for invalid explicit locations on inputs
Iago Toral Quiroga
2017-10-26
1
-0
/
+7
*
ac/llvm: drop pointless wrappers around umsb/imsb
Dave Airlie
2017-10-26
1
-14
/
+2
*
ac/llvm: consolidate find lsb function.
Dave Airlie
2017-10-26
4
-54
/
+38
*
ac/llvm: drop v4f32empty. (v2)
Dave Airlie
2017-10-26
1
-12
/
+0
*
ac/llvm: add i1false/i1true to common code.
Dave Airlie
2017-10-26
3
-41
/
+33
*
ac/llvm: use the ac i32 0/1 and f32 0/1 llvm types.
Dave Airlie
2017-10-26
1
-60
/
+52
*
ac/nir: move lds declaration/load/store into shared code.
Dave Airlie
2017-10-26
5
-57
/
+55
*
st/mesa: enable nir path for all shaders.
Dave Airlie
2017-10-26
1
-9
/
+1
*
st/program: add support for gs/tes/tcs nir shaders.
Dave Airlie
2017-10-26
3
-4
/
+56
*
st/program: rework basic variant interface
Dave Airlie
2017-10-26
3
-15
/
+12
*
anv/entrypoints: Dump useful data if mako throws an exception
Jason Ekstrand
2017-10-25
1
-5
/
+17
*
nir/opt_intrinsics: Rework progress
Jason Ekstrand
2017-10-25
1
-5
/
+9
*
intel/compiler: Call nir_lower_system_values in brw_preprocess_nir
Jason Ekstrand
2017-10-25
3
-4
/
+2
*
i965/program: Move nir_lower_system_values higher up
Jason Ekstrand
2017-10-25
1
-1
/
+2
*
nir/lower_wpos_ytransform: Support system value intrinsics
Jason Ekstrand
2017-10-25
1
-0
/
+4
*
anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir
Jason Ekstrand
2017-10-25
1
-1
/
+2
*
anv/pipeline: Drop nir_lower_clip_cull_distance_arrays
Jason Ekstrand
2017-10-25
1
-2
/
+0
*
anv/pipeline: Dump shader immedately after spirv_to_nir
Jason Ekstrand
2017-10-25
1
-0
/
+15
*
intel/eu: Use EXECUTE_1 for JMPI
Jason Ekstrand
2017-10-25
2
-2
/
+1
[next]