Age | Commit message (Expand) | Author |
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 |
2009-09-19 | r600: fix polygon offset | Alex Deucher |
2009-09-19 | swrast: remove obsolete s_texstore.c | Brian Paul |
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 |
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 |
2009-09-19 | mesa: Allow BlitFramebuffer from a texture. | José Fonseca |
2009-09-18 | softpipe: Fix cube face selection. | Michal Krol |
2009-09-17 | softpipe: Respect input interpolators for the shader. | Michal Krol |
2009-09-17 | tgsi: Scan input interpolators, too. | Michal Krol |
2009-09-16 | mesa: begin some texstore code refactoring | Brian Paul |
2009-09-16 | mesa: meta driver functions for glCopyTex[Sub]Image() | Brian Paul |
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 | llvmpipe: Don't assert due to unsupported texture wrap modes. | José Fonseca |
2009-09-16 | Merge branch 'mesa_7_6_branch' | Ian Romanick |
2009-09-16 | gallium: remove incorrect 'return' stmt | Brian Paul |
2009-09-16 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Ian Romanick |
2009-09-16 | intel: Deassociated drawables from private context struct in intelUnbindContext | Ian Romanick |
2009-09-16 | gallium: Deprecate PIPE_CAP_S3TC. | José Fonseca |
2009-09-16 | softpipe: Do not advertise Z32_UNORM as a supported format. | Michal Krol |
2009-09-16 | gdi: Integrate with llvmpipe where available. | José Fonseca |
2009-09-16 | llvmpipe: Make the code portable for MinGW. | José Fonseca |
2009-09-16 | i965: do a flush in clear, fix openarena render issue, | Zou Nan hai |
2009-09-16 | radeon: cleanup compile defines mess. | Dave Airlie |
2009-09-16 | radeon: oops remove debugging left on in previous patch | Dave Airlie |
2009-09-16 | radeon: use txformat to decide to emit rect tex state. | Dave Airlie |
2009-09-15 | mesa: move generate mipmap calls | Brian Paul |
2009-09-15 | mesa: minor clean-up | Brian Paul |
2009-09-15 | mesa: remove last of gotos | Brian Paul |
2009-09-15 | mesa: more goto removal | Brian Paul |