summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2010-05-21Add __DragonFly__ in querymatrix for fpclassify()David Shao
2010-05-19fpclassify is available on C99-compliant Solaris releases tooAlan Coopersmith
2010-05-15mesa: Remove unnecessary header.Vinson Lee
2010-05-14mesa: silence void * / func * conversion warningsBrian Paul
2010-05-14mesa: enum bitfields are a gcc-only feature, use GLubyteBrian Paul
2010-05-14mesa: print enum name instead of hexadecimal value in glGet errorsBrian Paul
2010-05-14mesa: another transform feedback error check, 80-col wrappingBrian Paul
2010-05-14mesa: fpclassify dummy definition is not needed on FreeBSD.Alex Kozlov
2010-05-13mesa: Remove no-op wrappers around trig functions.Eric Anholt
2010-05-13mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt
2010-05-13mesa: silence compiler warningAlan Hourihane
2010-05-12mesa: Make FEATURE_ATI_fragment_shader more modular.Chia-I Wu
2010-05-12mesa/es: Update sources.mak and fix the build.Chia-I Wu
2010-05-12mesa: Add dummy _mesa_lookup_query_object to queryobj.h.Chia-I Wu
2010-05-12mesa: Make FEATURE_EXT_transform_feedback more modular.Chia-I Wu
2010-05-11mesa: fix error message stringsBrian Paul
2010-05-11mesa: added glGet code for GL_ARB_transform_feedback2Brian Paul
2010-05-11mesa: remove unused headerBrian Paul
2010-05-11mesa: remove unused headerBrian Paul
2010-05-11mesa: Optimize get.c by using a table-driven approachKristian Høgsberg
2010-05-10mesa: s/uint/GLuint/ in _mesa_BindTransformFeedback prototype.Vinson Lee
2010-05-10mesa: more transform feedback infrastructureBrian Paul
2010-05-09mesa: Update comments in get_gen_es.py.Vinson Lee
2010-05-09mesa: fix typos, comment in signed 16-bit tex fetch codeBrian Paul
2010-05-09mesa: added unsigned 16-bit/channel tex formatBrian Paul
2010-05-09mesa: added comments for signed 16-bit formatsBrian Paul
2010-05-09mesa: use GL_RGBA16_SNORM for accum bufferBrian Paul
2010-05-09mesa: added texstore function for signed 16-bit formatsBrian Paul
2010-05-09mesa: added UNCLAMPED_FLOAT_TO_SHORT macroBrian Paul
2010-05-09mesa: add missing cases for signed 16-bit formatsBrian Paul
2010-05-07mesa: remove driver hooks for GetFloat/Integer/Doublev, etcBrian Paul
2010-05-07mesa: fpclassify dummy definition is not needed on cygwinJon TURNEY
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
2010-05-06es: IgnoresJakob Bornecrantz
2010-05-05mesa: fpclassify dummy definition not needed on Mac OS X.Vinson Lee
2010-05-04mesa: remove some color index codeBrian Paul
2010-05-04mesa: remove unused renderbuffer adaptor codeBrian Paul
2010-05-04mesa: remove renderbuffer adaptor callsBrian Paul
2010-05-05mesa: Fix build of ES overlay.Chia-I Wu
2010-05-04mesa: add a dummy definition for fpclassify() if neededBrian Paul
2010-05-04mesa: remove trailing comma in enum listBrian Paul
2010-05-03mesa: Only initialize TNL for OpenGLKristian Høgsberg
2010-05-03mesa: Only initialize save dispatch table for OpenGLKristian Høgsberg
2010-05-03mesa: increase MAX_DRAW_BUFFERS to 8Brian Paul
2010-05-02mesa: Include api_exec.h in dlist.c.Vinson Lee
2010-05-02mesa: Include mfeatures.h before testing feature macrosKristian Høgsberg
2010-05-02mesa: #ifdef out more remap_table related code when disabled.José Fonseca
2010-05-02Merge branch 'gles2-2'Kristian Høgsberg
2010-05-02mesa: s/sprintf/_mesa_snprintf/Vinson Lee
2010-04-28glapi: Regenerate enums.c for all APIsKristian Høgsberg