mesa.git
2019-02-10 Dave Airlieglsl: glsl to nir fix uninit class member.
2019-02-10 Alyssa Rosenzweigpanfrost: Elucidate texture op scheduling comment
2019-02-10 Alyssa Rosenzweigpanfrost: Remove speculative if 0'd format bit code
2019-02-10 Alyssa Rosenzweigpanfrost: Remove if 0'd dead code
2019-02-10 Alyssa Rosenzweigpanfrost: Add kernel-agnostic resource management
2019-02-10 Alyssa Rosenzweigpanfrost: Don't hardcode number of nir_ssa_defs
2019-02-10 Alyssa Rosenzweigpanfrost: Clean-up one-argument passing quirk
2019-02-09 Karol Herbstglsl_type: initialize offset and location to -1 for...
2019-02-09 Kenneth Graunkenouveau: Silence unhandled cap warnings
2019-02-08 Caio Marcelo... intel/compiler: use 0 as sampler in emit_mcs_fetch
2019-02-08 Eric Engestromwsi: query the ICD's max dimensions instead of hard...
2019-02-08 Ian Romanicknir: Convert a bcsel with only phi node sources to...
2019-02-08 Ian Romanicknir: Split ALU instructions in loops that read phis
2019-02-08 Ian Romanicknir: Select phi nodes using prev_block instead of conti...
2019-02-08 Ian Romanicknir: Refactor code that checks phi nodes in opt_peel_lo...
2019-02-08 Ian Romanicknir: Document some fields of nir_loop_terminator
2019-02-08 Ian Romanickintel/compiler: Silence warning about value that may...
2019-02-08 Ian Romanicknir: Silence zillions of unused parameter warnings...
2019-02-08 Eric Engestromgitlab-ci: workaround docker bug for users with upperca...
2019-02-08 Andrii Simikliti965: consider a 'base level' when calculating width0...
2019-02-08 Timothy Arcerinir: rewrite varying component packing
2019-02-08 Timothy Arcerinir: add is_packing_supported_for_type() helper
2019-02-08 Timothy Arcerinir: add glsl_type_is_32bit() helper
2019-02-08 Timothy Arcerinir: add support for marking used patches when packing...
2019-02-08 Timothy Arcerist/glsl_to_nir: call nir_remove_dead_variables() after...
2019-02-08 Timothy Arceriutil: move BITFIELD macros to util/macros.h
2019-02-08 Karol Herbstst/mesa: require RGBA2, RGB4, and RGBA4 to be renderable
2019-02-08 Karol Herbstgallium: add PIPE_CAP_MAX_VARYINGS
2019-02-08 Alyssa Rosenzweigkmsro: Silence warning if missing
2019-02-08 Lionel Landwerlinradv: assert that colorAttachment is valid for CmdClear...
2019-02-08 Lionel Landwerlinanv: assert that color attachment are valid
2019-02-07 Dave Airliedocs: update qbo support for virgl
2019-02-07 Eric Engestromtravis: fix osx make build
2019-02-07 Jason EkstrandREADME: Drop the badges from the readme
2019-02-07 Eric Engestromdriconf: drop unused macro
2019-02-07 Eric Engestrommeson: add script to print the options before configuri...
2019-02-07 Alyssa Rosenzweigpanfrost: Include glue for out-of-tree legacy code
2019-02-07 Alyssa Rosenzweigpanfrost: Check in sources for command stream
2019-02-07 Alyssa Rosenzweigpanfrost: Use u_pipe_screen_get_param_defaults
2019-02-07 Alyssa Rosenzweigkmsro: Move DRM entrypoints to shared block
2019-02-07 Rhys Perrynvc0: add compute invocation counter
2019-02-07 Karol Herbstgm107/ir: add fp64 rsq
2019-02-07 Karol Herbstgm107/ir: add fp64 rcp
2019-02-07 Karol Herbstgk104/ir: Use the new rcp/rsq in library
2019-02-07 Boyan Dinggk110/ir: Use the new rcp/rsq in library
2019-02-07 Boyan Dinggk110/ir: Add rsq f64 implementation
2019-02-07 Boyan Dinggk110/ir: Add rcp f64 implementation
2019-02-07 Ilia Mirkinnvc0: stick zero values for the compute invocation...
2019-02-07 Ilia Mirkinnv50,nvc0: use condition for occlusion queries when...
2019-02-07 Ilia Mirkinnvc0: fix 3d images on kepler
2019-02-07 Ilia Mirkinnvc0/ir: fix second tex argument after levelZero optimi...
2019-02-07 Ilia Mirkinnvc0/ir: always use CG mode for loads from atomic-only...
2019-02-07 Ilia Mirkinnvc0: add support for handling indirect draws with...
2019-02-06 Kristian H... freedreno/a6xx: Use tiling for all resources
2019-02-06 Kristian H... freedreno/a6xx: Emit blitter dst with OUT_RELOCW
2019-02-06 Bas Nieuwenhuizenradv: Implement VK_EXT_buffer_device_address.
2019-02-06 Bas Nieuwenhuizenradv: Do not use the bo list for local buffers.
2019-02-06 Bas Nieuwenhuizenamd/common: Implement global memory accesses.
2019-02-06 Bas Nieuwenhuizenamd/common: Do not use 32-bit loads for shared memory.
2019-02-06 Bas Nieuwenhuizenamd/common: handle nir_deref_cast for shared memory...
2019-02-06 Bas Nieuwenhuizenamd/common: Handle nir_deref_type_ptr_as_array for...
2019-02-06 Bas Nieuwenhuizenamd/common: Fix stores to derefs with unknown variable.
2019-02-06 Bas Nieuwenhuizenamd/common: Use correct writemask for shared memory...
2019-02-06 Bas Nieuwenhuizenradv: Fix the shader info pass for not having the...
2019-02-06 Bas Nieuwenhuizenamd/common: Implement ptr->int casts in ac_to_integer.
2019-02-06 Bas Nieuwenhuizenamd/common: Add gep helper for pointer increment.
2019-02-06 Bas Nieuwenhuizenradv: Only look at pImmutableSamples if the descriptor...
2019-02-06 Eric Engestromxvmc: fix string comparison
2019-02-06 Eric Engestromxvmc: fix string comparison
2019-02-06 Eric Engestromgitlab-ci: add meson glvnd build
2019-02-06 Eric Engestromtravis: remove unused scons code path
2019-02-06 Eric Engestromtravis: remove unused linux code path
2019-02-06 Eric Engestromgitlab-ci: add make Gallium ST Other build
2019-02-06 Eric Engestromgitlab-ci: add make Gallium ST Clover LLVM-7 build
2019-02-06 Eric Engestromgitlab-ci: add make Gallium ST Clover LLVM-6.0 build
2019-02-06 Eric Engestromgitlab-ci: add make Gallium ST Clover LLVM-5.0 build
2019-02-06 Eric Engestromgitlab-ci: add make Gallium ST Clover LLVM-4.0 build
2019-02-06 Eric Engestromgitlab-ci: add make Gallium ST Clover LLVM-3.9 build
2019-02-06 Eric Engestromgitlab-ci: add make Gallium Drivers "Other" build
2019-02-06 Eric Engestromgitlab-ci: add make Gallium Drivers RadeonSI build
2019-02-06 Eric Engestromgitlab-ci: add make Gallium Drivers SWR build
2019-02-06 Eric Engestromgitlab-ci: add make loaders/classic DRI build
2019-02-06 Eric Engestromgitlab-ci: add meson gallium ST "Other" build
2019-02-06 Eric Engestromgitlab-ci: add meson gallium ST Clover (LLVM 7.0) build
2019-02-06 Eric Engestromgitlab-ci: add meson gallium ST Clover (LLVM 6.0) build
2019-02-06 Eric Engestromgitlab-ci: add meson gallium ST Clover (LLVM 5.0) build
2019-02-06 Eric Engestromgitlab-ci: add meson gallium "other drivers" build
2019-02-06 Eric Engestromgitlab-ci: add meson gallium RadeonSI build
2019-02-06 Eric Engestromgitlab-ci: add meson gallium SWR build
2019-02-06 Eric Engestromgitlab-ci: add meson loader/classic DRI build
2019-02-06 Eric Engestromgitlab-ci: add scons SWR build
2019-02-06 Eric Engestromgitlab-ci: add scons llvm 3.5 build
2019-02-06 Eric Engestromgitlab-ci: add a scons no-llvm build
2019-02-06 Eric Engestromgitlab-ci: add a make vulkan build
2019-02-06 Eric Engestromgitlab-ci: add a meson vulkan build
2019-02-06 Eric Engestromgitlab-ci: add ubuntu container
2019-02-06 Marek Olšákradeonsi: use local ws variable in si_need_dma_space
2019-02-06 Marek Olšákradeonsi: don't leak an index buffer if draw_vbo fails
2019-02-06 Marek Olšákradeonsi: make allocator_zeroed_memory unmappable and...
2019-02-06 Marek Olšákradeonsi: clear allocator_zeroed_memory with SDMA
next