Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-18 | mesa: 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-18 | mesa: regenerated file | Brian Paul | |
2008-07-18 | mesa: fix some GLSL /= int operators | Brian Paul | |
plus add a few more special constructors to improve code quality. | |||
2008-07-18 | mesa: fix set_program_uniform_matrix(): need to loop over matrix count | Brian Paul | |
2008-07-18 | intel-gem: Bump driver date | Ian Romanick | |
Bump the driver date and insert the string "GEM". When running tests, this make it much easier to know that the right driver is being used. | |||
2008-07-18 | autoconf: Support Motif widgets in GLw with --enable-motif | Dan Nicholson | |
Add an --enable-motif option, which will enable the Motif widgets in libGLw and link it with libXm. The Motif installation information will be gathered from the motif-config script (this comes with LessTif) or fallback to the standard autoconf checks. To allow the location of the Motif headers to be set from configure, the default setting of -I/usr/include/Motif1.2 has been moved into configs/default and then passed to the Makefile through the MOTIF_CFLAGS variable. | |||
2008-07-18 | gallium: Add a pf_is_ycbcr utility function. | José Fonseca | |
2008-07-18 | intel: fix texture border issue. (bug #16697) | Xiang, Haihao | |
2008-07-18 | python/tests: Extend the texture tests to cover volumes. | José Fonseca | |
2008-07-18 | python: Add methods to get texture width, height, etc. | José Fonseca | |
SWIG does a poor job with arrays inside structures. | |||
2008-07-18 | tgsi: Express tgsi_sanity in terms of tgsi_iterate. | Michal Krol | |
2008-07-18 | scons: List util/tgsi_iterate.c. | Michal Krol | |
2008-07-18 | tgsi: Add tgsi_iterate_shader utility. | Michal Krol | |
Walks the token stream and invokes callbacks. | |||
2008-07-17 | mesa: build the stand-alone glslcompiler by default, update the docs | Brian Paul | |
2008-07-17 | tgsi: Fix parsing an instruction with no operands. | Michal Krol | |
2008-07-17 | tgsi: Perform a sanity check after reading a shader from text. | Michal Krol | |
2008-07-17 | scons: List util/tgsi_sanity.c. | Michal Krol | |
2008-07-17 | tgsi: New file. | Michal Krol | |
2008-07-18 | python: Reimplement the generation of random texture samples in C. | José Fonseca | |
2008-07-18 | gallium: Expose the ability to get a tile outside a surface. | José Fonseca | |
2008-07-18 | gallium: Be less verbose with debug options messages. | José Fonseca | |
2008-07-18 | scons: Set default LIBS env var. | José Fonseca | |
2008-07-18 | scons: Convert tabs to spaces. | José Fonseca | |
2008-07-18 | python: Reimplement tile comparison in C to speed up tests. | José Fonseca | |
2008-07-17 | mesa: regenerated file | Brian Paul | |
2008-07-17 | mesa: fix/improve the atan(y,x) function | Brian Paul | |
2008-07-17 | mesa: regenerated file | Brian Paul | |
2008-07-17 | mesa: fix/improve the atan(y,x) function | Brian Paul | |
2008-07-17 | mesa: added checks for OpenBSD | Brad Smith | |
2008-07-17 | mesa: added checks for OpenBSD | Brad Smith | |
2008-07-17 | python/tests: Cover all last_level combinations. | José Fonseca | |
2008-07-16 | mesa: regenerated file | Brian Paul | |
2008-07-16 | mesa: fix temp re-use bug in emit_arith() | Brian Paul | |
2008-07-16 | mesa: fix copy&paste errors in degrees() functions | Brian Paul | |
2008-07-16 | mesa: WinCE fixes | Jonathan White | |
2008-07-16 | mesa: fix temp re-use bug in emit_arith() | Brian Paul | |
2008-07-16 | mesa: regenerated files | Brian Paul | |
2008-07-16 | mesa: fix copy&paste errors in degrees() functions | Brian Paul | |
2008-07-16 | mesa: implement grammar/parsing for precision/invariant syntax | Brian Paul | |
Plus, fix some issues with pre-defined preprocessor symbols and version checking. | |||
2008-07-16 | mesa: Silence compiler warnings on Windows. | Michal Krol | |
2008-07-16 | intel: Clean-up ARB_texture_env_crossbar | Ian Romanick | |
Enable support for ARB_texture_env_crossbar in the master extension list instead of in every single device-specific list. | |||
2008-07-16 | Remove redundant initalization of MaxTextureUnits | Ian Romanick | |
2008-07-16 | egl: set EGL_SAMPLES, EGL_SAMPLE_BUFFERS config attribs | Brian Paul | |
2008-07-16 | mesa: 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-16 | mesa: 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-16 | python/tests: Extend the texture tests to cover cube maps. | José Fonseca | |
2008-07-16 | python: Set PIPE_TEX_MIPFILTER_NONE by default. | José Fonseca | |
2008-07-16 | python: Test all miplevels. | José Fonseca | |
2008-07-16 | gallium: ycbcr_get_tile_rgba allow reading an uneven number of pixels from ↵ | José Fonseca | |
yuv surfaces. | |||
2008-07-16 | python: Expand the texture test suit to cover one YUV and one DXT format. | José Fonseca | |