Age | Commit message (Expand) | Author |
2009-03-10 | i965: more code clean-ups, comments | Brian Paul |
2009-03-10 | i965: minor code clean-ups, comments | Brian Paul |
2009-03-10 | i965: use new cast wrappers | Brian Paul |
2009-03-10 | i965: added cast wrappers, comments | Brian Paul |
2009-03-10 | i965: asst. code clean-ups, comments | Brian Paul |
2009-03-10 | i965: fix typos in comments | Brian Paul |
2009-03-09 | i965: fix cube map lock-up / corruption | Brian Paul |
2009-03-09 | fix typo in fragment pipe alu define, should fix dot3_rgb tex combine | Roland Scheidegger |
2009-03-07 | r300: remove assignment to removed StringPos field | Brian Paul |
2009-03-07 | mesa: move glViewport and glDepthRange functions into new viewport.c file | Brian Paul |
2009-03-07 | mesa: gl_register_file enum typedef | Brian Paul |
2009-03-07 | mesa: remove GL_MESA_program_debug extension | Brian Paul |
2009-03-07 | mesa: remove last of _mesa_unreference_framebuffer() calls | Brian Paul |
2009-03-07 | r300: shut up valgrind | Maciej Cencora |
2009-03-06 | i965: check if we run out of GRF/temp registers | Brian Paul |
2009-03-06 | i965: bump up BRW_EU_MAX_INSN | Brian Paul |
2009-03-06 | i965: comments | Brian Paul |
2009-03-06 | i965: comments and minor clean-ups | Brian Paul |
2009-03-06 | i965: avoid unnecessary calls to brw_wm_is_glsl() | Brian Paul |
2009-03-06 | r300: fix depth write regression (found by Nicolai Haehnle) | Maciej Cencora |
2009-03-06 | r300: enable EXT_fog_coord extension | Maciej Cencora |
2009-03-06 | r300: route fog coord and W pos correctly | Maciej Cencora |
2009-03-06 | r300: rewrite and hopefully simplify RS setup | Maciej Cencora |
2009-03-06 | r300: add few macros for RS setup | Maciej Cencora |
2009-03-06 | r300: silence valgrind | Maciej Cencora |
2009-03-06 | r300: Print reg address when debugging is enabled | Maciej Cencora |
2009-03-06 | r300: don't crash on sw tcl hw if point size vertex attrib is sent | Maciej Cencora |
2009-03-05 | intel: Fix bpp setting of blits to 8bpp targets. | Eric Anholt |
2009-03-05 | i965: fix 3DPRIMITIVE batch decode of the vertex count field. | Eric Anholt |
2009-03-05 | i965: Stop dumping programs after the first all-zeroes entry. | Eric Anholt |
2009-03-05 | intel: Add always_flush_batch driconf option for making small batchbuffers. | Eric Anholt |
2009-03-05 | intel: Add always_flush_cache driconf option for debugging cache flush failure. | Eric Anholt |
2009-03-05 | i965: Add a note about why the _NEW_STENCIL is required in draw_buffers. | Eric Anholt |
2009-03-05 | intel: Remove a gratuitous MI_FLUSH after clearing with a blit. | Eric Anholt |
2009-03-05 | i965: Remove dead flushing code. | Eric Anholt |
2009-03-05 | i965: comments and formatting fixes | Brian Paul |
2009-03-05 | i965: fix emit_math1() function used for scalar instructions | Brian Paul |
2009-03-05 | i965: fix screen depth test in intel_validate_framebuffer)_ | Brian Paul |
2009-03-05 | i965: init dest reg CondMask = COND_TR (the proper default) | Brian Paul |
2009-03-04 | i965: add software fallback for conformant 3D textures and GL_CLAMP | Robert Ellison |
2009-03-04 | mesa: call _mesa_get_cpu_string() to get CPU info for GL_RENDERER string | Brian Paul |
2009-03-02 | mesa: use Stencil._Enabled field instead of Stencil.Enabled | Brian Paul |
2009-03-02 | mesa: remove unused AUX buffers | Brian Paul |
2009-02-28 | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul |
2009-02-27 | intel: remove some unneeded buffer unmap calls | Brian Paul |
2009-02-27 | i915: Add support for a new G33-like chipset. | Shaohua Li |
2009-02-27 | i965: texture fixes: bordered textures, fallback rendering | Robert Ellison |
2009-02-26 | intel: no-op the intel_finish_render_texture() function | Brian Paul |
2009-02-26 | intel: check texture formats in intel_validate_framebuffer() | Brian Paul |
2009-02-26 | intel: updated comment, some debug code (disabled) | Brian Paul |