summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* panfrost: Add support for decoding gl_FrontFacingAlyssa Rosenzweig2019-08-012-1/+11
* pan/decode: Use max varying index as varying buffer countAlyssa Rosenzweig2019-08-011-6/+6
* iris: add support for gl_ClipVertex in tess eval shadersTimothy Arceri2019-08-014-2/+37
* iris: add support for gl_ClipVertex in geometry shadersTimothy Arceri2019-08-014-21/+57
* nir: Stop whacking gl_FrontFacing to a system valueJason Ekstrand2019-08-015-7/+7
* panfrost: Implement panfrost_set_shader_buffers callbackAlyssa Rosenzweig2019-08-012-0/+18
* gallium/util: Add util_set_shader_buffers_mask helperAlyssa Rosenzweig2019-08-012-0/+42
* kmsro: move entry points from etnaviv to kmsroJonathan Marek2019-08-011-3/+3
* st/mesa: fix MSVC compile breakageBrian Paul2019-08-011-2/+2
* virgl: Enable depth_clamp by lowering if the host is new enough.Gert Wollny2019-08-012-1/+8
* gallium: Make PIPE_CAP_DEPTH_CLIP_DISABLE a tri-state value and use itGert Wollny2019-08-012-1/+6
* mesa/st: Signal state changes when depth_clamp is emulatedGert Wollny2019-08-011-1/+25
* mesa/st: Add depth clamping to rasterizer codeGert Wollny2019-08-012-6/+39
* mesa/st: Tie depth_clamp code into other shaders (GS and TES)Gert Wollny2019-08-013-1/+36
* mesa/st: Tie depth_clamp lowering into the FSGert Wollny2019-08-013-0/+18
* mesa/st: Tie depth clamp lowering in to the VP codeGert Wollny2019-08-014-0/+32
* mesa/st: add tgsi-lowering code for depth-clampErik Faye-Lund2019-08-014-0/+451
* mesa/st: replace boolean declarations by boolGert Wollny2019-08-011-2/+2
* Revert "softpipe: Don't draw when rasterizer_discard is set"Gert Wollny2019-08-011-3/+0
* intel/vec4: Drop all of the 64-bit varying codeJason Ekstrand2019-07-314-200/+47
* intel/fs: Drop all of the 64-bit varying codeJason Ekstrand2019-07-312-363/+139
* intel: Use NIR to lower 64-bit varying accessJason Ekstrand2019-07-311-6/+11
* nir/lower_io: Add an option to lower 64-bit varyingsJason Ekstrand2019-07-312-15/+118
* nir: use common deref has indirect code in scratch lowering.Dave Airlie2019-08-011-15/+1
* nir: remove explicit nir_intrinsic_index_flag valuesEric Engestrom2019-07-311-2/+2
* state_tracker: Free Labels for querry and tranform_feedbackYevhenii Kolesnikov2019-07-312-0/+2
* iris: Skip emitting 3DSTATE_INDEX_BUFFER if possibleKenneth Graunke2019-07-313-11/+27
* st/dri: simplify dri_get_egl_image by reusing dri2_format_tableMike Blumenkrantz2019-07-313-42/+24
* lima: enable lower_bitops in ppirErico Nunes2019-07-311-0/+1
* nir/algebraic: rename lower_bitshift to lower_bitopsErico Nunes2019-07-314-9/+9
* lima/ppir: lower fdot in nir_opt_algebraicErico Nunes2019-07-315-80/+5
* nir/algebraic: add new fsum ops and fdot loweringErico Nunes2019-07-313-0/+11
* lima/ppir: refactor texture code to simplify schedulerErico Nunes2019-07-315-60/+7
* lima/ppir: lower texture projectionErico Nunes2019-07-311-0/+5
* Revert "st/dri: simplify dri_get_egl_image by reusing dri2_format_table"Kenneth Graunke2019-07-313-25/+42
* pan/midgard: Don't special case inline_constantAlyssa Rosenzweig2019-07-317-30/+13
* pan/midgard: De-special-case branchingAlyssa Rosenzweig2019-07-316-30/+11
* panfrost: Add MALI_SAMP_NORM_COORDS flagAlyssa Rosenzweig2019-07-313-3/+8
* panfrost: Simplify filter_mode definitionAlyssa Rosenzweig2019-07-313-41/+28
* pan/midgard: Shrink "compute FBD"Alyssa Rosenzweig2019-07-311-1/+1
* panfrost: Flip texture/sampler fieldsAlyssa Rosenzweig2019-07-312-2/+2
* panfrost: Add MALI_ATTR_IMAGE valueAlyssa Rosenzweig2019-07-312-0/+7
* st/dri: simplify dri_get_egl_image by reusing dri2_format_tableMike Blumenkrantz2019-07-313-42/+25
* gallium: add handling for YUV planar surfacesMike Blumenkrantz2019-07-318-84/+328
* gallium: add AYUV and XYUV formatsMike Blumenkrantz2019-07-315-0/+102
* pan/midgard: Simplify discard logicAlyssa Rosenzweig2019-07-311-17/+1
* pan/midgard: Add units for more instructionsAlyssa Rosenzweig2019-07-312-6/+6
* pan/midgard: Fix ball/bany opcode tableAlyssa Rosenzweig2019-07-312-17/+22
* pan/midgard: Document branch combination LUTAlyssa Rosenzweig2019-07-313-5/+25
* st/mesa: Skip scissor rect updates when scissor is entirely disabled.Kenneth Graunke2019-07-311-0/+3