summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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: 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
Plus, fix some issues with pre-defined preprocessor symbols and version checking.
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 ↵Brian Paul
GL_TEXTURE_ENV_COLOR, GL_TEXTURE_ENV_MODE Issues found by Bob Ellison.
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 ↵José Fonseca
yuv surfaces.
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
Need to add local vars of original function to the new scope's variable list (though the DECLs were already present). In slang_operation_copy() call slang_replace_scope() for SLANG_OPER_BLOCK_NEW_SCOPE opers.
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
Fixes infinite loop bug.
2008-07-14mesa: assemble main() after all other functionsBrian Paul
Before, main() had to come after any functions it called.
2008-07-14mesa: comments about vectors vs componentsBrian Paul
2008-07-14egl: set EGL_CONFORMANT, EGL_RENDERABLE_TYPE config fields, fix null ptr ↵Brian Paul
crashes in MakeCurrent
2008-07-14mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabledBrian Paul
In glStencilFunc/Op/Mask() set both the front and back-face state, unless GL_EXT_stencil_two_side is enabled. Before, we only set the front+back state if GL_ATI_separate_stencil was enabled. Ultimately, we probably should remove GL_EXT_stencil_two_side since it's incompatible with GL 2.x.
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