mesa.git
2019-08-01 Gert Wollnymesa/st: Add depth clamping to rasterizer code
2019-08-01 Gert Wollnymesa/st: Tie depth_clamp code into other shaders (GS...
2019-08-01 Gert Wollnymesa/st: Tie depth_clamp lowering into the FS
2019-08-01 Gert Wollnymesa/st: Tie depth clamp lowering in to the VP code
2019-08-01 Erik Faye-Lundmesa/st: add tgsi-lowering code for depth-clamp
2019-08-01 Gert Wollnymesa/st: replace boolean declarations by bool
2019-08-01 Gert WollnyRevert "softpipe: Don't draw when rasterizer_discard...
2019-07-31 Eric Engestromdocs: reword meson instructions
2019-07-31 Eric Engestromtravis: drop unnecessary Meson option for MacOS
2019-07-31 Jason Ekstrandintel/vec4: Drop all of the 64-bit varying code
2019-07-31 Jason Ekstrandintel/fs: Drop all of the 64-bit varying code
2019-07-31 Jason Ekstrandintel: Use NIR to lower 64-bit varying access
2019-07-31 Jason Ekstrandnir/lower_io: Add an option to lower 64-bit varyings
2019-07-31 Jorge Natzdocs: Update Platforms and Drivers page with more compr...
2019-07-31 Dave Airlienir: use common deref has indirect code in scratch...
2019-07-31 Eric Engestromnir: remove explicit nir_intrinsic_index_flag values
2019-07-31 Yevhenii Kolesnikovstate_tracker: Free Labels for querry and tranform_feedback
2019-07-31 Kenneth Graunkeiris: Skip emitting 3DSTATE_INDEX_BUFFER if possible
2019-07-31 Mike Blumenkrantzst/dri: simplify dri_get_egl_image by reusing dri2_form...
2019-07-31 Erico Nuneslima: enable lower_bitops in ppir
2019-07-31 Erico Nunesnir/algebraic: rename lower_bitshift to lower_bitops
2019-07-31 Erico Nuneslima/ppir: lower fdot in nir_opt_algebraic
2019-07-31 Erico Nunesnir/algebraic: add new fsum ops and fdot lowering
2019-07-31 Erico Nuneslima/ppir: refactor texture code to simplify scheduler
2019-07-31 Erico Nuneslima/ppir: lower texture projection
2019-07-31 Vinson Leescons: Fix random_r check.
2019-07-31 Kenneth GraunkeRevert "st/dri: simplify dri_get_egl_image by reusing...
2019-07-31 Alyssa Rosenzweigpan/midgard: Don't special case inline_constant
2019-07-31 Alyssa Rosenzweigpan/midgard: De-special-case branching
2019-07-31 Alyssa Rosenzweigpanfrost: Add MALI_SAMP_NORM_COORDS flag
2019-07-31 Alyssa Rosenzweigpanfrost: Simplify filter_mode definition
2019-07-31 Alyssa Rosenzweigpan/midgard: Shrink "compute FBD"
2019-07-31 Alyssa Rosenzweigpanfrost: Flip texture/sampler fields
2019-07-31 Alyssa Rosenzweigpanfrost: Add MALI_ATTR_IMAGE value
2019-07-31 Mike Blumenkrantzst/dri: simplify dri_get_egl_image by reusing dri2_form...
2019-07-31 Mike Blumenkrantzgallium: add handling for YUV planar surfaces
2019-07-31 Mike Blumenkrantzgallium: add AYUV and XYUV formats
2019-07-31 Alyssa Rosenzweigpan/midgard: Simplify discard logic
2019-07-31 Alyssa Rosenzweigpan/midgard: Add units for more instructions
2019-07-31 Alyssa Rosenzweigpan/midgard: Fix ball/bany opcode table
2019-07-31 Alyssa Rosenzweigpan/midgard: Document branch combination LUT
2019-07-31 Kenneth Graunkest/mesa: Skip scissor rect updates when scissor is...
2019-07-31 Emil Velikovegl/drm: ensure the backing gbm is set before using it
2019-07-31 Eric Engestromdocs: update required meson version
2019-07-31 Samuel Pitoisetradv/gfx10: implement a GE bug workaround
2019-07-31 Samuel Pitoisetradv/gfx10: remove an obsolete VGT_REUSE_OFF workaround
2019-07-31 Samuel Pitoisetradv/gfx10: disable LATE_ALLOC_GS on Navi14
2019-07-31 Samuel Pitoisetradv/gfx10: implement a bug workaround for GE_PC_ALLOC
2019-07-31 Samuel Pitoisetradv/gfx10: implement a bug workaround for NGG -> legac...
2019-07-31 Samuel Pitoisetradv: skip draw calls with 0-sized index buffers
2019-07-31 Eric Engestromautotools: delete leftover script wrapper
2019-07-31 Eric Engestromvirgl: make use of local variable
2019-07-31 Eric Engestrommesa: add an ASSERTED
2019-07-31 Eric Engestromcompiler/nir: add an ASSERTED
2019-07-31 Eric Engestromintel: add a couple of ASSERTED
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Eric Engestromr600: replace MAYBE_UNUSED with specific #ifdef
2019-07-31 Eric Engestromgallium/aux: replace MAYBE_UNUSED with UNUSED
2019-07-31 Eric Engestrommesa: replace MAYBE_UNUSED with UNUSED
2019-07-31 Eric Engestromv3d: replace MAYBE_UNUSED with UNUSED
2019-07-31 Eric Engestromv3d: drop incorrect MAYBE_UNUSED
2019-07-31 Eric Engestromst/tests: drop incorrect MAYBE_UNUSED
2019-07-31 Eric Engestromradv: drop incorrect MAYBE_UNUSED
2019-07-31 Eric Engestromr600: move variable to proper scope
2019-07-31 Eric Engestromcompiler: replace MAYBE_UNUSED with UNUSED
2019-07-31 Eric Engestrommesa: drop MAYBE_UNUSED var
2019-07-31 Eric Engestromanv: drop MAYBE_UNUSED var
2019-07-31 Eric Engestromi965: drop unused MAYBE_UNUSED function
2019-07-31 Eric Engestromi965: replace MAYBE_UNUSED with GEN condition
2019-07-31 Eric Engestromintel: replace MAYBE_UNUSED with UNUSED
2019-07-31 Eric Engestromintel: drop incorrect MAYBE_UNUSED
2019-07-31 Eric Engestromegl: replace MAYBE_UNUSED with UNUSED
2019-07-31 Samuel Pitoisetradv/gfx10: add Wave32 support for compute shaders
2019-07-31 Kenneth Graunkeiris: Skip repeated depth buffer disables.
2019-07-31 Marek Olšákradeonsi: release NIR in the right place to fix crashes
2019-07-31 Marek Olšákradeonsi: fix packing of key.mono.u.ps
2019-07-31 Marek Olšákac/nir: fix incorrect Phis if callbacks use control...
2019-07-31 Marek Olšákac/nir: handle abs modifier
2019-07-31 Marek Olšákac: fix a memory leak in the error path of ac_build_typ...
2019-07-31 Marek Olšákac: allow control flow statements in NIR callbacks
2019-07-31 Marek Olšákac/nir: handle negate modifier
2019-07-31 Marek Olšákradeonsi: don't use lp_build_if for the prim discard...
2019-07-31 Marek Olšákradeonsi: don't use lp_build_if for the wrapping if...
2019-07-31 Marek Olšákradeonsi: don't use lp_build_if for the wrapping if...
2019-07-31 Marek Olšákradeonsi: don't use lp_build_if (in most common places)
2019-07-31 Marek Olšákradeonsi: don't use lp_build_alloca
2019-07-31 Marek Olšákradeonsi/nir: implement FBFETCH for KHR_blend_equation_...
2019-07-31 Marek Olšákradeonsi/nir: set input_interpolate_loc for color inputs
2019-07-31 Marek Olšákradeonsi/nir: set tgsi_shader_info::num_memory_instructions
2019-07-31 Marek Olšákradeonsi/nir: accurately set input_usage_mask for doubl...
2019-07-31 Marek Olšákradeonsi/nir: accurately set output_usagemask (v2)
2019-07-31 Marek Olšákradeonsi/nir: accurately set reads_*_outputs for TCS
2019-07-31 Marek Olšákradeonsi/nir: clean up gather_intrinsic_load_deref_inpu...
2019-07-31 Marek Olšákradeonsi/nir: add an option to convert TGSI to NIR
2019-07-31 Marek Olšákradeonsi/nir: clean up some nir_scan_shader code
2019-07-31 Marek Olšákradeonsi/gfx10: disable DCC image stores
2019-07-31 Marek Olšákradeonsi: adjust RB+ blend optimization settings
2019-07-31 Marek Olšákac/surface: allow linear swizzle mode automatic selecti...
2019-07-31 Pierre-Eric... mesa: add EXT_dsa indexed generic queries
2019-07-31 Pierre-Eric... mesa: add EXT_dsa indexed texture commands functions
next