tgsi: Remove dead code.
[mesa.git] / src / mesa /
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
2010-02-18 Francisco JerezRevert "st/mesa: Make the frontbuffer visible on st_flu...
2010-02-18 Kristian Høgsbergintel: Include main/hash.h using "" instead of <>
2010-02-18 Keith Whitwellst/mesa: always call FLUSH_CURRENT before st->pipe...
2010-02-18 Kristian Høgsbergintel: Implement the DRI2 invalidate function properly
2010-02-17 Francisco Jerezdri/nouveau: Some multithreaded rendering fixes.
2010-02-17 Francisco Jerezst/mesa: Make the frontbuffer visible on st_flush(PIPE_...
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-17 Brian Paulst/mesa: replace conditional with assertion
2010-02-17 Vinson Leeglsl: Silence unused value warning.
2010-02-17 Johannes Obermayrnouveau: fix legacy dri driver build
2010-02-16 Francisco Jerezst/dri2: Use event-driven buffer validation.
2010-02-16 Francisco Jerezdri/nouveau: Use event driven buffer validation.
2010-02-16 Francisco Jerezdri2: Event driven buffer validation.
2010-02-16 Kristian Høgsbergdri2: Allocate cliprect as part of the __DRIdrawableRec
2010-02-16 Brian Paulmesa: Lock mutex around _mesa_HashLookup linked list...
2010-02-16 Brian Paulmesa: Test for failed malloc in _mesa_HashInsert.
2010-02-15 Brian Paulvbo: fix broken glMultiDrawElements()
2010-02-15 Vinson Leemesa: Remove pointless comparison of unsigned integer...
2010-02-15 Brian Paulst/mesa: minor assorted clean-ups
2010-02-15 Brian Paulst/mesa: change some function return types
2010-02-15 Brian Paulst/mesa: move per-fragment shader fields to local vars
2010-02-15 Brian Paulst/mesa: use _mesa_clone_fragment_program()
2010-02-15 Brian Paulr600: use new program cloning functions
next