mesa.git
2019-08-01 Alyssa Rosenzweigpanfrost: Remove shader state *base
2019-08-01 Alyssa Rosenzweigpanfrost: Remove CSO dependency from shader_compile
2019-08-01 Alyssa Rosenzweigpanfrost: Generalize UBO upload for other shader stages
2019-08-01 Alyssa Rosenzweigpanfrost: Guard vertex upload by ctx->vertex != NULL
2019-08-01 Alyssa Rosenzweigpanfrost: Generalize vertex shader upload
2019-08-01 Alyssa Rosenzweigpanfrost: Share gl_enables between VERTEX/COMPUTE
2019-08-01 Alyssa Rosenzweigpanfrost: Invoke compute shader according to grid info
2019-08-01 Alyssa Rosenzweigpanfrost: Explain and include compute FBD
2019-08-01 Alyssa Rosenzweigpanfrost: Unify-driven cleanup
2019-08-01 Alyssa Rosenzweigpanfrost: Unify ctx->vs and ctx->fs
2019-08-01 Alyssa Rosenzweigpanfrost: Flesh out launch_grid stub
2019-08-01 Alyssa Rosenzweigpanfrost: Cleanup via payload unification
2019-08-01 Alyssa Rosenzweigpanfrost: Unify payload_vertex/payload_tiler
2019-08-01 Alyssa Rosenzweigpanfrost: Only wallpaper if we drew something
2019-08-01 Alyssa Rosenzweigpanfrost: Adjust shader CAPs to expose dEQP compute
2019-08-01 Alyssa Rosenzweigpanfrost: Expose NIR as our PIPE_SHADER_CAP_SUPPORTED_IRS
2019-08-01 Alyssa Rosenzweigpanfrost: Copy freedreno's panfrost_get_compute_param
2019-08-01 Alyssa Rosenzweigpanfrost: Expose COMPUTE-related caps for GLES3.1
2019-08-01 Alyssa Rosenzweigpanfrost: Stub out launch_grid
2019-08-01 Alyssa Rosenzweigpanfrost: Stub out compute CSO
2019-08-01 Alyssa Rosenzweigpanfrost: Implement gl_FrontFacing
2019-08-01 Alyssa Rosenzweigpanfrost: Add support for decoding gl_FrontFacing
2019-08-01 Alyssa Rosenzweigpan/decode: Use max varying index as varying buffer...
2019-08-01 Timothy Arceriiris: add support for gl_ClipVertex in tess eval shaders
2019-08-01 Timothy Arceriiris: add support for gl_ClipVertex in geometry shaders
2019-08-01 Jason Ekstrandnir: Stop whacking gl_FrontFacing to a system value
2019-08-01 Alyssa Rosenzweigpanfrost: Implement panfrost_set_shader_buffers callback
2019-08-01 Alyssa Rosenzweiggallium/util: Add util_set_shader_buffers_mask helper
2019-08-01 Jonathan Marekkmsro: move entry points from etnaviv to kmsro
2019-08-01 Emil Velikovgitlab-ci: remove software-properties-common
2019-08-01 Brian Paulst/mesa: fix MSVC compile breakage
2019-08-01 Gert Wollnyvirgl: Enable depth_clamp by lowering if the host is...
2019-08-01 Gert Wollnygallium: Make PIPE_CAP_DEPTH_CLIP_DISABLE a tri-state...
2019-08-01 Gert Wollnymesa/st: Signal state changes when depth_clamp is emulated
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
next