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
/
drivers
/
llvmpipe
/
lp_state_fs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: Fix pointer dereference after free.
José Fonseca
2010-06-18
1
-1
/
+2
*
llvmpipe: limit the number of fragment shader variants kept around
Roland Scheidegger
2010-06-18
1
-32
/
+86
*
llvmpipe: hook up basic gs and multiple constant buffer support
Keith Whitwell
2010-06-07
1
-4
/
+4
*
llvmpipe: Number shaders/variants for more reproducible function names in the...
José Fonseca
2010-06-03
1
-7
/
+21
*
llvmpipe: Centralize all position interpolation in lp_bld_interp.c.
José Fonseca
2010-06-02
1
-44
/
+1
*
llvmpipe: Use struct lp_shader_input in the interpolator.
José Fonseca
2010-06-01
1
-2
/
+7
*
llvmpipe: Don't waste time interpolating unused input channels.
José Fonseca
2010-06-01
1
-1
/
+13
*
llvmpipe: Show fs's TGSI when LP_DEBUG=tgsi is set.
José Fonseca
2010-05-31
1
-1
/
+2
*
llvmpipe: Use pointer_to_func() instead of custom wrappers.
José Fonseca
2010-05-30
1
-1
/
+2
*
llvmpipe: Pass the fs variant to the rasterizer.
José Fonseca
2010-05-30
1
-4
/
+1
*
llvmpipe: more tweaks to dump_fs_variant_key()
Brian Paul
2010-05-20
1
-5
/
+7
*
llvmpipe: use util_dump_logicop()
Brian Paul
2010-05-20
1
-1
/
+1
*
llvmpipe: put variant print/debug code into separate function
Brian Paul
2010-05-20
1
-59
/
+70
*
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-05-15
1
-1
/
+0
*
llvmpipe: Use GALLIVM_DEBUG opt where applicable.
José Fonseca
2010-05-15
1
-4
/
+5
*
llvmpipe: silence casting warnings
Brian Paul
2010-05-13
1
-14
/
+0
*
llvmpipe: Dump fs key's stencil state.
José Fonseca
2010-05-12
1
-0
/
+10
*
llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.
José Fonseca
2010-05-12
1
-2
/
+2
*
llvmpipe: Move the opaque flag computation into the variant.
José Fonseca
2010-05-12
1
-14
/
+13
*
llvmpipe: fix up indexing of blend/colormask state for render targets
Brian Paul
2010-05-10
1
-4
/
+20
*
gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.
José Fonseca
2010-05-08
1
-2
/
+2
*
llvmpipe: implement occlusion query
Qicheng Christopher Li
2010-05-06
1
-8
/
+20
*
llvmpipe: Fix alpha blending for formats without alpha channel.
José Fonseca
2010-05-03
1
-2
/
+51
*
llvmpipe: Remove unused variable.
Vinson Lee
2010-05-01
1
-2
/
+0
*
llvmpipe: make shader-related functions static, clean-up initializations
Brian Paul
2010-04-28
1
-4
/
+16
*
llvmpipe: remove some unneeded shader structure fields
Brian Paul
2010-04-28
1
-5
/
+2
*
llvmpipe: dump shaders if LP_DEBUG=tgsi
Brian Paul
2010-04-28
1
-0
/
+5
*
llvmpipe: Remove unused variable.
Vinson Lee
2010-04-26
1
-2
/
+0
*
llvmpipe: Remove unused variable.
Vinson Lee
2010-04-25
1
-2
/
+0
*
llvmpipe: Remove unused variable.
Vinson Lee
2010-04-24
1
-2
/
+0
*
llvmpipe: Remove unused variable.
Vinson Lee
2010-04-24
1
-2
/
+0
*
gallivm: implement indirect addressing over temporaries
Zack Rusin
2010-04-22
1
-1
/
+1
*
llvmpipe: Fix typo in assert.
José Fonseca
2010-04-22
1
-2
/
+2
*
llvmpipe: Remove unused variable.
Vinson Lee
2010-04-20
1
-3
/
+1
*
llvmpipe: update comment
Brian Paul
2010-04-18
1
-1
/
+1
*
llvmpipe: fix color masking
Brian Paul
2010-04-16
1
-2
/
+4
*
llvmpipe: remove unneeded declaration (which caused a warning)
Brian Paul
2010-04-16
1
-1
/
+0
*
llvmpipe: updated #includes
Brian Paul
2010-04-16
1
-4
/
+5
*
Merge the lp-surface-tiling branch into master.
Brian Paul
2010-04-16
1
-1
/
+1
*
llvmpipe: Respect pipe_sampler_view::format.
José Fonseca
2010-04-12
1
-1
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-5
/
+4
*
gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass through
Brian Paul
2010-03-18
1
-27
/
+34
*
llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TEST
Brian Paul
2010-03-18
1
-2
/
+2
*
gallivm/llvmpipe: simplify front/back stencil ref value handling
Brian Paul
2010-03-18
1
-3
/
+4
*
llvmpipe: set opaque = FALSE if stencil enabled
Brian Paul
2010-03-18
1
-0
/
+1
*
llvmpipe: Fix crashes when there is no depth buffer bound.
José Fonseca
2010-03-18
1
-0
/
+3
*
llvmpipe: remove incorrect depth test check
Brian Paul
2010-03-17
1
-4
/
+1
*
llvmpipe: silence some pointer/casting warnings
Brian Paul
2010-03-17
1
-3
/
+21
*
gallivm/llvmpipe: more asst changes for stencil testing
Brian Paul
2010-03-17
1
-27
/
+28
*
gallivm/llmvpipe: pass stencil refs state into z/stencil build code
Brian Paul
2010-03-17
1
-6
/
+16
[next]