summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2010-11-21r300/compiler: Use zero as the register index for unused sourcesTom Stellard
2010-11-21r300/compiler: Fix instruction scheduling within IF blocksTom Stellard
2010-11-21r300/compiler: Fix register allocator's handling of loopsTom Stellard
2010-11-21r300/compiler: Make sure presubtract sources use supported swizzlesTom Stellard
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-11-15r300: set gl_texture_image::TexFormat field in r300SetTexBuffer2()Brian Paul
2010-11-08radeon: Implement GL_OES_EGL_imageJohann Rudloff
2010-11-08mesa/r300classic: Fix dri2Invalidate/radeon_prepare_render for page flipping.Mario Kleiner
2010-11-04r300/compiler: Move declaration before code.Vinson Lee
2010-11-04r300/compiler: Move declaration before code.Vinson Lee
2010-11-01r300/compiler: Don't track readers into an IF block.Tom Stellard
2010-10-30r300/compiler: Don't clobber presubtract sources during optimizationsTom Stellard
2010-10-27r300/compiler: Use rc_get_readers_normal() for presubtract optimizationsTom Stellard
2010-10-19r300/compiler: Remove unused variable.Vinson Lee
2010-10-18r300g: Add new debug option for logging vertex/fragment program statsTom Stellard
2010-10-18r300/compiler: Add a new function for more efficient dataflow analysisTom Stellard
2010-10-18r300/compiler: Clear empty registers after constant foldingTom Stellard
2010-10-18r300/compiler: Fix incorrect assumptionTom Stellard
2010-10-18r300/compiler: Create a helper function for merging presubtract sourcesTom Stellard
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-10-12r300: Silence uninitialized variable warning.Vinson Lee
2010-09-30dri/r300: remove duplicated includeNicolas Kaiser
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Remove declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-28r300/compiler: Don't merge instructions that write output regs and ALU resultTom Stellard
2010-09-28r300/compiler: Don't use rc_error() unless the error is unrecoverableTom Stellard
2010-09-28r300/compiler: Fix segfault in error pathTom Stellard
2010-09-27r300/compiler: Use rc_for_all_reads_src() in "dead constants" passTom Stellard
2010-09-27r300/compiler: radeon_remove_constants.c: fix indentationTom Stellard
2010-09-27r300/compiler: Print immediate values after "dead constants" passTom Stellard
2010-09-27r300/compiler: Add more helper functions for iterating through sourcesTom Stellard
2010-09-28r300g: add support for 3D NPOT textures without mipmappingMarek Olšák
2010-09-28r300/compiler: fix shadow sampling with swizzled coordsMarek Olšák
2010-09-28r300/compiler: do not use copy propagation if SaturateMode is usedMarek Olšák
2010-09-28r300/compiler: fix projective mapping of 2D NPOT texturesMarek Olšák
2010-09-28r300g: code cleanupsMarek Olšák