index
:
~gabbayo/mesa
llvmpipe-ppc64le-optimize-with-rt-checks
master
mesa-upstream
mesa-vsx
nemanjai
r600g-debug-1.3
r600g-upstream
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
/
drivers
/
llvmpipe
/
lp_state_fs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-18
llvmpipe: fix using wrong format with MRT in blend code
Roland Scheidegger
1
-6
/
+21
2012-12-12
llvmpipe: remove unneeded draw_flush() call
Brian Paul
1
-2
/
+0
2012-12-11
llvmpipe: support pipe_resource-based constant buffers
Brian Paul
1
-19
/
+19
2012-12-07
gallivm,llvmpipe,draw: Support multiple constant buffers.
José Fonseca
1
-1
/
+1
2012-12-04
llvmpipe: Fix alignment.
José Fonseca
1
-0
/
+5
2012-12-03
llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.
James Benton
1
-1
/
+1
2012-12-03
llvmpipe: Refactor convert_to/from_blend_type to convert in place.
José Fonseca
1
-12
/
+8
2012-12-03
llvmpipe: Improve color buffer loads/stores alignment.
José Fonseca
1
-10
/
+19
2012-11-29
llvmpipe: Fix incorrect sizeof.
Vinson Lee
1
-2
/
+2
2012-11-29
llvmpipe: Eliminate color buffer swizzling.
José Fonseca
1
-123
/
+7
2012-11-28
llvmpipe: Don't use dynamically sized arrays.
José Fonseca
1
-4
/
+4
2012-11-28
llvmpipe: Unswizzled rendering.
James Benton
1
-41
/
+1059
2012-08-06
llvmpipe: combine vertex/fragment sampler state into an array
Brian Paul
1
-2
/
+2
2012-07-20
llvmpipe: use runtime loop instead of static loop for looping over quads
Roland Scheidegger
1
-48
/
+367
2012-07-17
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
1
-81
/
+81
2012-06-19
llvmpipe: Add vertex id support.
Olivier Galibert
1
-1
/
+4
2012-06-19
llvmpipe: Simplify and fix system variables fetch.
Olivier Galibert
1
-1
/
+1
2012-06-18
llvmpipe: Implement cylindrical wrapping.
James Benton
1
-0
/
+1
2012-05-22
llvmpipe: Fix alpha testing precision on rgba8 formats.
José Fonseca
1
-1
/
+4
2012-05-16
llvmpipe: Color slot interpolation can be flat or perspective, not linear.
Olivier Galibert
1
-1
/
+1
2012-05-11
llvmpipe: add cast to silence warning
Brian Paul
1
-1
/
+2
2012-05-11
Merge branch 'gallium-userbuf'
Marek Olšák
1
-3
/
+17
2012-05-02
llvmpipe: Added support for color masks in AoS blending.
James Benton
1
-6
/
+3
2012-04-30
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
1
-2
/
+15
2012-04-30
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
1
-1
/
+2
2012-01-30
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
1
-8
/
+8
2012-01-11
llvmpipe: Update for TGSI_INTERPOLATE_COLOR.
José Fonseca
1
-7
/
+3
2011-12-31
llvmpipe: fix blending for intensity formats
Dave Airlie
1
-1
/
+2
2011-12-08
llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.
José Fonseca
1
-11
/
+23
2011-12-08
llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...
José Fonseca
1
-2
/
+4
2011-11-14
llvmpipe: Remove unused variables.
José Fonseca
1
-2
/
+0
2011-09-29
llvmpipe: Prevent segfault during fs variant cache shrinking.
José Fonseca
1
-4
/
+15
2011-01-19
llvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
Brian Paul
1
-3
/
+14
2011-01-15
Merge branch 'draw-instanced'
Brian Paul
1
-1
/
+2
2010-12-22
llvmpipe: Remove unnecessary headers.
Vinson Lee
1
-1
/
+0
2010-12-08
gallivm/llvmpipe: implement system values and instanceID
Brian Paul
1
-1
/
+2
2010-11-30
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
1
-91
/
+135
2010-11-02
llvmpipe: add a cast
Brian Paul
1
-1
/
+1
2010-11-02
llvmpipe: assign context's frag shader pointer before using it
Brian Paul
1
-2
/
+2
2010-10-28
gallivm: Remove the EMMS opcodes.
José Fonseca
1
-5
/
+0
2010-10-17
Merge remote branch 'origin/master' into lp-setup-llvm
Keith Whitwell
1
-208
/
+285
2010-10-17
llvmpipe: Fix bad refactoring.
José Fonseca
1
-2
/
+1
2010-10-15
llvmpipe: validate color outputs against key->nr_cbufs
Keith Whitwell
1
-1
/
+2
2010-10-15
llvmpipe: check shader outputs are non-null before using
Keith Whitwell
1
-2
/
+2
2010-10-15
llvmpipe: don't pass frontfacing as a float
Keith Whitwell
1
-1
/
+1
2010-10-14
llvmpipe: code to dump bytecode to file (disabled)
Brian Paul
1
-0
/
+6
2010-10-14
llvmpipe: don't try to emit non-existent color outputs
Keith Whitwell
1
-8
/
+9
2010-10-13
llvmpipe: Unbreak Z32_FLOAT.
José Fonseca
1
-7
/
+14
2010-10-11
llvmpipe: Use lp_tgsi_info.
José Fonseca
1
-19
/
+19
2010-10-09
gallivm: Cleanup the rest of the flow module.
José Fonseca
1
-10
/
+2
[prev]
[next]