Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-20 | dri/swrast: call _mesa_meta_init/free() | Brian Paul | |
2009-09-20 | osmesa: call _mesa_meta_init/free() | Brian Paul | |
2009-09-20 | Revert "st/mesa: Compile in meta.c." | Brian Paul | |
This reverts commit 6c5726cd39ab12b86fae391d075fa74bc24b615c. | |||
2009-09-20 | Revert "scons: add meta.c to sources" | Brian Paul | |
This reverts commit 41fefe88c50376a57876b498c8619c8c9f535de6. | |||
2009-09-20 | Revert "mesa: move _mesa_meta_init/free() calls to core Mesa" | Brian Paul | |
This reverts commit 651cffd626a82d9bf539437ca4bdf8ea4b396fab. The commit inadvertantly introduced a new gallium dependency on the meta code. | |||
2009-09-20 | scons: add meta.c to sources | Brian Paul | |
2009-09-20 | st/mesa: Compile in meta.c. | Chia-I Wu | |
meta was moved to core Mesa since 651cffd626a82d9bf539437ca4bdf8ea4b396fab. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-09-20 | intel: meta clear has a new name. | Chia-I Wu | |
It was renamed to _mesa_meta_Clear. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-09-20 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
Conflicts: src/mesa/drivers/dri/intel/intel_clear.c | |||
2009-09-20 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Nicolai Hähnle | |
2009-09-20 | mesa/st: Create front renderbuffer on the fly when supplied with a surface | Nicolai Hähnle | |
Normally, the mesa/st would create a fake front buffer out of a client-allocated surface. In the DRI setting, however, st/dri provides a front buffer surface which is created and maintained by the X server. Prefer to use this surface instead, so that front buffer rendering and reading works correctly. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-09-20 | mesa/st: Initialize format bits of framebuffer renderbuffers | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-09-20 | r300/compiler: Fix R300 fragment program regression introduced by 0723cd1... | Nicolai Hähnle | |
We obviously need to move the code addr register backwards because their may be overlap. This bug affected in particular the Compiz water plugin. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-09-19 | mesa: remove redundant readbuffer check | Brian Paul | |
2009-09-19 | mesa: rename functions to be more consistant with rest of mesa | Brian Paul | |
2009-09-19 | swrast: remove obsolete s_imaging.c file | Brian Paul | |
2009-09-19 | swrast: remove prototypes for obsolete functions | Brian Paul | |
2009-09-19 | mesa: remove s_imaging.c from build | Brian Paul | |
2009-09-19 | windows: replace old ColorTable, Convolution functions with new | Brian Paul | |
2009-09-19 | mesa: use new meta functions | Brian Paul | |
2009-09-19 | mesa: meta functions for glCopyColorTable, glCopyConvolutionFilter, etc | Brian Paul | |
2009-09-19 | mesa: move readbuffer tests | Brian Paul | |
2009-09-19 | mesa: use _mesa_get_current_tex_unit() helper | Brian Paul | |
2009-09-19 | mesa: use _mesa_get_current_tex_unit() helper | Brian Paul | |
2009-09-19 | mesa: fix some glCopyTex[Sub]Image regressions related to convolution | Brian Paul | |
2009-09-19 | mesa: move _mesa_meta_init/free() calls to core Mesa | Brian Paul | |
2009-09-19 | r600: fix point sizes | Alex Deucher | |
registers takes radius | |||
2009-09-19 | r600: fix polygon offset | Alex Deucher | |
2009-09-19 | swrast: remove obsolete s_texstore.c | Brian Paul | |
Replaced by new, simpler meta functions. | |||
2009-09-19 | swrast: remove prototypes for obsolete functions | Brian Paul | |
2009-09-19 | mesa: remove s_texstore.c from makefile/project files | Brian Paul | |
2009-09-19 | glapi: replace old TexCopy functions w/ new | Brian Paul | |
2009-09-19 | windows: replace old TexCopy functions w/ new | Brian Paul | |
2009-09-19 | gldirect: remove refs to soon-to-be-obsolete functions | Brian Paul | |
I don't know if this driver is anywhere near build-able, but anyway. | |||
2009-09-19 | mesa: use new _mesa_meta_CopyTex[Sub]Image() functions | Brian Paul | |
2009-09-19 | intel: use new _mesa_meta_CopyTex[Sub]Image() functions | Brian Paul | |
2009-09-19 | glapi: regenerated files | Brian Paul | |
2009-09-19 | glapi: added tokens, function for GL_ARB_provoking_vertex | Brian Paul | |
2009-09-19 | mesa: Allow BlitFramebuffer from a texture. | José Fonseca | |
Although GL_EXT_framebuffer_blit does not mention textures, it doesn't forbid them either, and some thirdparty driver appear to support this. | |||
2009-09-18 | [i965] add a missing header file | Zou Nan hai | |
2009-09-18 | [i965] use intel_batchbuffer_flush to flush the clear | Zou Nan hai | |
2009-09-16 | mesa: begin some texstore code refactoring | Brian Paul | |
Next step will be to move the calls to ctx->Driver.ChooseTextureFormat() into the teximage.c functions so drivers don't have to do it. | |||
2009-09-16 | mesa: fix clip plane, fog issues | Brian Paul | |
2009-09-16 | mesa: meta driver functions for glCopyTex[Sub]Image() | Brian Paul | |
Implement in terms of glReadPixels + glTex[Sub]Image(). This will allow us to get rid of some swrast texture code. | |||
2009-09-16 | swrast: remove mipmap generation checks (done in core Mesa now) | Brian Paul | |
2009-09-16 | s3v: remove unneeded initializations | Brian Paul | |
2009-09-16 | ffb: remove disabled code | Brian Paul | |
2009-09-16 | st/mesa: fix some incorrect branching/clean-up code in TexImage functions | Brian Paul | |
We need to be sure to call the _mesa_unmap_teximage_pbo() function if we called _mesa_validate_pbo_teximage(). | |||
2009-09-16 | st/mesa: fix texture memory allocation bug | Brian Paul | |
The following example caused an incorrect GL_OUT_OF_MEMORY error to be raised in glTexSubImage2D: glTexImage2D(level=0, width=32, height=32, pixels=NULL); glTexImage2D(level=0, width=64, height=64, pixels=NULL); glTexSubImage2D(level=0, pixels!=NULL); The second glTexImage2D() call needs to cause the first image to be deallocated then reallocated at the new size. This was not happening because we were testing for pixels==NULL too early. | |||
2009-09-16 | Merge branch 'mesa_7_6_branch' | Ian Romanick | |