| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-09-20 | radeon: Improve WARN_ONCE macro to appear as single statement. | Pauli Nieminen | |
| Do-while makes macro safe to be used with if and for constructions. Also remove __LINE__ macro from variable name because scope is local to macro anyway. | |||
| 2009-09-20 | llvmpipe: Fix lp_get_cached_tile. | José Fonseca | |
| Align coordinates to tile boundaries. | |||
| 2009-09-20 | llvmpipe: Update tile status on flush. | José Fonseca | |
| 2009-09-20 | radeon: Fix "verts" debugging enable | Nicolai Hähnle | |
| Copy'n'paste apparently prevented the RADEON_VERTS flag from being enabled. Signed-off-by: Nicolai Hähnle <nhaehnle@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 | llvmpipe: Respect input interpolators for the shader. | Michal Krol | |
| Cherry-picked from fb2c7b6743ba6e89f24843890fb7fcd6a09c3dbb | |||
| 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 | softpipe: Fix cube face selection. | Michal Krol | |
| If arx and ary are equal, we still want to choose from one of them, and not arz. | |||
| 2009-09-18 | glsl/apps: Use glsl pp public interface. | Michal Krol | |
| 2009-09-18 | slang: Use glsl pp public interface. | Michal Krol | |
| 2009-09-18 | glsl/pp: Define a public interface for external modules. | Michal Krol | |
| Make sl_pp_context struct opaque. Move all public declarations to sl_pp_public.h. | |||
| 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-17 | softpipe: Respect input interpolators for the shader. | Michal Krol | |
| 2009-09-17 | tgsi: Scan input interpolators, too. | Michal Krol | |
| 2009-09-17 | Merge commit 'origin/master' into glsl-pp-rework-2 | Michal Krol | |
| Conflicts: src/gallium/winsys/gdi/SConscript | |||
| 2009-09-17 | glsl/pp: Add a TODO for FEATURE_es2_glsl. | Michal Krol | |
| 2009-09-17 | slang/pp: Fix file number parsing. | Michal Krol | |
| 2009-09-17 | slang/pp: Use a dictionary for the remaining string literals. | Michal Krol | |
| 2009-09-17 | glsl/pp: Add remaining error messages. | Michal Krol | |
| 2009-09-17 | glsl/apps: Always write out error condition. | Michal Krol | |
