anv: get rid of VULKAN_ENTRYPOINT_CPPFLAGS variable
[mesa.git] / src /
2016-05-01 Emil Velikovanv: get rid of VULKAN_ENTRYPOINT_CPPFLAGS variable
2016-05-01 Emil Velikovanv: factor out the X11/XCB build
2016-05-01 Emil Velikovanv: kill of custom define HAVE_WAYLAND_PLATFORM
2016-05-01 Emil Velikovanv: refactor wayland build handling
2016-05-01 Emil Velikovautomake: include vulkan subdir after wayland-drm
2016-05-01 Emil Velikovanv: use a common variable to manage the library depend...
2016-05-01 Emil Velikovanv: use the GENERATED_FILES variable
2016-05-01 Emil Velikovanv: fold the tests' makefile
2016-05-01 Emil Velikovanv: build the core vulkan only once
2016-05-01 Emil Velikovanv: kill off custom CFLAGS
2016-05-01 Emil Velikovanv: add missing link against the math library
2016-05-01 Emil Velikovanv: split sources lists to Makefile.sources
2016-05-01 Emil Velikovanv: remove custom rule to install the intel_icd.json
2016-05-01 Emil Velikovanv: tweak the LDFLAGS
2016-05-01 Emil Velikovanv: tweak the %.json rule
2016-05-01 Emil Velikovanv: add a comment about dev_icd.json
2016-05-01 Emil Velikovgenxml: ship all the files needed in the tarball
2016-05-01 Emil Velikovanv: remove description about GENX_FUNC macro
2016-05-01 Emil Velikovgallium/target-helpers: remove inline_wrapper_sw_helper.h
2016-05-01 Mark Kettenisegl/x11: resolve "initialization from incompatible...
2016-05-01 Chuck Atkinsglx: Refactor the configure options for glx implementat...
2016-04-30 Thomas Hindoe Paab... nir/lower_double_ops: fix indentation
2016-04-30 Thomas Hindoe Paab... nir/opt_dead_cf: fix indentation
2016-04-30 Thomas Hindoe Paab... nir/opt_dead_cf: correction of side effect check
2016-04-30 Rob Clarkfreedreno/ir3: use pipe_debug_callback for shader-db...
2016-04-30 Rob Clarkfreedreno/a4xx: add debug callback to emit
2016-04-30 Rob Clarkfreedreno/a3xx: add debug callback to emit
2016-04-30 Rob Clarkfreedreno: wire up core pipe_debug_callback
2016-04-30 Rob Clarkfreedreno/ir3: handle color clamp variant ourselves
2016-04-30 Rob Clarknir: clamp-color-output support
2016-04-30 Rob Clarkfreedreno: fix indentation
2016-04-30 Marek Olšákradeonsi: fix synchronization of shader images
2016-04-30 Samuel Pitoisetst/glsl_to_tgsi: fix potential crash when allocating...
2016-04-29 Kenneth Graunkeglsl: Lower vector_extracts to swizzles after lower_vec...
2016-04-29 Kenneth Graunkeglsl: Convert lower_vec_index_to_swizzle to a rvalue...
2016-04-29 Thomas Fallermesa: simplify _mesa_Lightfv
2016-04-29 Nicolai Hähnlegallium/radeon: fix crash in r600_set_streamout_targets
2016-04-29 Nicolai Hähnlest/glsl_to_tgsi: reduce stack explosion in recursive...
2016-04-29 Nicolai Hähnletgsi/text: fix parsing of memory instructions
2016-04-29 Nicolai Hähnletgsi/text: add str_match_name_from_array
2016-04-29 Nicolai Hähnletgsi/text: add str_match_format helper function
2016-04-29 Nicolai Hähnletgsi/build: pass Memory.Texture and .Format through...
2016-04-29 Nicolai Hähnletgsi/dump: signal nospace when the last print exceeded...
2016-04-29 Nicolai Hähnletgsi/dump: shared dump_ctx initialization
2016-04-29 Emil Velikovst/omx: don't return early in vid_enc_EncodeFrame()
2016-04-29 Andres Gomezglsl: Checks for interpolation into its own function.
2016-04-29 Jason Ekstrandnir/algebraic: Support lowering for both 64 and 32...
2016-04-29 Jason Ekstrandnir/opcodes: Make ldexp take an explicitly 32-bit int
2016-04-29 Jason Ekstrandnir/opcodes: Simplify the expressions for [un]pack_double
2016-04-28 Kenneth Graunkemesa: Fix indirect draw buffer size check on 32-bit...
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_def
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_use and friends
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_parallel_copy_...
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_phi_src
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Jason Ekstrandanv/lower_push_constants: fixup for nir_foreach_block()
2016-04-28 Jason Ekstrandanv/apply_pipeline_layout: fixup for nir_foreach_block()
2016-04-28 Jason Ekstrandanv/apply_dynamic_offsets: fixup for nir_foreach_block()
2016-04-28 Connor Abbotti965/nir: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/algebraic: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/validate: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/nir_worklist: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/remove_dead_variables: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/split_var_copies: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/repair_ssa: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_peephole_select: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/phi_builder: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_cp: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_remove_phis: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_undef: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_dead_cf: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_dce: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_gcm: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_constant_folding: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_samplers: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/normalize_cubemap_coords: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_var_copies: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/move_vec_src_uses_to_dest: fixup for new foreach_bl...
2016-04-28 Connor Abbottnir/lower_vars_to_ssa: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_vec_to_movs: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_idiv: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_to_source_mods: fixup for new foreeach_block()
2016-04-28 Connor Abbottnir/lower_io: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_system_values: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_phis_to_scalar: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_indirect_derefs: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/nir_lower_global_vars: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_atomics: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_load_const: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_locals_to_regs: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_gs_intrinsics: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/nir: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_clip: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_alu_to_scalar: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/liveness: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/inline_functions: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/from_ssa: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/dominance: fixup for new foreach_block()
2016-04-28 Samuel Pitoisetnvc0: stick compute kernel arguments into uniform_bo
next