summaryrefslogtreecommitdiff
path: root/src/mesa/main/macros.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-08mesa: Move is_power_of_two() function from brw_context.h to macros.h.Kenneth Graunke1-0/+11
2014-01-21mesa: Add STRINGIFY macro.Matt Turner1-0/+2
2013-10-22mesa: fix a couple issues with U_FIXED, I_FIXED macrosBrian Paul1-3/+3
2013-10-13mesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.Kenneth Graunke1-0/+22
2013-10-13mesa: Move ROUND_DOWN_TO() macro from i915/i965 to macros.h.Kenneth Graunke1-0/+12
2013-10-09mesa: Fix compiler warnings when ALIGN's alignment is "1 << value".Eric Anholt1-1/+1
2013-08-26mesa: init dst values in COPY_CLEAN_4V_TYPE_AS_FLOAT()Brian Paul1-1/+2
2013-06-12mesa: Fix bug in unclamped float to ubyte conversion.Manfred Ernst1-2/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-21mesa: Introduce a globally-available minify() macro.Eric Anholt1-0/+6
2013-02-08Consolidate some redundant definitions of ARRAY_SIZE() macro.Paul Berry1-0/+3
2013-01-08mesa: Add ALIGN() macro to main/macros.h.Paul Berry1-0/+13
2012-11-06vbo: fix glVertexAttribI* functionsMarek Olšák1-0/+39
2012-09-24Use signbit() in IS_NEGATIVE and DIFFERENT_SIGNSMatt Turner1-19/+2
2012-09-04mesa: fix DIFFERENT_SIGNS() functionBrian Paul1-1/+1
2012-09-03mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul1-2/+2
2012-09-01mesa: move IS_NEGATIVE() and DIFFERENT_SIGNS() to macros.hBrian Paul1-0/+32
2012-08-29mesa: convert a few more macros to inline functionsBrian Paul1-22/+21
2012-08-29mesa: remove COPY_4V_CAST() macroBrian Paul1-9/+0
2012-08-29mesa: convert a bunch of math macros to inline functionsBrian Paul1-56/+86
2012-05-19mesa: use F_TO_I() instead of IROUND()Brian Paul1-5/+5
2011-11-15mesa: new BYTE/SHORT_TO_FLOATZ() macrosBrian Paul1-0/+7
2011-11-15mesa: move CEILING() macro into macros.hBrian Paul1-0/+4
2011-11-15mesa: remove unused macros in macros.hBrian Paul1-26/+0
2011-09-20mesa: remove unused interp/stride chan macrosBrian Paul1-27/+0
2011-04-27mesa: add macros MIN3 and MAX3Marek Olšák1-0/+4
2011-03-29mesa: initial EXT_texture_snorm supportMarek Olšák1-2/+1
2010-07-09mesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h.Vinson Lee1-0/+35
2010-05-09mesa: added UNCLAMPED_FLOAT_TO_SHORT macroBrian Paul1-0/+3
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-1/+1
2010-02-13mesa: Fix compiler warningsKarl Schultz1-2/+2
2009-12-22mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.Eric Anholt1-6/+0
2009-12-03mesa: use _mesa_memcpy for COPY_4FV macroRoland Scheidegger1-8/+3
2009-09-03ARB sync: Add infrastructure for glGetInteger64vIan Romanick1-0/+3
2009-06-22mesa: From float type modifier from values to large for singlesIan Romanick1-7/+7
2009-06-15mesa: Use type modifier for float constants.José Fonseca1-7/+7
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger1-0/+22
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-2/+5
2008-09-21mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul1-0/+7
2006-10-18minor re-org, doxygen commentsBrian Paul1-11/+13
2005-11-09Bug 4996.Brian Paul1-3/+0
2005-11-09Move COPY_FLOAT() macro down into glide driver.Brian Paul1-10/+14
2004-09-09Update the doxygen configuration file.Jose Fonseca1-3/+0
2004-05-14minor doxygen updatesBrian Paul1-0/+2
2004-01-01whitespace changes and new commentsBrian Paul1-86/+87
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-0/+2
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-301/+300