Age | Commit message (Expand) | Author |
2011-01-24 | mesa: allow internalFormat=GL_BGRA_EXT in TexImage2D | Benjamin Franzke |
2011-01-24 | mesa: s/movzxw/movzwl/ in read_rgba_span_x86.S | Dimitry Andric |
2011-01-24 | mesa: s/movzx/movzbl/ | Dimitry Andric |
2011-01-24 | glsl: Remove long unused 'configure.ac' file. | Kenneth Graunke |
2011-01-24 | draw: Do not use LLVM's opaque types. | José Fonseca |
2011-01-24 | add machine generated files to .gitignore | Tim Wiederhake |
2011-01-24 | secure malloc in translate_cache_create | Tim Wiederhake |
2011-01-24 | osmesa: mklib requires arguments before objects | Christopher James Halse Rogers |
2011-01-24 | st/xorg: Fix build failure against xserver with XF86_CRTC_VERSION < 3. | Michel Dänzer |
2011-01-24 | r300g: remove unused function | Marek Olšák |
2011-01-24 | r300g: remove any traces of depth_clamp | Marek Olšák |
2011-01-24 | r300g: handle PIPE_CAP_INSTANCED_DRAWING in get_param | Marek Olšák |
2011-01-24 | r600c: only colors can be flat shaded | Andre Maasikas |
2011-01-24 | util: Add function logger helpers | Jakob Bornecrantz |
2011-01-24 | Revert "r300g/swtcl: re-enable LLVM" | Jakob Bornecrantz |
2011-01-24 | draw: Init llvm if not provided | Jakob Bornecrantz |
2011-01-24 | i915g: Remove draw_flushes and state that we don't need to track | Jakob Bornecrantz |
2011-01-24 | i915g: Improve constant handling | Jakob Bornecrantz |
2011-01-23 | r300g: Increase fragment shader limits for r400 cards | Tom Stellard |
2011-01-23 | gldirect: remove _NEW_ACCUM | Brian Paul |
2011-01-23 | i965: remove _NEW_ACCUM | Brian Paul |
2011-01-23 | nvc0: implement point coord replacement | Christoph Bumiller |
2011-01-23 | mesa: add ARB_framebuffer_sRGB as alias of the EXT variant | Marek Olšák |
2011-01-23 | mesa: return GL_LINEAR for ..COLOR_ENCODING if framebuffer_sRGB is unsupported | Marek Olšák |
2011-01-23 | vega: sort filenames in Makefile, SConscript | Brian Paul |
2011-01-23 | mesa: get rid of _NEW_ACCUM, clean-up _NEW_* #defines | Brian Paul |
2011-01-23 | mesa: smarter glTexParameter state invalidation | Brian Paul |
2011-01-23 | r300g: support sRGB colorbuffers | Marek Olšák |
2011-01-23 | r300/compiler: remove any code related to relative addressing of temporaries | Marek Olšák |
2011-01-23 | nvc0: fix emit_cvt for ceil, floor and trunc | Christoph Bumiller |
2011-01-23 | nvc0: remove bad assert and emit TEMP movs instead | Christoph Bumiller |
2011-01-23 | nvc0: fix address and value slot assignment in load combining | Christoph Bumiller |
2011-01-23 | nvc0: don't omit highest bit of branch target | Christoph Bumiller |
2011-01-23 | nvc0: recognize r63 as zero in constant folding | Christoph Bumiller |
2011-01-23 | nvc0: add MARK_RING where missing to avoid too many relocs errors | Christoph Bumiller |
2011-01-23 | nvc0: don't apply base vertex to per-instance arrays | Christoph Bumiller |
2011-01-23 | nvc0: commute sources of SET too if beneficial | Christoph Bumiller |
2011-01-23 | nvc0: accept neg abs modifiers on lg2 | Christoph Bumiller |
2011-01-22 | glsl: Don't assert when the value returned by a function has no rvalue | Ian Romanick |
2011-01-22 | st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGB | Brian Paul |
2011-01-22 | softpipe: pass surface format to get/put_tile functions | Brian Paul |
2011-01-22 | gallium/util: added pipe_put_tile_rgba_format() | Brian Paul |
2011-01-22 | gallium/util: simplify pipe_get_tile_rgba() | Brian Paul |
2011-01-22 | gallium/softpipe: replace pipe_get_tile_swizzle() | Brian Paul |
2011-01-22 | softpipe: use proper type for format field | Brian Paul |
2011-01-22 | gallium/util: added util_format_linear() | Brian Paul |
2011-01-22 | st/mesa: update comment, use st_fb_orientation() | Brian Paul |
2011-01-22 | st/mesa: comments in update_viewport() | Brian Paul |
2011-01-22 | scons: Add support for GLES. | Chia-I Wu |
2011-01-22 | mapi: ENTRY_CURRENT_TABLE_GET should be stringified. | Chia-I Wu |