aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-4/+5
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-3/+4
* draw: use util_pstipple_* function for stipple pattern textures and samplersNicolai Hähnle2016-02-091-110/+11
* draw: use util_pstipple_create_fragment_shaderNicolai Hähnle2016-02-091-197/+12
* draw: fix pstipple and aaline stages wrt sampler_views/samplersRoland Scheidegger2015-12-181-3/+4
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-2/+2
* tgsi: add negate parameter to tgsi_transform_kill_inst()Brian Paul2015-09-011-1/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* draw: updates to support SVIEW declsRob Clark2015-06-211-1/+16
* draw: use new tgsi_transform inst/decl helpers in pstipple codeBrian Paul2014-09-221-68/+19
* draw: use tgsi transform prolog callback in polygon stipple codeBrian Paul2014-09-221-125/+110
* draw: Duplicate TGSI tokens in draw_pipe_pstipple module.José Fonseca2014-03-251-1/+2
* draw: Save original driver functions earlier.José Fonseca2014-01-231-7/+7
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-15/+18
* draw: remove use of old bind_fragment_sampler_states()Brian Paul2013-10-031-40/+6
* draw: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-3/+48
* draw: rename bind_sampler_states variablesBrian Paul2013-10-031-8/+8
* draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issuesRoland Scheidegger2013-08-301-3/+3
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-4/+4
* draw: use pipe_transfer_unmap() to match pipe_transfer_map()Brian Paul2013-04-021-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-4/+2
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-1/+2
* draw: fix missing immediates bug in polygon stipple codeBrian Paul2012-03-281-0/+5
* draw: Avoid NULL pointer dereference when binding NULL fragment shaders.José Fonseca2012-02-021-1/+1
* draw: assert that we have non-null fragment shaderBrian Paul2011-11-031-0/+2
* draw: remove unnecessary flushMarek Olšák2011-03-111-7/+0
* draw: update comments, rename vars in pstipple codeBrian Paul2011-02-171-16/+18
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-2/+3
* draw: fix out of memory handling in polygon stipple stageBrian Paul2010-06-301-5/+10
* draw: handle some out of memory conditionsAlan Hourihane2010-06-161-2/+11
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-0/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-7/+7
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-6/+8
|\
| * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-1/+1
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-6/+8
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-19/+39
|/
* Merge branch 'gallium-embedded'José Fonseca2010-02-031-0/+1
|\
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
* | draw: remove old hard-coded shader length limitsBrian Paul2010-02-021-4/+6
* | draw: re-implement free_bit() with ffs()Brian Paul2010-02-021-6/+1
|/
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-1/+0
|\
| * Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-041-1/+0
| |\
| | * gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-1/+0
* | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/ /
* | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-31/+32
|\ \
| * | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-11/+11
| * | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-4/+4
| * | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-12/+12
| * | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-16/+16