mesa.git
2017-12-04 Jason Ekstrandvulkan/wsi: Add wsi_swapchain_init/finish functions
2017-12-04 Jason Ekstrandvulkan/wsi: Add a wsi_device_init function
2017-12-04 Jason Ekstrandvulkan/wsi/x11: Handle the geometry check earlier in...
2017-12-04 Daniel Stonevulkan/wsi: Add a wsi_image structure
2017-12-04 Dave Airlievulkan/wsi: use function ptr definitions from the spec.
2017-12-04 Kenneth Graunkei965: Emit CS stall before MEDIA_VFE_STATE.
2017-12-04 Kenneth Graunkei965: Move PIPE_CONTROL defines and prototypes to brw_p...
2017-12-04 Jason Ekstrandspirv: Replace unreachable with vtn_fail
2017-12-04 Jason Ekstrandspirv: Replace assert with vtn_assert
2017-12-04 Jason Ekstrandspirv: Add vtn_fail and vtn_assert helpers
2017-12-04 Jason Ekstrandutil: Add a NORETURN macro
2017-12-04 Jason Ekstrandspirv: Do something useful with OpSource
2017-12-04 Jason Ekstrandspirv: Rework logging
2017-12-04 Jason Ekstrandspirv: Re-arrange vtn_builder initialization
2017-12-04 Jason Ekstrandspirv: Parent the nir_shader to the builder while building
2017-12-04 Rob Clarkfreedreno: mark stencil buffer valid too in case of...
2017-12-04 Rob Clarkfreedreno: remove use of u_transfer
2017-12-04 Eric Engestromfreedreno: add -Wno-packed-bitfield-compat for meson...
2017-12-04 Samuel Iglesias... glsl: don't run intrastage array validation when the...
2017-12-04 Samuel Iglesias... glsl/es: precision qualifier doesn't need to match...
2017-12-04 Pierre Moreaunvc0/ir: Properly lower 64-bit shifts when the shift...
2017-12-04 Fabian Bielerglsl: Match order of gl_LightSourceParameters elements.
2017-12-04 Fabian Bielerglsl: Fix gl_NormalScale.
2017-12-04 Timothy Arcerist/glsl_to_nir/radeonsi: enable gs support for nir...
2017-12-04 Timothy Arceriac: add si_nir_load_input_gs() to the abi
2017-12-04 Timothy Arceriac: move build_varying_gather_values() to ac_llvm_build...
2017-12-04 Timothy Arceriac: add basic nir -> llvm type helper
2017-12-04 Timothy Arceriradeonsi: create si_llvm_load_input_gs()
2017-12-04 Timothy Arceriradeonsi: pass llvm type to lds_load()
2017-12-04 Timothy Arceriradeonsi: add llvm_type_is_64bit() helper
2017-12-04 Timothy Arceriradeonsi: pass llvm type to si_llvm_emit_fetch_64bit()
2017-12-04 Timothy Arceriradeonsi: add nir support for gs epilogue
2017-12-04 Timothy Arceriradeonsi: add nir support for es epilogue
2017-12-04 Timothy Arceriradeonsi: add nir support for ls epilogue
2017-12-04 Timothy Arcerist/glsl_to_nir: add gs support to st_nir_assign_var_loc...
2017-12-04 Timothy Arcerist/glsl_to_nir: use nir_lower_io_arrays_to_elements...
2017-12-04 Timothy Arcerinir: allow builin arrays to be lowered
2017-12-04 Timothy Arcerinir: add array lowering function that assumes there...
2017-12-04 Timothy Arceriradv: enable nir varying array splitting
2017-12-03 Timothy Arcerist/glsl_to_nir: enable NIR link time opts
2017-12-03 Timothy Arceriradeonsi/nir: add support for packed inputs
2017-12-03 Timothy Arcerist/glsl_to_nir: move some calls out of st_glsl_to_nir_p...
2017-12-03 Timothy Arcerist/glsl_to_nir: call some lowering passes earlier
2017-12-03 Timothy Arcerist/glsl_to_nir: add basic NIR opt loop helper
2017-12-03 Timothy Arcerist/glsl_to_nir: make st_glsl_to_nir() static
2017-12-03 Timothy Arcerist/glsl_to_nir: split the st_glsl_to_nir() function...
2017-12-03 Timothy Arcerist/glsl_to_nir: create set_st_program() helper
2017-12-03 Timothy Arcerist/glsl: move nir linking loop to new function st_link_...
2017-12-03 Timothy Arcerinir: fix support for scalar arrays in nir_lower_io_types()
2017-12-03 Timothy Arcerist/glsl_to_nir: add st_nir_assign_var_locations() helper
2017-12-03 Timothy Arceriradv: enable nir component packing
2017-12-03 Timothy Arcerinir: add varying component packing helpers
2017-12-03 Timothy Arcerinir: add varying array splitting pass
2017-12-03 Rob Clarkfreedreno/ir3: relax barriers
2017-12-03 Rob Clarkfreedreno/ir3: all mem instructions have WAR hazzard
2017-12-03 Rob Clarkfreedreno: add debug option to force emulated indirect
2017-12-03 Rob Clarkfreedreno: also mark draw-indirect buffer as read
2017-12-03 Rob Clarkfreedreno: small cleanups
2017-12-03 Rob Clarkfreedreno: avoid unneccessary batch flush
2017-12-03 Rob Clarkfreedreno: avoid mem2gmem for invalidated buffers
2017-12-03 Rob Clarkfreedreno: deferred flush support
2017-12-03 Rob Clarkfreedreno: rework fence tracking
2017-12-03 Rob Clarkfreedreno: proper locking for iterating dependent batches
2017-12-03 Rob Clarkfreedreno/a5xx: correct max_indicies for indirect draws
2017-12-02 Jason Ekstrandspirv: Convert the supported_extensions struct to spirv...
2017-12-02 Jason Ekstrandspirv: Only emit functions which are actually used
2017-12-02 Jason Ekstrandspirv: Drop the impl field from vtn_builder
2017-12-02 Jordan Justeni965: Serialize nir later in the linking process
2017-12-02 Marc Dietrichconfigure: avoid testing for negative compiler options
2017-12-01 Eric Anholtbroadcom/vc4: Use a single-entry cached last_hindex...
2017-12-01 Eric Anholtbroadcom/vc4: Decompose single QUADs to a TRIANGLE_FAN.
2017-12-01 Eric Anholtbroadcom/vc4: Use the new enum functionality of the...
2017-12-01 Eric Anholtbroadcom/vc4: Skip emitting redundant VC4_PACKET_GEM_HA...
2017-12-01 Eric Anholtbroadcom/vc4: Simplify the relocation handling for...
2017-12-01 Eric Anholtbroadcom/vc4: Fix handling of GFXH-515 workaround with...
2017-12-01 Eric Anholtbroadcom/vc4: Fix the scaling factor for the GFXH-515...
2017-12-01 Dylan Bakermeson: use dep_thread instead of dependency('threads...
2017-12-01 Dylan Bakermeson: Add lmsensors support
2017-12-01 Dylan Bakermeson: Add support for gallium extra hud
2017-12-01 Adam Jacksonglx: Prepare driFetchDrawable for no-config contexts
2017-12-01 Adam Jacksonglx: Use __glXSendError instead of open-coding it
2017-12-01 Adam Jacksonglx: Simplify some dummy vtable interactions
2017-12-01 Emil Velikovdocs/release-calendar: update and extend
2017-12-01 Emil Velikovdocs/specs: annotate MESA_set_3dfx_mode as obsolete
2017-12-01 Emil Velikovxlib: remove dummy GLX_MESA_set_3dfx_mode implementation
2017-12-01 Emil Velikovdocs/specs: annotate MESA_agp_offset as obsolete
2017-12-01 Emil Velikovxlib: remove empty GLX_MESA_agp_offset stubs
2017-12-01 Emil Velikovxlib: remove empty GLX_NV_vertex_array_range stubs
2017-12-01 Rafael Antognollii965/gen10: Change the order of PIPE_CONTROL and load...
2017-12-01 Rafael Antognolliintel/compiler: Implement WaClearTDRRegBeforeEOTForNonPS.
2017-12-01 Rafael Antognollii965/gen10: emit 3DSTATE_MULTISAMPLE more often.
2017-12-01 Dylan Bakermeson: install khrplatform header for EGL as well as...
2017-12-01 Dylan Bakermeson: install dri internal header
2017-12-01 Jason Ekstrandi965: Disable regular fast-clears (CCS_D) on gen9+
2017-12-01 Vadym Shovkopliasegl/x11: Remove unneeded free() on always null string
2017-12-01 Eric Engestromgallium/hud: use #ifdef to test for macro existence
2017-12-01 Eric Engestromamd: remove always-true BRAHMA_BUILD define
2017-12-01 Vadym Shovkopliasglx/dri3: Remove unused deviceName variable
2017-12-01 George Kyriazisswr/scons: Fix intermittent build failure
2017-12-01 Samuel Pitoisetradv: only reset command buffers when the allocation...
next