summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg2010-02-249-1454/+1585
* glapi: Add GL_OES_EGL_imageKristian Høgsberg2010-02-243-1/+24
* st/mesa: updated commentsBrian Paul2010-02-242-3/+4
* st/mesa: consolidate redundant format conversion codeBrian Paul2010-02-241-86/+21
* st/mesa: more format code clean-up and removalBrian Paul2010-02-242-68/+18
* st/mesa: clean-ups in FBO codeBrian Paul2010-02-241-21/+6
* st/mesa: clean-up of format-related codeBrian Paul2010-02-243-77/+13
* st/mesa: use util_format_get_blocksize()Brian Paul2010-02-241-1/+1
* st/mesa: code clean-ups in st_renderbuffer_alloc_storage()Brian Paul2010-02-241-8/+7
* r600: proper fix for 15601835361e2fdd34b38b265cfc3007749ee24dAlex Deucher2010-02-242-2/+2
* mesa: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca2010-02-241-3/+7
* mesa: disable unreachable meta mipmap gen codeBrian Paul2010-02-241-0/+3
* radeon/r200: fix the state emission before kernel clearDave Airlie2010-02-242-1/+4
* r600: Assert that array index is not negative.Vinson Lee2010-02-241-0/+1
* radeon: fix bad state emission causes kernel to do bad depth clearDave Airlie2010-02-241-0/+1
* intel: Call intel_prepare_render() in intelMakeCurrent()Kristian Høgsberg2010-02-231-0/+1
* st/mesa: whitespace fixesBrian Paul2010-02-231-4/+1
* glapi: fix es after mvGeorge Sapountzis2010-02-2413-14/+14
* glapi: fix code generation Makefile after mvGeorge Sapountzis2010-02-241-73/+118
* glapi: mv code generation to subdirGeorge Sapountzis2010-02-2442-0/+0
* i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed.Eric Anholt2010-02-231-0/+1
* mesa: Assert that array index is not negative.Vinson Lee2010-02-231-0/+1
* st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixelsBrian Paul2010-02-222-4/+10
* st/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_xBrian Paul2010-02-222-1/+9
* mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DEPTH.Brian Paul2010-02-221-1/+1
* intel: assert that we do not overflow the batch buffer.Chris Wilson2010-02-221-1/+2
* i915: Fix logic !gen >= 3Chris Wilson2010-02-221-1/+1
* i915: Remove superfluous MI_NOOP from vertex emissionChris Wilson2010-02-221-2/+1
* intel: Check that we have a bufmgr or bail out when initializing the context.Chris Wilson2010-02-221-0/+4
* st/mesa: Fix memory leak on out-of-memory error path.Vinson Lee2010-02-211-1/+3
* mesa: Add assert to check for null pointer dereference.Vinson Lee2010-02-211-2/+6
* radeon: Silence compiler format warning.Vinson Lee2010-02-201-1/+1
* gamma: Silence uninitialized variable warnings.Vinson Lee2010-02-201-1/+1
* gamma: Add missing headers.Vinson Lee2010-02-2010-5/+12
* gamma: Remove unnecessary header.Vinson Lee2010-02-201-1/+0
* intel: Silence compiler format warnings.Vinson Lee2010-02-202-2/+2
* mesa: Silence compiler format warning.Vinson Lee2010-02-191-1/+1
* mesa: fix snprintf() typoBrian Paul2010-02-192-4/+4
* mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul2010-02-1912-29/+45
* mesa: casts to silence new warnings from printf()Brian Paul2010-02-192-3/+3
* mesa: remove abs/negate from fetch_vector1ui()Brian Paul2010-02-191-14/+1
* intel: Set buffer stamp before getting new buffersKristian Høgsberg2010-02-191-1/+5
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-1918-48/+37
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-1995-1022/+941
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-19127-641/+603
* mesa: replace _mesa_bzero() with memset()Brian Paul2010-02-1917-42/+27
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-197-22/+19
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-1921-105/+103
* Remove _mesa_memcmp in favor of plain memcmp.Kenneth Graunke2010-02-196-20/+5
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-1922-41/+24