index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
draw
/
draw_pipe_pstipple.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-01
tgsi: add negate parameter to tgsi_transform_kill_inst()
Brian Paul
1
-1
/
+2
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
1
-1
/
+1
2015-06-21
draw: updates to support SVIEW decls
Rob Clark
1
-1
/
+16
2014-09-22
draw: use new tgsi_transform inst/decl helpers in pstipple code
Brian Paul
1
-68
/
+19
2014-09-22
draw: use tgsi transform prolog callback in polygon stipple code
Brian Paul
1
-125
/
+110
2014-03-25
draw: Duplicate TGSI tokens in draw_pipe_pstipple module.
José Fonseca
1
-1
/
+2
2014-01-23
draw: Save original driver functions earlier.
José Fonseca
1
-7
/
+7
2014-01-17
s/Tungsten Graphics/VMware/
José Fonseca
1
-2
/
+2
2013-10-23
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
1
-15
/
+18
2013-10-03
draw: remove use of old bind_fragment_sampler_states()
Brian Paul
1
-40
/
+6
2013-10-03
draw: use pipe_context::bind_sampler_states() if non-null
Brian Paul
1
-3
/
+48
2013-10-03
draw: rename bind_sampler_states variables
Brian Paul
1
-8
/
+8
2013-08-30
draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issues
Roland Scheidegger
1
-3
/
+3
2013-07-12
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
1
-4
/
+4
2013-04-02
draw: use pipe_transfer_unmap() to match pipe_transfer_map()
Brian Paul
1
-1
/
+1
2012-10-11
gallium: unify transfer functions
Marek Olšák
1
-4
/
+2
2012-05-11
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
1
-1
/
+2
2012-03-28
draw: fix missing immediates bug in polygon stipple code
Brian Paul
1
-0
/
+5
2012-02-02
draw: Avoid NULL pointer dereference when binding NULL fragment shaders.
José Fonseca
1
-1
/
+1
2011-11-03
draw: assert that we have non-null fragment shader
Brian Paul
1
-0
/
+2
2011-03-11
draw: remove unnecessary flush
Marek Olšák
1
-7
/
+0
2011-02-17
draw: update comments, rename vars in pstipple code
Brian Paul
1
-16
/
+18
2010-12-02
gallium: support for array textures and related changes
Roland Scheidegger
1
-2
/
+3
2010-06-30
draw: fix out of memory handling in polygon stipple stage
Brian Paul
1
-5
/
+10
2010-06-16
draw: handle some out of memory conditions
Alan Hourihane
1
-2
/
+11
2010-04-16
Merge the lp-surface-tiling branch into master.
Brian Paul
1
-0
/
+1
2010-04-10
Squashed commit of the following:
Keith Whitwell
1
-7
/
+7
2010-03-13
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
1
-6
/
+8
2010-03-11
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
1
-1
/
+1
2010-03-11
Squashed commit of gallium-context-transfers:
Keith Whitwell
1
-6
/
+8
2010-02-03
Merge branch 'gallium-embedded'
José Fonseca
1
-0
/
+1
2010-02-02
draw: remove old hard-coded shader length limits
Brian Paul
1
-4
/
+6
2010-02-02
draw: re-implement free_bit() with ffs()
Brian Paul
1
-6
/
+1
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
1
-0
/
+1
2009-12-17
Merge branch 'master' into pipe-format-simplify
Michal Krol
1
-1
/
+0
2010-02-19
gallium: WIP: Introduce sampler views.
Michal Krol
1
-19
/
+39
2009-12-04
Merge branch 'gallium-noblocks'
Roland Scheidegger
1
-1
/
+0
2009-12-03
Move pf_get_block() to u_format auxiliary module.
Michal Krol
1
-1
/
+2
2009-12-01
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
1
-31
/
+32
2009-12-01
draw: Update for renamed sampler/texture state setters.
Michal Krol
1
-4
/
+4
2009-11-30
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
1
-1
/
+0
2009-11-24
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
1
-11
/
+11
2009-11-24
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
1
-4
/
+4
2009-11-24
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
1
-12
/
+12
2009-11-24
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
1
-16
/
+16
2009-11-24
tgsi: reduce repetition of structure name in its members
Keith Whitwell
1
-3
/
+3
2009-11-24
gallium: simplify tgsi tokens further
Keith Whitwell
1
-1
/
+2
2009-11-19
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
1
-3
/
+3
2009-07-22
gallium: simplify tgsi_full_immediate struct
Keith Whitwell
1
-1
/
+4
2009-06-01
gallium/draw: Free specialized versions of driver shaders
Keith Whitwell
1
-0
/
+4
[next]