index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
include
/
pipe
/
p_util.h
Age
Commit message (
Expand
)
Author
2008-06-27
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-24
gallium: Drop deprecated __MSC__ macro.
José Fonseca
2008-06-24
gallium: WinCE does not have cosf, sinf, etc.
José Fonseca
2008-06-10
gallium: Deprecate GETENV. Replace by debug_get_bool_option.
José Fonseca
2008-06-02
gallium: More tweaks for the cosf/sinf logic.
José Fonseca
2008-06-02
gallium: Fix log<->cos typo in logf.
José Fonseca
2008-06-02
gallium: Hopefully fix the cosf/sinf/etc. conditional compolation logic for g...
José Fonseca
2008-05-31
gallium: Fix preprocessor logic.
Michal Krol
2008-05-31
gallium: MSVC 8.0 already defines the cosf, sinf, etc.
José Fonseca
2008-05-26
Merge branch 'gallium-tex-surface' into gallium-0.1
Jakob Bornecrantz
2008-05-23
Merge branch 'gallium-i915-current' into gallium-0.1
Jakob Bornecrantz
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-05-01
d3d: Windows miniport driver portability fixes.
José Fonseca
2008-04-25
gallium: Windows user mode portability fixes.
José Fonseca
2008-04-21
util: work around freaky win32 math.h
Keith Whitwell
2008-04-21
util: add wrappers for float math functions on windows
Keith Whitwell
2008-04-15
gallium: Don't assume snprintf are always available.
José Fonseca
2008-04-07
gallium: Stop warnings
Jakob Bornecrantz
2008-04-05
gallium: Use the custom snprintf implementation everywhere (for Win32).
José Fonseca
2008-03-25
gallium: Use debug_get_option for GETENV
José Fonseca
2008-03-24
gallium: fix REALLOC() to copy smaller of old/new sizes
Brian
2008-03-24
gallium: Protect operator precedence in macro.
José Fonseca
2008-03-23
gallium: Memory debugging utilities.
José Fonseca
2008-03-18
gallium: make REALLOC a bit more like realloc
Keith Whitwell
2008-03-10
gallium: WinCE portability fixes.
José Fonseca
2008-02-25
Make the pipe headers C++ friendly.
José Fonseca
2008-02-23
gallium: Move align_pointer() to p_pointer.h.
Michal Krol
2008-02-15
Code reorganization: move files into their places.
José Fonseca