summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-07-17mesa: added checks for OpenBSDBrad Smith
2008-07-17python/tests: Cover all last_level combinations.José Fonseca
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-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: 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
2008-07-14egl: set EGL_CONFORMANT, EGL_RENDERABLE_TYPE config fields, fix null ptr cras...Brian Paul
2008-07-14mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabledBrian Paul
2008-07-14glu: only export public symbolsJulien Cristau
2008-07-14mesa: also check for __NetBSD__Blair Sadewitz
2008-07-14python: Basic test case for 2d texture.José Fonseca
2008-07-14python: Raw tile access to surface.José Fonseca
2008-07-14python: Get the sample app to draw triangle like trivial/tri exanple.José Fonseca
2008-07-14python: Surface clears.José Fonseca
2008-07-14python: Set default state.José Fonseca