Age | Commit message (Expand) | Author |
2010-10-30 | r300/compiler: Don't clobber presubtract sources during optimizations | Tom Stellard |
2010-10-27 | r300/compiler: Use rc_get_readers_normal() for presubtract optimizations | Tom Stellard |
2010-10-19 | r300/compiler: Remove unused variable. | Vinson Lee |
2010-10-18 | r300g: Add new debug option for logging vertex/fragment program stats | Tom Stellard |
2010-10-18 | r300/compiler: Add a new function for more efficient dataflow analysis | Tom Stellard |
2010-10-18 | r300/compiler: Clear empty registers after constant folding | Tom Stellard |
2010-10-18 | r300/compiler: Fix incorrect assumption | Tom Stellard |
2010-10-18 | r300/compiler: Create a helper function for merging presubtract sources | Tom Stellard |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-13 | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg |
2010-10-12 | r300: Silence uninitialized variable warning. | Vinson Lee |
2010-09-30 | dri/r300: remove duplicated include | Nicolas Kaiser |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee |
2010-09-29 | r300/compiler: Remove declaration before code. | Vinson Lee |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee |
2010-09-28 | r300/compiler: Don't merge instructions that write output regs and ALU result | Tom Stellard |
2010-09-28 | r300/compiler: Don't use rc_error() unless the error is unrecoverable | Tom Stellard |
2010-09-28 | r300/compiler: Fix segfault in error path | Tom Stellard |
2010-09-27 | r300/compiler: Use rc_for_all_reads_src() in "dead constants" pass | Tom Stellard |
2010-09-27 | r300/compiler: radeon_remove_constants.c: fix indentation | Tom Stellard |
2010-09-27 | r300/compiler: Print immediate values after "dead constants" pass | Tom Stellard |
2010-09-27 | r300/compiler: Add more helper functions for iterating through sources | Tom Stellard |
2010-09-28 | r300g: add support for 3D NPOT textures without mipmapping | Marek Olšák |
2010-09-28 | r300/compiler: fix shadow sampling with swizzled coords | Marek Olšák |
2010-09-28 | r300/compiler: do not use copy propagation if SaturateMode is used | Marek Olšák |
2010-09-28 | r300/compiler: fix projective mapping of 2D NPOT textures | Marek Olšák |
2010-09-28 | r300g: code cleanups | Marek Olšák |
2010-09-27 | mesa: Force GL_SGIS_generate_mipmap to always be enabled | Ian Romanick |
2010-09-25 | r300/compiler: Fix two mistakes in the presubtract optimization pass. | Tom Stellard |
2010-09-20 | r300/compiler: Refactor the pair instruction data structures | Tom Stellard |
2010-09-13 | r300/compiler: fix warnings | Marek Olšák |
2010-09-10 | r300/compiler: Reorganize presub_helper() | Tom Stellard |
2010-09-10 | r300/compiler: Don't use presubtract in TEX instructions | Tom Stellard |
2010-09-10 | r300/compiler: Print the presub subtract operation in the correct order | Tom Stellard |
2010-09-10 | r300/compiler: Fix dataflow bug in presub_helper() | Tom Stellard |
2010-09-10 | r300/compiler: Replace asserts with error messages | Tom Stellard |
2010-09-10 | r300/compiler: Fix copy propigation for some presub instructions | Tom Stellard |
2010-09-10 | r300/compiler: Add peephole optimization for the 'sub' presubtract operation | Tom Stellard |