glapi.h: consolidate GET_DISPATCH() and GET_CURRENT_CONTEXT() macros
[mesa.git] / src / mesa /
2010-02-25 Eric Anholti965: Add untested Sandybridge passthrough VS setup.
2010-02-25 Eric Anholti965: Start adding support for the Sandybridge CC unit.
2010-02-25 Eric Anholti965: Set up sandybridge binding table pointers but...
2010-02-25 Eric Anholti965: Update WM surface state setup for sandybridge...
2010-02-25 Eric Anholti965: Set up sandybridge depthbuffer.
2010-02-25 Eric Anholtintel: Start adding defines and some bits for sandybrid...
2010-02-25 Francisco Jerezdri/nouveau: Use the XRGB8888 hardware texture format.
2010-02-25 Francisco Jerezdri/nouveau: Use the hardware I8 format for intensity...
2010-02-25 Francisco Jerezdri/nouveau: Implement EXT_texture_from_pixmap.
2010-02-25 Francisco Jerezdri/nouveau: Support rectangle textures.
2010-02-25 Francisco Jerezdri/nouveau: Don't try to map a non-existent teximage.
2010-02-25 Francisco Jerezdri/nouveau: Add some RGB888 span functions.
2010-02-25 Francisco Jerezdri/nouveau: Fake A8 and L8 texture support on nv04.
2010-02-25 Francisco Jerezdri/nouveau: Restructure the nv[12]0 regcombiner code...
2010-02-25 Francisco Jerezdri/nouveau: Try to validate textures earlier.
2010-02-25 Francisco Jerezdri/nouveau: Swizzle using the CPU when we hit a limita...
2010-02-25 Francisco Jerezdri/nouveau: Clean up the nv04 surface code a bit.
2010-02-25 Francisco Jerezdri/nouveau: Avoid mask overflow on nv04_surface_fill.
2010-02-25 Francisco Jerezdri/nouveau: Set _BaseFormat correctly for z24s8 render...
2010-02-25 Francisco Jerezdri/nouveau: Fix stencil mask handling on glClear().
2010-02-25 George Sapountzisglapi/gen: just copy in glx/glapi
2010-02-25 George Sapountzisglapi: EXTRA_DEBUG is never defined, make this explicit
2010-02-25 George Sapountzisglapi: minor ugliness to be able to copy to xorg
2010-02-25 Chia-I Wumesa: Move src/mesa/glapi/dispatch.h to mesa.
2010-02-25 Chia-I Wuglapi: Move src/mesa/main/dispatch.c to glapi and rename.
2010-02-25 Chia-I Wuglapi: Generated GLX sources should use glapidispatch.h.
2010-02-25 Chia-I Wumesa: Remove unused Makefile.{ugl,win}.
2010-02-25 Vinson Leemesa: Remove dead error condition.
2010-02-24 Brian Paulvbo: remove dead code
2010-02-24 Vinson Leemesa: Fix SCons build.
2010-02-24 Brian Pauldri: remove old assertion (see bug 26734)
2010-02-24 Kristian Høgsbergintel: Implement GL_OES_EGL_image entrypoints
2010-02-24 Kristian Høgsbergintel: Implement DRI image extension
2010-02-24 Brian Paulmesa: put declaration before code
2010-02-24 Kristian Høgsbergcore: Implement GL_OES_EGL_image entry points
2010-02-24 Kristian Høgsbergglapi: GL_OES_EGL_image autogenerated files
2010-02-24 Kristian Høgsbergglapi: Add GL_OES_EGL_image
2010-02-24 Brian Paulst/mesa: updated comments
2010-02-24 Brian Paulst/mesa: consolidate redundant format conversion code
2010-02-24 Brian Paulst/mesa: more format code clean-up and removal
2010-02-24 Brian Paulst/mesa: clean-ups in FBO code
2010-02-24 Brian Paulst/mesa: clean-up of format-related code
2010-02-24 Brian Paulst/mesa: use util_format_get_blocksize()
2010-02-24 Brian Paulst/mesa: code clean-ups in st_renderbuffer_alloc_storage()
2010-02-24 Alex Deucherr600: proper fix for 15601835361e2fdd34b38b265cfc300774...
2010-02-24 José Fonsecamesa: Update for UTIL_FORMAT_LAYOUT_xxx changes.
2010-02-24 Brian Paulmesa: disable unreachable meta mipmap gen code
2010-02-24 Dave Airlieradeon/r200: fix the state emission before kernel clear
2010-02-24 Vinson Leer600: Assert that array index is not negative.
2010-02-24 Dave Airlieradeon: fix bad state emission causes kernel to do...
2010-02-24 Kristian Høgsbergintel: Call intel_prepare_render() in intelMakeCurrent()
2010-02-24 Brian Paulst/mesa: whitespace fixes
2010-02-24 George Sapountzisglapi: fix es after mv
2010-02-24 George Sapountzisglapi: fix code generation Makefile after mv
2010-02-24 George Sapountzisglapi: mv code generation to subdir
2010-02-23 Eric Anholti965: Enable GL_ARB_fragment_coord_conventions now...
2010-02-23 Vinson Leemesa: Assert that array index is not negative.
2010-02-22 Brian Paulst/mesa: change viewport Z scale/bias for glBitmap...
2010-02-22 Brian Paulst/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_x
2010-02-22 Brian Paulmesa/st: Make ST_SURFACE_DEPTH index consistent with...
2010-02-22 Chris Wilsonintel: assert that we do not overflow the batch buffer.
2010-02-22 Chris Wilsoni915: Fix logic !gen >= 3
2010-02-22 Chris Wilsoni915: Remove superfluous MI_NOOP from vertex emission
2010-02-22 Chris Wilsonintel: Check that we have a bufmgr or bail out when...
2010-02-21 Vinson Leest/mesa: Fix memory leak on out-of-memory error path.
2010-02-21 Vinson Leemesa: Add assert to check for null pointer dereference.
2010-02-21 Vinson Leeradeon: Silence compiler format warning.
2010-02-20 Vinson Leegamma: Silence uninitialized variable warnings.
2010-02-20 Vinson Leegamma: Add missing headers.
2010-02-20 Vinson Leegamma: Remove unnecessary header.
2010-02-20 Vinson Leeintel: Silence compiler format warnings.
2010-02-20 Vinson Leemesa: Silence compiler format warning.
2010-02-19 Brian Paulmesa: fix snprintf() typo
2010-02-19 Brian Paulmesa: restore _mesa_snprintf() - it's needed for Windows
2010-02-19 Brian Paulmesa: casts to silence new warnings from printf()
2010-02-19 Brian Paulmesa: remove abs/negate from fetch_vector1ui()
2010-02-19 Kristian Høgsbergintel: Set buffer stamp before getting new buffers
2010-02-19 Kristian HøgsbergDrop macro wrappers for the aligned memory functions
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-19 Kristian HøgsbergReplace _mesa_malloc, _mesa_calloc and _mesa_free with...
2010-02-19 Brian Paulmesa: replace _mesa_bzero() with memset()
2010-02-19 Brian Paulmesa: replace old MEMSET macro with memset
2010-02-19 Brian Paulmesa: replace old MEMCPY macro with memcpy
2010-02-19 Kenneth GraunkeRemove _mesa_memcmp in favor of plain memcmp.
2010-02-19 Kenneth GraunkeRemove _mesa_memset in favor of plain memset.
2010-02-19 Kenneth GraunkeRemove _mesa_memcpy in favor of plain memcpy.
2010-02-19 Kenneth GraunkeRemove _mesa_atoi in favor of plain atoi.
2010-02-19 Kenneth GraunkeRemove _mesa_strncmp in favor of plain strncmp.
2010-02-19 Kenneth GraunkeRemove _mesa_strcmp in favor of plain strcmp.
2010-02-19 Kenneth GraunkeRemove _mesa_strlen in favor of plain strlen.
2010-02-19 Kenneth GraunkeRemove _mesa_strncpy in favor of plain strncpy.
2010-02-19 Kenneth GraunkeRemove _mesa_strcpy in favor of plain strcpy.
2010-02-19 Kenneth GraunkeRemove _mesa_strncat in favor of plain strncat.
2010-02-19 Kenneth GraunkeRemove _mesa_strstr in favor of plain strstr.
2010-02-19 Vinson Leegamma: s#colormac.h#main/colormac.h#
2010-02-19 Vinson Leegamma: s/gammacontext.h/gamma_context.h/
2010-02-18 Brian Paulst/mesa: added some bitmap debug code (disabled)
2010-02-18 Jesse Barnesi915: update render buffers at prepare_render time
2010-02-18 Brian Paulmesa: silence mklib output for libglapi.c as for other...
2010-02-18 Brian Paulswrast: fix left side clipping
next