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
...
*
configure: check for -std=c++11 support and enable st/mesa test accordingly
Gert Wollny
2017-11-08
2
-1
/
+59
*
configure.ac: append to existing initializer override flags
Emil Velikov
2017-11-08
1
-2
/
+2
*
configure.ac: append to existing MSVC compat flags
Emil Velikov
2017-11-08
1
-4
/
+4
*
meson: Allow building glvnd with EGL and non-dri based GLX
Dylan Baker
2017-11-08
1
-2
/
+6
*
configure.ac: require xcb* for the omx/va/... when using x11 platform
Emil Velikov
2017-11-08
1
-1
/
+3
*
configure.ac: loosen --enable-glvnd check to honour egl
Emil Velikov
2017-11-08
1
-8
/
+4
*
egl/android: add a note about .swap_buffers_with_damage
Emil Velikov
2017-11-08
1
-1
/
+1
*
wayland-drm: static inline wayland_drm_buffer_get
Emil Velikov
2017-11-08
5
-43
/
+39
*
automake: intel: correctly append to the LIBADD variable
Emil Velikov
2017-11-08
1
-1
/
+1
*
configure: enable the OpenCL ICD by default
Emil Velikov
2017-11-08
2
-2
/
+3
*
targets/opencl: don't hardcode the icd file install to /etc/...
Emil Velikov
2017-11-08
1
-1
/
+1
*
amd: add amdgpu_asic_addr.h to the sources list
Emil Velikov
2017-11-08
1
-0
/
+1
*
gallivm: Use new LLVM fast-math-flags API
Tobias Droste
2017-11-08
1
-0
/
+4
*
glsl: add varying resources for arrays of complex types
Juan A. Suarez Romero
2017-11-08
1
-4
/
+59
*
st/glsl_to_nir: use nir_shader_gather_info()
Timothy Arceri
2017-11-08
1
-8
/
+10
*
st/glsl_to_nir: generate NIR earlier
Timothy Arceri
2017-11-08
2
-37
/
+14
*
st/glsl_to_nir: delay adding built-in uniforms to Parameters list
Timothy Arceri
2017-11-08
2
-36
/
+34
*
amd/addrlib: update to latest version
Marek Olšák
2017-11-08
32
-3335
/
+1354
*
braodcom/vc5: Flush the job when it grows over 1GB.
Eric Anholt
2017-11-07
3
-0
/
+10
*
broadcom/vc5: Do 16-bit unpacking of integer texture returns properly.
Eric Anholt
2017-11-07
1
-8
/
+29
*
broadcom/vc5: Fix pausing of transform feedback.
Eric Anholt
2017-11-07
1
-1
/
+1
*
broadcom/vc5: Add support for GL_RASTERIZER_DISCARD
Eric Anholt
2017-11-07
1
-0
/
+2
*
broadcom/vc5: Fix scheduling for a non-SFU R4 write after a dead R4 write.
Eric Anholt
2017-11-07
2
-5
/
+33
*
broadcom/vc5: Add partial transform feedback query support.
Eric Anholt
2017-11-07
3
-17
/
+64
*
broadcom/vc5: Add occlusion query support.
Eric Anholt
2017-11-07
7
-20
/
+125
*
intel/fs/nir: Return Q types from brw_reg_type_for_bit_size
Jason Ekstrand
2017-11-07
1
-2
/
+2
*
intel/fs/nir: Use Q immediates for load_const on gen8+
Jason Ekstrand
2017-11-07
1
-3
/
+11
*
intel/fs/nir: Setup immediates based on type in i2b and f2b
Jason Ekstrand
2017-11-07
1
-1
/
+2
*
intel/reg: Add helpers for 64-bit integer immediates
Jason Ekstrand
2017-11-07
1
-0
/
+18
*
compiler/nir_types: Handle vectors in glsl_get_array_element
Jason Ekstrand
2017-11-07
1
-0
/
+2
*
nir: Validate base types on array dereferences
Jason Ekstrand
2017-11-07
1
-2
/
+16
*
nir,intel/compiler: Use a fixed subgroup size
Jason Ekstrand
2017-11-07
4
-28
/
+15
*
nir/lower_subgroups: Lower ballot intrinsics to the specified bit size
Jason Ekstrand
2017-11-07
5
-31
/
+84
*
nir/builder: Add a nir_imm_intN_t helper
Jason Ekstrand
2017-11-07
1
-0
/
+12
*
nir/lower_system_values: Lower SUBGROUP_*_MASK based on type
Jason Ekstrand
2017-11-07
1
-2
/
+3
*
nir: Make ballot intrinsics variable-size
Jason Ekstrand
2017-11-07
3
-6
/
+8
*
nir: Add a ssa_dest_init_for_type helper
Jason Ekstrand
2017-11-07
1
-0
/
+9
*
nir: Add a new subgroups lowering pass
Jason Ekstrand
2017-11-07
8
-186
/
+208
*
intel/fs: Don't use automatic exec size inference
Jason Ekstrand
2017-11-07
1
-3
/
+9
*
intel/fs: Explicitly set EXECUTE_1 where needed
Jason Ekstrand
2017-11-07
4
-9
/
+15
*
intel/eu: Explicitly set EXECUTE_1 where needed
Jason Ekstrand
2017-11-07
1
-0
/
+9
*
intel/eu: Make automatic exec sizes a configurable option
Jason Ekstrand
2017-11-07
3
-14
/
+29
*
intel/fs: Rework zero-length URB write handling
Jason Ekstrand
2017-11-07
1
-29
/
+31
*
intel/compiler/fs: Set up subgroup invocation as a system value
Jason Ekstrand
2017-11-07
1
-13
/
+21
*
intel/cs: Push subgroup ID instead of base thread ID
Jason Ekstrand
2017-11-07
9
-36
/
+40
*
intel/cs: Re-run final NIR optimizations for each SIMD size
Jason Ekstrand
2017-11-07
1
-41
/
+69
*
intel/compiler: Move the destructor from vec4_visitor to backend_shader
Jason Ekstrand
2017-11-07
4
-5
/
+5
*
i965/fs: Get rid of the early return in brw_compile_cs
Jason Ekstrand
2017-11-07
1
-13
/
+14
*
intel/cs: Rework the way thread local ID is handled
Jason Ekstrand
2017-11-07
6
-46
/
+32
*
intel/fs: Mark 64-bit values as being contiguous
Jason Ekstrand
2017-11-07
1
-1
/
+4
[prev]
[next]