summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-18gallium: Be less verbose with debug options messages.José Fonseca
2008-07-18scons: Set default LIBS env var.José Fonseca
2008-07-18scons: Convert tabs to spaces.José Fonseca
2008-07-18python: Reimplement tile comparison in C to speed up tests.José Fonseca
2008-07-17mesa: regenerated fileBrian Paul
2008-07-17mesa: fix/improve the atan(y,x) functionBrian Paul
2008-07-17mesa: added checks for OpenBSDBrad Smith
2008-07-17python/tests: Cover all last_level combinations.José Fonseca
2008-07-16mesa: WinCE fixesJonathan White
2008-07-16mesa: fix temp re-use bug in emit_arith()Brian Paul
2008-07-16mesa: regenerated filesBrian Paul
2008-07-16mesa: fix copy&paste errors in degrees() functionsBrian Paul
2008-07-16mesa: implement grammar/parsing for precision/invariant syntaxBrian Paul
2008-07-16mesa: Silence compiler warnings on Windows.Michal Krol
2008-07-16egl: set EGL_SAMPLES, EGL_SAMPLE_BUFFERS config attribsBrian Paul
2008-07-16mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO...Brian Paul
2008-07-16python/tests: Extend the texture tests to cover cube maps.José Fonseca
2008-07-16python: Set PIPE_TEX_MIPFILTER_NONE by default.José Fonseca
2008-07-16python: Test all miplevels.José Fonseca
2008-07-16gallium: ycbcr_get_tile_rgba allow reading an uneven number of pixels from yu...José Fonseca
2008-07-16python: Expand the texture test suit to cover one YUV and one DXT format.José Fonseca
2008-07-16python: Silent debug output.José Fonseca
2008-07-16gallium: Add pf_is_compressed utility function.José Fonseca
2008-07-16softpipe: DXT formats not really supported.José Fonseca
2008-07-15additional preprocessor checks for stdint.h, inttypes.h, etcBlair Sadewitz
2008-07-15mesa: added test for __NetBSD__Blair Sadewitz
2008-07-15mesa: added test for __NetBSD__Blair Sadewitz
2008-07-15mesa: add missing IR_LOG2 caseBrian Paul
2008-07-15mesa: regenerated fileBrian Paul
2008-07-15mesa: fix some broken /= operatorsBrian Paul
2008-07-15mesa: regenerated fileBrian Paul
2008-07-15mesa: fix some broken bool, bvec2, bvec3, bvec4 constructorsBrian Paul
2008-07-15mesa: fix storage size computation in emit_arith()Brian Paul
2008-07-15gallium: added some sanity check assertionsBrian Paul
2008-07-15mesa: fix some function inlining bugsBrian Paul
2008-07-15mesa: improved printingBrian Paul
2008-07-15mesa: Silence compiler warnings on Windows.Michal Krol
2008-07-15st: Silence compiler warnings on Windows.Michal Krol
2008-07-15mesa: Silence compiler warnings on Windows.Michal Krol
2008-07-15python: Cleanup.José Fonseca
2008-07-15python: Request/respect the texture & buffer usage flags in the examples.José Fonseca
2008-07-15python: Get object ownership done correctly.José Fonseca
2008-07-15python: Don't use python cflags as they conflict with existing flags.José Fonseca
2008-07-15python: Allow hardware support.José Fonseca
2008-07-15python: Move the python scons code to a separate tool module.José Fonseca
2008-07-15python: Get it to build on windows too.José Fonseca
2008-07-15tgsi: Numerical label before an instruction is optional.Michal Krol
2008-07-14tgsi: fix bug in execution of loops inside of conditionals.Brian Paul
2008-07-14mesa: assemble main() after all other functionsBrian Paul
2008-07-14mesa: comments about vectors vs componentsBrian Paul