Age | Commit message (Expand) | Author |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-19 | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2010-02-19 | Remove _mesa_strcmp in favor of plain strcmp. | Kenneth Graunke |
2010-02-11 | glapi: Avoid #including gl.h | Kristian Høgsberg |
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg |
2010-02-05 | glapi: Add back the reduced Noop dispatch | Kristian Høgsberg |
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-23 | glapi: Do not use .type pseudo-op on Mac OS X. | Vinson Lee |
2010-01-23 | Merge branch 'arb_half_float_vertex' | Dave Airlie |
2010-01-23 | glapi: add GL_HALF_FLOAT enum support. | Dave Airlie |
2010-01-23 | glapi: Include glheader.h in glapi_nop.c. | Chia-I Wu |
2010-01-22 | glapi: define GLfixed, GLclampx types for ES 1 | Brian Paul |
2010-01-22 | glapi: clean-up and simplify glapi_nop.c code | Brian Paul |
2010-01-22 | glapi: split the no-op dispatch code into new glapi_nop.c file | Brian Paul |
2010-01-22 | glapi: fix int->pointer conversions warnings in no-op functions | Brian Paul |
2010-01-21 | Do not include glapi/dispatch.h outside Mesa core. | Chia-I Wu |
2010-01-20 | Merge remote branch 'origin/opengl-es-v2' | Chia-I Wu |
2010-01-19 | Sun compilers now support some gcc __attribute__ values | Alan Coopersmith |
2010-01-12 | Merge branch 'master' into opengl-es-v2 | Chia-I Wu |
2010-01-04 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-04 | glapi: comment-out TIMEOUT_IGNORED | Brian Paul |
2010-01-03 | Only enable verbose NoOp dispatch if DEBUG is defined | Kristian Høgsberg |
2010-01-03 | Noop dispatch: move warning code out of the generated functions | Kristian Høgsberg |
2010-01-03 | Export a few glapi functions used by gallium and r300 | Kristian Høgsberg |
2009-12-31 | mesa: added dispatch for GL_NV_conditional_render extension | Brian Paul |
2009-12-29 | mesa: regenerate API files related to GL_EXT_draw_buffers2 | Brian Paul |
2009-12-29 | glapi: extension info for GL_EXT_draw_buffers2 | Brian Paul |
2009-11-17 | ARB_fbo: Add missing GLX render opcode for glFramebufferTextureLayerEXT | Ian Romanick |
2009-11-17 | Add missing XML files to API_XML | Ian Romanick |
2009-11-17 | ARB_fbo: Regenerate files from previous commits. | Ian Romanick |
2009-11-17 | ARB_fbo: Move EXT_fb_blit to EXT_framebuffer_object.xml | Ian Romanick |
2009-11-17 | ARB_fbo: Add GL_EXT_framebuffer_multisample | Ian Romanick |
2009-11-17 | EXT_pds: Add GL_EXT_packed_depth_stencil | Ian Romanick |
2009-11-17 | EXT_fbo_blit: Add missing GLX protocol render opcode | Ian Romanick |
2009-11-17 | ARB_fbo: Add missing protocol "Get" information | Ian Romanick |
2009-11-17 | ARB_fbo: Remove _EXT from enum names | Ian Romanick |
2009-11-06 | glapi: Add OpenGL ES compatibility mode to scripts. | Chia-I Wu |
2009-11-05 | glapi: Include headers with directory prefixes. | Chia-I Wu |
2009-11-05 | glapi: Avoid hardcoded category names in remap helper script. | Chia-I Wu |
2009-11-05 | glapi: Add is_abi() to test if a function is in the ABI. | Chia-I Wu |
2009-11-05 | glapi: Allow normal entry points to be skipped. | Chia-I Wu |
2009-10-23 | glapi: Always build libglapi.a. | Chia-I Wu |
2009-10-23 | glapi: Move dispatch marcos to glapidispatch.h. | Chia-I Wu |
2009-10-23 | mesa/dri: Remove extension_helper.h. | Chia-I Wu |
2009-10-23 | mesa/main: Add support for remap table. | Chia-I Wu |
2009-09-19 | windows: replace old ColorTable, Convolution functions with new | Brian Paul |
2009-09-19 | glapi: replace old TexCopy functions w/ new | Brian Paul |
2009-09-19 | glapi: regenerated files | Brian Paul |