Android: egl: add dependency on libnativewindow
[mesa.git] / src /
2017-10-26 Rob HerringAndroid: egl: add dependency on libnativewindow
2017-10-26 Dylan Bakermeson: build nouveau vieux driver
2017-10-26 Dylan Bakermeson: build r200 driver
2017-10-26 Dylan Bakermeson: build r100 driver
2017-10-26 Kevin Rogovinintel/tools/disasm: correctly observe FILE *out parameter
2017-10-26 Kevin Rogovinintel/compiler: brw_validate_instructions to take const...
2017-10-26 Eric Engestromloader: drop empty function alias
2017-10-26 Marek Olšákradeonsi: add a workaround for weird s_buffer_load_dwor...
2017-10-26 Greg Vutil: use OpenBSD/NetBSD code on FreeBSD/DragonFly
2017-10-26 Greg Vwinsys/svga/drm: add ERESTART define for *BSD
2017-10-26 Greg Vloader: use drmGetDeviceNameFromFd2 from libdrm
2017-10-26 Daniel Stonemeson: wayland-egl depends on wayland-client
2017-10-26 Rob Clarkfreedreno: implement pipe->invalidate_resource()
2017-10-26 Rob Clarkfreedreno: GL_ARB_texture_barrier
2017-10-26 Rob Clarkfreedreno/a5xx: rename invalidate_resource()
2017-10-26 Rob Clarkfreedreno/a5xx: mem2gmem is read-only for BO
2017-10-26 Rob Clarkfreedreno: small rename
2017-10-26 Leo Liuradeon/video: add gfx9 offsets when rejoin the video...
2017-10-26 Samuel Pitoisetradv: only copy the dynamic states that changed
2017-10-26 Samuel Pitoisetradv: store the dynamic state mask into radv_dynamic_state
2017-10-26 Samuel Pitoisetradv: only emit the depth bounds test values when set...
2017-10-26 Iago Toral Quirogaglsl/linker: Fix type checks for location aliasing
2017-10-26 Iago Toral Quirogaglsl/linker: refactor check_location_aliasing
2017-10-26 Iago Toral Quirogaglsl/linker: validate explicit locations for SSO programs
2017-10-26 Iago Toral Quirogaglsl/linker: generalize validate_explicit_variable_loca...
2017-10-26 Iago Toral Quirogaglsl/linker: create a helper function to validate expli...
2017-10-26 Iago Toral Quirogaglsl/linker: outputs in the same location must share...
2017-10-26 Iago Toral Quirogaglsl/linker: outputs in the same location must share...
2017-10-26 Iago Toral Quirogaglsl/linker: fix location aliasing checks for interface...
2017-10-26 Iago Toral Quirogaglsl/linker: refactor link-time validation of output...
2017-10-26 Iago Toral Quirogaglsl/linker: report linker errors for invalid explicit...
2017-10-26 Dave Airlieac/llvm: drop pointless wrappers around umsb/imsb
2017-10-26 Dave Airlieac/llvm: consolidate find lsb function.
2017-10-26 Dave Airlieac/llvm: drop v4f32empty. (v2)
2017-10-26 Dave Airlieac/llvm: add i1false/i1true to common code.
2017-10-26 Dave Airlieac/llvm: use the ac i32 0/1 and f32 0/1 llvm types.
2017-10-26 Dave Airlieac/nir: move lds declaration/load/store into shared...
2017-10-25 Dave Airliest/mesa: enable nir path for all shaders.
2017-10-25 Dave Airliest/program: add support for gs/tes/tcs nir shaders.
2017-10-25 Dave Airliest/program: rework basic variant interface
2017-10-25 Jason Ekstrandanv/entrypoints: Dump useful data if mako throws an...
2017-10-25 Jason Ekstrandnir/opt_intrinsics: Rework progress
2017-10-25 Jason Ekstrandintel/compiler: Call nir_lower_system_values in brw_pre...
2017-10-25 Jason Ekstrandi965/program: Move nir_lower_system_values higher up
2017-10-25 Jason Ekstrandnir/lower_wpos_ytransform: Support system value intrinsics
2017-10-25 Jason Ekstrandanv/pipeline: Call nir_lower_system_valaues after brw_p...
2017-10-25 Jason Ekstrandanv/pipeline: Drop nir_lower_clip_cull_distance_arrays
2017-10-25 Jason Ekstrandanv/pipeline: Dump shader immedately after spirv_to_nir
2017-10-25 Jason Ekstrandintel/eu: Use EXECUTE_1 for JMPI
2017-10-25 Alejandro Piñeiroi965/fs: Add brw_reg_type_from_bit_size utility method
2017-10-25 Jason Ekstrandi965/fs/nir: Use the nir_src_bit_size helper
2017-10-25 Jason Ekstrandintel/fs: Handle flag read/write aliasing in needs_src_copy
2017-10-25 Jan Veselyclover: Fix compilation after clang r315871
2017-10-25 Marek Olšákglsl_to_tgsi: remove unused glsl_version variable
2017-10-25 Bas Nieuwenhuizenradv: Compute ac keys from pipeline key.
2017-10-25 Bas Nieuwenhuizenradv: Add single pipeline cache key.
2017-10-25 Bas Nieuwenhuizenradv: Don't compute as_ls/as_es before hashing.
2017-10-25 Jordan Justenglsl_to_nir: Zero nir_constant in constant_copy for...
2017-10-25 Jordan Justenglsl_to_nir: Zero nir_variable struct for valgrind...
2017-10-25 Jordan Justennir: Zero nir_load_const_instr::value for valgrind...
2017-10-25 Jordan Justenintel/nir: Zero local index const struct for valgrind...
2017-10-25 Jordan Justennir: Zero local_size const struct for valgrind & nir_se...
2017-10-25 Jordan Justenglsl: Add field initializers for glsl_struct_field...
2017-10-25 Jason Ekstrandcompiler/types: Support [de]serializing void types
2017-10-25 Jason Ekstrandnir/intrinsics: Set the correct num_indices for load_output
2017-10-25 Connor Abbottglsl: move shader_cache type handling to glsl_types
2017-10-25 Alex Smithvulkan: Update headers and registry to 1.0.64
2017-10-25 Matthew Nichollsac/nir: generate correct instruction for atomic min...
2017-10-25 Roland Scheideggergallium/util: remove some block alignment assertions
2017-10-25 Harish Krupogles2: support for GL_EXT_occlusion_query_boolean
2017-10-25 Tapani Pällimesa: enum checks for GL_EXT_occlusion_query_boolean
2017-10-25 Samuel Pitoisetradv: print NIR before LLVM IR and disassembly
2017-10-25 Bas Nieuwenhuizenradv: Fix truncation issue hexifying the cache uuid...
2017-10-25 Timothy Arceriradv: enable lower to scalar nir pass
2017-10-25 Timothy Arceriac: add support for explicit component packing
2017-10-25 Timothy Arcerii965: fix unused var warnings in release build
2017-10-25 Dave Airlieradv: use device name in cache creation like radeonsi.
2017-10-25 Dave Airlieradv: use a define for the transition point between...
2017-10-24 Kenneth Graunkei965: Call gen6_upload_push_constants() even when the...
2017-10-24 Kenneth Graunkei965: Drop a bunch of downcasting and upcasting of...
2017-10-24 Kenneth Graunkei965: Move _mesa_shader_write_subroutine_indices down...
2017-10-24 Dave Airlieradv: only emit dfsm packets if dfsm is allowed.
2017-10-24 Rob Clarkmeson: build freedreno
2017-10-24 Rob Clarkmeson: extract out variable for nir_algebraic.py
2017-10-24 Rob Clarkfreedreno/ir3: use a flag instead of setting PYTHONPATH
2017-10-24 Kenneth Graunkei965: Don't disable CCS for RT dependencies when dispat...
2017-10-24 Eric Anholti965: Fix memmem compiler warnings.
2017-10-24 Rob Clarkfreedreno: per-context fd_pipe
2017-10-24 Rob Clarkfreedreno: rename pipe -> vsc_pipe
2017-10-24 Rob Clarkfreedreno: pass context flags through to fd_context_init()
2017-10-24 Brian Paulgallium/util: use util_snprintf() in u_socket_connect()
2017-10-24 Marek Olšákradeonsi: postponed KILL isn't postponed anymore, but...
2017-10-24 Marek Olšákradeonsi: use postponed KILL only when derivatives...
2017-10-24 Marek Olšákac: use llvm.amdgcn.kill with LLVM 6.0
2017-10-24 Marek Olšákac: replace ac_build_kill with ac_build_kill_if_false
2017-10-23 Timothy Arceriradv: move nir print after linking is done
2017-10-23 Dave Airliemesa/bufferobj: don't double negate the range
2017-10-23 Timothy Arceriradv: clone meta shaders before linking
2017-10-23 Brian Paulgallium/util: don't call close() on Windows in u_tests.c
2017-10-23 Brian Paulmesa: use util_strdup() macro in u_debug_symbol.c
next