Age | Commit message (Expand) | Author |
2008-08-20 | i965: make tex offset override work.. | Dave Airlie |
2008-08-20 | mesa: glsl: regenerated file | Brian Paul |
2008-08-20 | mesa: glsl: better implementation of ftransform() | Brian Paul |
2008-08-20 | i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug... | Xiang, Haihao |
2008-08-19 | mesa: allow for extra per-context init | Brian Paul |
2008-08-19 | gallium: implement a fast-path for glReadPixels for common cases | Brian Paul |
2008-08-19 | gallium: do a proper implementation of GL_OES_read_format | Brian Paul |
2008-08-19 | mesa: glsl: more writemask error checking | Brian Paul |
2008-08-19 | mesa: glsl: added some post incr/decr error checks | Brian Paul |
2008-08-19 | mesa: glsl: limit function matching through casting | Brian Paul |
2008-08-19 | mesa: glsl: add usage tracking for uniform vars | Brian Paul |
2008-08-19 | r5xx: Final fog option fix. | Corbin Simpson |
2008-08-19 | mesa: glsl: put var emit/ref code into separate functions | Brian Paul |
2008-08-19 | r5xx: Don't squish GL context when using FogOption | Corbin Simpson |
2008-08-19 | mesa: Call pipe->destroy on context destruction for all platforms. | José Fonseca |
2008-08-18 | r5xx: Enable fog options. | Corbin Simpson |
2008-08-19 | st: Do not translate program constants to immediates when | Michal Krol |
2008-08-19 | st: Translate address register declaration. | Michal Krol |
2008-08-19 | st: Fix immediate construction. | Michal Krol |
2008-08-18 | gallium: use PIPE_TEXTURE_USAGE_RENDER_TARGET for stencil renderbuffers | Brian Paul |
2008-08-18 | gallium: fix vertex program output translation/mapping bug | Brian Paul |
2008-08-18 | gallium: fix do_flip bug on glCopyTexImage / surface_copy() path | Brian Paul |
2008-08-18 | fix byte vs. pixel offset bug for 3D textures (see bug 17170) | Henri Verbeet |
2008-08-18 | mesa: rearrange some code in _mesa_BindTexture() to fix error detection bug 1... | Brian Paul |
2008-08-18 | mesa: rearrange some code in _mesa_BindTexture() to fix error detection bug 1... | Brian Paul |
2008-08-17 | r5xx: Add DDX and DDY instructions. | Corbin Simpson |
2008-08-16 | prep for 7.1 rc4 | Brian Paul |
2008-08-16 | mesa: turn off 'x' bit misset on a few .h and .syn files | Brian Paul |
2008-08-16 | mesa: import latest GLSL code from gallium-0.1 branch | Brian Paul |
2008-08-15 | mesa: glsl: fix linking of varying vars which are arrays | Brian Paul |
2008-08-15 | gallium: in st_draw_vbo() use ctx->Current.Attrib[] values when arrays are mi... | Brian Paul |
2008-08-15 | mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish. | José Fonseca |
2008-08-14 | gallium: init default texture image to gray | Brian Paul |
2008-08-14 | gallium: use a default texture in update_textures(), update_samplers() when n... | Brian Paul |
2008-08-14 | gallium: added queries to determin GL_EXT_packed_depth_stencil support | Brian Paul |
2008-08-14 | intel: remove unneeded mem type and args | Dave Airlie |
2008-08-14 | mesa: Don't use alignments < 4. | José Fonseca |
2008-08-14 | r300: Fix 3D texture support. | Michel Dänzer |
2008-08-13 | gallium: in fallback_copy_texsubimage() create new tex surface for CPU read a... | Brian Paul |
2008-08-13 | mesa: fix a swrast state validation bug | Brian Paul |
2008-08-13 | mesa: KIL -> KIL, KIL_NV -> KILP. | Michal Krol |
2008-08-12 | gallium: more context clean-up | Brian Paul |
2008-08-12 | mesa: glsl: fix error detection of writing to read-only variables | Brian Paul |
2008-08-12 | mesa: texture crop rect state | Brian Paul |
2008-08-12 | mesa: glsl: fix comment | Brian Paul |
2008-08-12 | Fixed 'make install' for darwin | Jeremy Huddleston |
2008-08-12 | mesa: glsl: enable bzero() in slang_typeinfo_construct() | Brian Paul |
2008-08-12 | mesa: glsl: remove reads of output regs from fragment shaders too | Brian Paul |
2008-08-12 | mesa: set point state | Brian Paul |
2008-08-12 | mesa: allow _mesa_remove_output_reads() to work on fragment programs | Brian Paul |