index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
c99_math.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-18
math: Import isinf and others to global namespace
Pierre Moreau
1
-0
/
+23
2016-02-11
include,gallium: Remove pre-MSVC 2013 compatibility.
Jose Fonseca
1
-44
/
+5
2015-07-29
c99_math: (trivial) implement exp2 for MSVC too
Roland Scheidegger
1
-0
/
+6
2015-07-29
c99_math: Implement exp2f for MSVC.
Matt Turner
1
-0
/
+6
2015-04-03
gallium: fix gcc compile errors when using _XOPEN_SOURCE=600 but not std=c99
Jose Fonseca
1
-1
/
+6
2015-03-25
c99_math: Don't reimplement lrint and friends on MSVC 2013.
Jose Fonseca
1
-1
/
+2
2015-03-22
include: Ensure float.h is included for DBL_MAX.
Jose Fonseca
1
-0
/
+1
2015-03-12
mesa: move fpclassify work-arounds into c99_math.h
Brian Paul
1
-0
/
+44
2015-02-28
mesa: move FLT_MAX_EXP to c99_math.h
Brian Paul
1
-0
/
+4
2015-02-27
c99_math.h: add defines for M_PI, M_E, M_LOG2E
Brian Paul
1
-0
/
+13
2015-02-26
c99: in c99_math.h check that _USE_MATH_DEFINES is defined with MSVC
Brian Paul
1
-0
/
+5
2015-02-26
include,auxiliary: Remove support for MSVC older then 2008.
Jose Fonseca
1
-71
/
+0
2015-02-24
mesa: move signbit() macro to c99_math.h
Brian Paul
1
-0
/
+8
2015-02-24
mesa: replace LOGF, EXPF with logf, expf
Brian Paul
1
-0
/
+10
2015-02-24
mesa: replace FREXPF, LDEXPF with frexpf, ldexpf
Brian Paul
1
-0
/
+11
2015-02-23
mesa: move math-related function into new c99_math.h file
Brian Paul
1
-0
/
+184