index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
draw
/
draw_pipe_pstipple.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
2016-08-29
1
-4
/
+5
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
1
-3
/
+4
*
draw: use util_pstipple_* function for stipple pattern textures and samplers
Nicolai Hähnle
2016-02-09
1
-110
/
+11
*
draw: use util_pstipple_create_fragment_shader
Nicolai Hähnle
2016-02-09
1
-197
/
+12
*
draw: fix pstipple and aaline stages wrt sampler_views/samplers
Roland Scheidegger
2015-12-18
1
-3
/
+4
*
gallium/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-2
/
+2
*
tgsi: add negate parameter to tgsi_transform_kill_inst()
Brian Paul
2015-09-01
1
-1
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
draw: updates to support SVIEW decls
Rob Clark
2015-06-21
1
-1
/
+16
*
draw: use new tgsi_transform inst/decl helpers in pstipple code
Brian Paul
2014-09-22
1
-68
/
+19
*
draw: use tgsi transform prolog callback in polygon stipple code
Brian Paul
2014-09-22
1
-125
/
+110
*
draw: Duplicate TGSI tokens in draw_pipe_pstipple module.
José Fonseca
2014-03-25
1
-1
/
+2
*
draw: Save original driver functions earlier.
José Fonseca
2014-01-23
1
-7
/
+7
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-15
/
+18
*
draw: remove use of old bind_fragment_sampler_states()
Brian Paul
2013-10-03
1
-40
/
+6
*
draw: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
1
-3
/
+48
*
draw: rename bind_sampler_states variables
Brian Paul
2013-10-03
1
-8
/
+8
*
draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issues
Roland Scheidegger
2013-08-30
1
-3
/
+3
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-4
/
+4
*
draw: use pipe_transfer_unmap() to match pipe_transfer_map()
Brian Paul
2013-04-02
1
-1
/
+1
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-4
/
+2
*
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
2012-05-11
1
-1
/
+2
*
draw: fix missing immediates bug in polygon stipple code
Brian Paul
2012-03-28
1
-0
/
+5
*
draw: Avoid NULL pointer dereference when binding NULL fragment shaders.
José Fonseca
2012-02-02
1
-1
/
+1
*
draw: assert that we have non-null fragment shader
Brian Paul
2011-11-03
1
-0
/
+2
*
draw: remove unnecessary flush
Marek Olšák
2011-03-11
1
-7
/
+0
*
draw: update comments, rename vars in pstipple code
Brian Paul
2011-02-17
1
-16
/
+18
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-2
/
+3
*
draw: fix out of memory handling in polygon stipple stage
Brian Paul
2010-06-30
1
-5
/
+10
*
draw: handle some out of memory conditions
Alan Hourihane
2010-06-16
1
-2
/
+11
*
Merge the lp-surface-tiling branch into master.
Brian Paul
2010-04-16
1
-0
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-7
/
+7
*
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-6
/
+8
|
\
|
*
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-1
/
+1
|
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-6
/
+8
*
|
gallium: WIP: Introduce sampler views.
Michal Krol
2010-02-19
1
-19
/
+39
|
/
*
Merge branch 'gallium-embedded'
José Fonseca
2010-02-03
1
-0
/
+1
|
\
|
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-0
/
+1
*
|
draw: remove old hard-coded shader length limits
Brian Paul
2010-02-02
1
-4
/
+6
*
|
draw: re-implement free_bit() with ffs()
Brian Paul
2010-02-02
1
-6
/
+1
|
/
*
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-1
/
+0
|
\
|
*
Merge branch 'gallium-noblocks'
Roland Scheidegger
2009-12-04
1
-1
/
+0
|
|
\
|
|
*
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
1
-1
/
+0
*
|
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+2
|
/
/
*
|
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
2009-12-01
1
-31
/
+32
|
\
\
|
*
|
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-11
/
+11
|
*
|
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-4
/
+4
|
*
|
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
2009-11-24
1
-12
/
+12
|
*
|
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
1
-16
/
+16
[next]