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_setup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: Fix build after removal of deprecated attribute API v2
Aaron Watry
2016-11-09
1
-2
/
+1
*
llvmpipe: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-2
/
+2
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-2
/
+2
*
llvmpipe: use ints not unsigned for slots
Roland Scheidegger
2016-01-07
1
-2
/
+2
*
llvmpipe: scratch some special handling of vp_index/layer
Roland Scheidegger
2016-01-07
1
-14
/
+1
*
llvmpipe: fix layer/vp input into fs when not written by prior stages
Roland Scheidegger
2015-12-12
1
-10
/
+19
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
1
-1
/
+1
*
llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.
Mathias Fröhlich
2014-09-30
1
-1
/
+1
*
gallivm: give more verbose names to modules
Roland Scheidegger
2014-05-16
1
-6
/
+7
*
llvmpipe: improve setup shader names (for debugging)
Roland Scheidegger
2014-05-15
1
-38
/
+40
*
llvmpipe: kill off llvmpipe_variant_count
Roland Scheidegger
2014-05-15
1
-5
/
+3
*
llvmpipe: Delete unneeded LLVM stuff earlier.
José Fonseca
2014-05-14
1
-11
/
+2
*
llvmpipe: get rid of barycentric calculation of a0
Roland Scheidegger
2013-12-14
1
-66
/
+4
*
llvmpipe: (trivial) disable new accurate origin calculation
Roland Scheidegger
2013-11-22
1
-1
/
+1
*
llvmpipe: calculate more accurate interpolation value at origin
Roland Scheidegger
2013-11-21
1
-6
/
+82
*
llvmpipe: (trivial) fix more fallout from the setup cleanup.
Roland Scheidegger
2013-11-14
1
-2
/
+4
*
llvmpipe: (trivial) fix misplaced bld context assignment.
Roland Scheidegger
2013-11-14
1
-2
/
+1
*
llvmpipe: clean up state setup code a bit
Roland Scheidegger
2013-11-14
1
-115
/
+59
*
draw,llvmpipe: use exponent manipulation instead of exp2 for polygon offset
Roland Scheidegger
2013-11-12
1
-11
/
+15
*
draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_float
Matthew McClure
2013-11-07
1
-5
/
+60
*
llvmpipe: fix frontface behavior again
Zack Rusin
2013-08-02
1
-3
/
+11
*
llvmpipe: make the front-face behavior match the gallium spec
Zack Rusin
2013-08-02
1
-1
/
+4
*
llvmpipe: handle offset_clamp
Roland Scheidegger
2013-06-27
1
-1
/
+19
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
1
-1
/
+1
*
llvmpipe: rename polygon offset fields to something more specific
Brian Paul
2013-02-22
1
-6
/
+9
*
gallivm: Updated lp_build_const_mask_aos to input number of channels.
James Benton
2012-11-28
1
-1
/
+1
*
llvmpipe: Silence Coverity incorrect sizeof expression defect.
Vinson Lee
2012-08-15
1
-1
/
+1
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
1
-261
/
+226
*
llvmpipe: Implement cylindrical wrapping.
James Benton
2012-06-18
1
-1
/
+76
*
llvmpipe: Color slot interpolation can be flat or perspective, not linear.
Olivier Galibert
2012-05-16
1
-1
/
+1
*
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
2012-01-30
1
-2
/
+2
*
llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...
José Fonseca
2011-12-08
1
-1
/
+7
*
llvmpipe: Make more resilient to out-of-memory situations.
José Fonseca
2011-11-14
1
-4
/
+5
*
llvmpipe: Use -1 instead of ~0 for "no slot".
José Fonseca
2011-11-01
1
-5
/
+11
*
llvmpipe: silence a pointer type warning
Brian Paul
2011-09-20
1
-1
/
+1
*
llvmpipe: fix warning: ‘t0’ may be used uninitialized in this function
Marek Olšák
2011-03-12
1
-1
/
+1
*
llvmpipe: Fix build errors on x86.
Chia-I Wu
2010-12-01
1
-3
/
+4
*
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
1
-114
/
+133
*
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-11-22
1
-2
/
+0
*
llvmpipe: twoside for specular color also
Keith Whitwell
2010-11-19
1
-7
/
+13
*
llvmpipe: fix up twoside after recent changes
Keith Whitwell
2010-11-19
1
-8
/
+7
*
llvmpipe: fix such that offset/twoside function only does in-place modification
Hui Qi Tay
2010-11-19
1
-155
/
+159
*
llvmpipe: clean up polygon offset function in lp setup code
Hui Qi Tay
2010-11-15
1
-44
/
+16
*
llvmpipe: added llvm offset setup code
Hui Qi Tay
2010-11-04
1
-45
/
+134
*
llvmpipe: Moved draw pipeline twoside function to llvm setup code
Hui Qi Tay
2010-11-01
1
-3
/
+82
*
llvmpipe: remove unused arg from jit_setup_tri function
Keith Whitwell
2010-10-17
1
-2
/
+1
*
Merge remote branch 'origin/master' into lp-setup-llvm
Keith Whitwell
2010-10-17
1
-1
/
+1
*
llvmpipe: remove setup fallback path
Keith Whitwell
2010-10-17
1
-11
/
+2
*
llvmpipe: minor changes in llvm coefficient calcs
Hui Qi Tay
2010-09-27
1
-2
/
+3
[next]