summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gamma: Remove unnecessary header.Vinson Lee2010-02-201-1/+0
* intel: Silence compiler format warnings.Vinson Lee2010-02-202-2/+2
* tgsi: ifdef out unused function micro_sqrt.Vinson Lee2010-02-201-0/+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
* r300g: fix rendering into the L8 and A8 texture formatsMarek Olšák2010-02-191-2/+2
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-1918-48/+37
* tgsi: Make more exec opcodes look pretty.Michal Krol2010-02-191-64/+20
* tgsi: Change prototypes of micro opcodes to explicitly indicates number of args.Michal Krol2010-02-191-164/+206
* tgsi: Rewrite exec implementations of NRM and NRM4.Michal Krol2010-02-191-61/+70
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-1999-1032/+951
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-19132-691/+624
* mesa: replace _mesa_bzero() with memset()Brian Paul2010-02-1917-42/+27
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-198-23/+20
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-1922-106/+104
* 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-1923-46/+26
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-1954-178/+159
* Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke2010-02-197-24/+14
* Remove _mesa_strncmp in favor of plain strncmp.Kenneth Graunke2010-02-196-18/+8
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-1920-53/+39
* Remove _mesa_strlen in favor of plain strlen.Kenneth Graunke2010-02-1919-39/+29
* Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke2010-02-195-13/+3
* Remove _mesa_strcpy in favor of plain strcpy.Kenneth Graunke2010-02-195-15/+5
* Remove _mesa_strncat in favor of plain strncat.Kenneth Graunke2010-02-193-18/+8
* Remove _mesa_strstr in favor of plain strstr.Kenneth Graunke2010-02-195-23/+13
* Revert "r300g: remove L8_UNORM from colorbuffer formats"Corbin Simpson2010-02-191-0/+1
* gamma: s#colormac.h#main/colormac.h#Vinson Lee2010-02-196-6/+6
* gamma: s/gammacontext.h/gamma_context.h/Vinson Lee2010-02-1914-14/+14
* egl: Silence warnings when compiled with -pedantic.Chia-I Wu2010-02-194-4/+10
* egl: Silence warnings in check/return macros.Chia-I Wu2010-02-191-139/+147
* r300g: remove L8_UNORM from colorbuffer formatsMarek Olšák2010-02-191-1/+0
* softpipe: fix depth testing problemsBrian Paul2010-02-181-36/+53
* st/mesa: added some bitmap debug code (disabled)Brian Paul2010-02-181-0/+22
* softpipe: comments and whitespace fixesBrian Paul2010-02-181-7/+8
* softpipe: const qualifiers, commentsBrian Paul2010-02-181-3/+3
* identity: Propagate api->name and api->driver_name upJakob Bornecrantz2010-02-181-0/+2
* trace: Propagate api->name upJakob Bornecrantz2010-02-181-0/+1
* pipebuffer: Include fenced buffer manager in buildJakob Bornecrantz2010-02-181-0/+1
* i915: update render buffers at prepare_render timeJesse Barnes2010-02-181-0/+1
* mesa: silence mklib output for libglapi.c as for other targetsBrian Paul2010-02-181-1/+1
* swrast: fix left side clippingBrian Paul2010-02-181-3/+36
* Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."Francisco Jerez2010-02-182-6/+8
* intel: Include main/hash.h using "" instead of <>Kristian Høgsberg2010-02-181-1/+1
* st/mesa: always call FLUSH_CURRENT before st->pipe->flush()Keith Whitwell2010-02-181-2/+1
* util: Fix typo of debug_dump_float_rgba_bmp.Vinson Lee2010-02-171-1/+1