Age | Commit message (Expand) | Author |
2008-09-19 | mesa: Fix arb parse constants | Brian Paul |
2008-09-18 | gallium: if we run out of memory in st_TexImage, flush and try again. | Brian Paul |
2008-09-17 | gallium: fix fog vs. pointcoord attribute handling in mesa->TGSI conversion | Brian Paul |
2008-09-17 | gallium: clean-up/fix msaa override in state tracker | Brian Paul |
2008-09-17 | gallium: include prog_print.h to silence warning | Brian Paul |
2008-09-17 | gallium: need to finish, not flush, in st_copy_texsubimage() | Brian Paul |
2008-09-17 | gallium: new assertion on surface->texture | Brian Paul |
2008-09-17 | tgsi: Add a ugly fix for CONSTANT problems | Jakob Bornecrantz |
2008-09-17 | tgsi: More debug printing on sanity check error | Jakob Bornecrantz |
2008-09-16 | gallium: fix glTexImage(width=height=depth=0) case | Brian Paul |
2008-09-16 | gallium: move _vbo_DestroyContext() call | Brian Paul |
2008-09-16 | mesa: State tracker now checks for faulty shaders on debug | Jakob Bornecrantz |
2008-09-05 | gallium: document that clear color is intentionally always PIPE_FORMAT_A8R8G8... | Brian Paul |
2008-09-04 | gallium: remove the copyHeight hack for compresssed formats | Brian Paul |
2008-09-04 | mesa: Remove unused var. | José Fonseca |
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca |
2008-09-01 | gallium: added st_bind/release_teximage() functions | Brian Paul |
2008-09-01 | gallium: move st_texture_image() cast wrapper to header file | Brian Paul |
2008-08-28 | gallium: change the conditional which tests for combined Z+stencil buffers | Brian Paul |
2008-08-27 | gallium: better support for user-space interleaved arrays | Brian Paul |
2008-08-27 | gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO. | Brian Paul |
2008-08-27 | gallium: remove old assertions | Brian Paul |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-08-22 | gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header | 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: Call pipe->destroy on context destruction for all platforms. | José Fonseca |
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 |