summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-07-19python/tests: Specify the right texture target when querying formats.José Fonseca
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-07-19tgsi: Make tgsi_sanity return TRUE on success as documented.José Fonseca
2008-07-19gallium: Move PIPE_TEXTURE_USAGE* to p_defines.hJosé Fonseca
2008-07-18mesa: glsl: various writemask/swizzle improvements and clean-upsBrian Paul
2008-07-18mesa: rework array/struct addressing code.Brian Paul
The slang_ir_storage type now has a pointer to parent storage to represent storage of an array element within an array, or a field within a struct. This fixes some problems related to addressing of fields/elements in non- trivial cases. More work to follow.
2008-07-18mesa: regenerated fileBrian Paul
2008-07-18mesa: fix some GLSL /= int operatorsBrian Paul
plus add a few more special constructors to improve code quality.
2008-07-18mesa: fix set_program_uniform_matrix(): need to loop over matrix countBrian Paul
2008-07-18gallium: Add a pf_is_ycbcr utility function.José Fonseca
2008-07-18python/tests: Extend the texture tests to cover volumes.José Fonseca
2008-07-18python: Add methods to get texture width, height, etc.José Fonseca
SWIG does a poor job with arrays inside structures.
2008-07-18tgsi: Express tgsi_sanity in terms of tgsi_iterate.Michal Krol
2008-07-18scons: List util/tgsi_iterate.c.Michal Krol
2008-07-18tgsi: Add tgsi_iterate_shader utility.Michal Krol
Walks the token stream and invokes callbacks.
2008-07-17tgsi: Fix parsing an instruction with no operands.Michal Krol
2008-07-17tgsi: Perform a sanity check after reading a shader from text.Michal Krol
2008-07-17scons: List util/tgsi_sanity.c.Michal Krol
2008-07-17tgsi: New file.Michal Krol
2008-07-18python: Reimplement the generation of random texture samples in C.José Fonseca
2008-07-18gallium: Expose the ability to get a tile outside a surface.José Fonseca
2008-07-18gallium: Be less verbose with debug options messages.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: 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