summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-13/+13
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-3/+3
2023-06-26draw: use unsigned instead of uintErik Faye-Lund1-5/+5
2023-05-25aux: remove unused tgsi includesThomas H.P. Andersen1-1/+1
2023-01-28gallium/draw: Enable polygon stipple NIR helpers to generate bool1 or bool32 ...Ian Romanick1-1/+2
2022-10-11draw: asst. clean-ups in draw_pipe_pstipple.cBrian Paul1-20/+16
2022-03-17gallium: rename sysval capsErik Faye-Lund1-1/+1
2021-08-20gallium: add take_ownership into set_sampler_views to skip reference countingMarek Olšák1-3/+6
2021-04-08draw: fix pstipple, aaline and aapoint without LLVMRhys Perry1-2/+0
2021-02-25meson/gallium: Add an option to not use LLVM for gallium draw moduleJesse Natalie1-1/+1
2021-01-27gallium: add unbind_num_trailing_slots to set_sampler_viewsMarek Olšák1-3/+10
2020-05-13gallium: change comments to remove 'state tracker'Marek Olšák1-1/+1
2019-11-28gallium: add nir lowering passes for the draw pipe stages. (v2)Dave Airlie1-8/+25
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch1-4/+5
2016-08-29gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch1-3/+4
2016-02-09draw: use util_pstipple_* function for stipple pattern textures and samplersNicolai Hähnle1-110/+11
2016-02-09draw: use util_pstipple_create_fragment_shaderNicolai Hähnle1-197/+12
2015-12-18draw: fix pstipple and aaline stages wrt sampler_views/samplersRoland Scheidegger1-3/+4
2015-12-06gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan1-2/+2
2015-09-01tgsi: add negate parameter to tgsi_transform_kill_inst()Brian Paul1-1/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2015-06-21draw: updates to support SVIEW declsRob Clark1-1/+16
2014-09-22draw: use new tgsi_transform inst/decl helpers in pstipple codeBrian Paul1-68/+19
2014-09-22draw: use tgsi transform prolog callback in polygon stipple codeBrian Paul1-125/+110
2014-03-25draw: Duplicate TGSI tokens in draw_pipe_pstipple module.José Fonseca1-1/+2
2014-01-23draw: Save original driver functions earlier.José Fonseca1-7/+7
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-15/+18
2013-10-03draw: remove use of old bind_fragment_sampler_states()Brian Paul1-40/+6
2013-10-03draw: use pipe_context::bind_sampler_states() if non-nullBrian Paul1-3/+48
2013-10-03draw: rename bind_sampler_states variablesBrian Paul1-8/+8
2013-08-30draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issuesRoland Scheidegger1-3/+3
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul1-4/+4
2013-04-02draw: use pipe_transfer_unmap() to match pipe_transfer_map()Brian Paul1-1/+1
2012-10-11gallium: unify transfer functionsMarek Olšák1-4/+2
2012-05-11gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez1-1/+2
2012-03-28draw: fix missing immediates bug in polygon stipple codeBrian Paul1-0/+5
2012-02-02draw: Avoid NULL pointer dereference when binding NULL fragment shaders.José Fonseca1-1/+1
2011-11-03draw: assert that we have non-null fragment shaderBrian Paul1-0/+2
2011-03-11draw: remove unnecessary flushMarek Olšák1-7/+0
2011-02-17draw: update comments, rename vars in pstipple codeBrian Paul1-16/+18
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-2/+3
2010-06-30draw: fix out of memory handling in polygon stipple stageBrian Paul1-5/+10
2010-06-16draw: handle some out of memory conditionsAlan Hourihane1-2/+11
2010-04-16Merge the lp-surface-tiling branch into master.Brian Paul1-0/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-7/+7
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-6/+8
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-1/+1
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-6/+8