Age | Commit message (Expand) | Author |
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-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 | mesa: Don't use alignments < 4. | José Fonseca |
2008-08-13 | gallium: in fallback_copy_texsubimage() create new tex surface for CPU read a... | 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-11 | gallium: added comment | Brian Paul |
2008-08-11 | gallium: added _NEW_PROGRAM to dependencies | Brian Paul |
2008-08-08 | gallium: fix additional glCopyTex[Sub]Image issues | Brian Paul |
2008-08-07 | gallium: clean-up, remove dead code, update comments | Brian Paul |
2008-08-07 | gallium: fix a few bugs on the fallback CopyTex[Sub]Image() path. | Brian Paul |
2008-08-07 | mesa: pf_sprint_name->pf_name. | José Fonseca |
2008-08-06 | gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEAT | Brian Paul |
2008-07-28 | Merge tgsi/exec and tgsi/util directories. | José Fonseca |
2008-07-24 | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca |
2008-07-23 | gallium: fix translation of extended swizzles, per-component negation | Brian Paul |
2008-07-22 | add env var to override msaa visual selection | Roland Scheidegger |
2008-07-21 | gallium: Temporary workaround for mismatched pipe create and pipe destroy | Jonathan White |
2008-07-19 | gallium: Finer grained is_format_supported. | José Fonseca |
2008-07-15 | st: Silence compiler warnings on Windows. | Michal Krol |
2008-07-13 | util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions. | José Fonseca |
2008-07-10 | gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t... | Brian Paul |
2008-07-07 | gallium: move assertion (though not really significant) | Brian Paul |
2008-07-07 | gallium: simplify/fix buffer_offset, src_offset computation for VBO arrays | Brian Paul |
2008-07-04 | gallium: fix st_choose_format(internalFormat=GL_RGBA16) | Brian Paul |
2008-07-04 | gallium: replace assertion with conditional | Brian Paul |
2008-07-03 | gallium: move, increase ST_MAX_SHADER_TOKENS | Brian Paul |
2008-07-03 | gallium: fix surface memleak in bitmap code | Brian Paul |
2008-07-02 | gallium: replace an assertion with "if (!texobj) continue" | Brian Paul |
2008-07-02 | gallium: fix a bug in vertex program output mapping | Brian Paul |
2008-07-02 | mesa: fix issues around multisample enable | Roland Scheidegger |
2008-06-27 | gallium: handle msaa | Roland Scheidegger |
2008-06-27 | mesa: Replace void * arithmetic. | José Fonseca |
2008-06-27 | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. | José Fonseca |
2008-06-25 | mesa: point size arrays | Brian Paul |
2008-06-24 | mesa: More signed/unsigned float/integer fixes. | José Fonseca |
2008-06-24 | mesa: Use appropriate unsigned/signed, float/integer types. | José Fonseca |
2008-06-24 | mesa: Replace abort by asserts. | José Fonseca |
2008-06-23 | gallium: added support for fixed-point formats, drawing | Brian Paul |
2008-06-23 | gallium: fix-up inverted do_copy_texsubimage() | Brian Paul |
2008-06-23 | gallium: remove dead/prototype code | Brian Paul |