summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-06draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.Chia-I Wu
2010-08-06draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.Chia-I Wu
2010-08-06draw: Include draw_decompose_tmp.h in draw_gs_tmp.h.Chia-I Wu
2010-08-06draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.Chia-I Wu
2010-08-06draw: Add draw_decompose_tmp.h.Chia-I Wu
2010-08-06r600g: add SRGB support.Dave Airlie
2010-08-06r600g: fixup z format translations.Dave Airlie
2010-08-06r600g: fix targetmask to work correctly.Dave Airlie
2010-08-06r600g: improve supported format selection.Dave Airlie
2010-08-06r600g: add bo wait after map.Dave Airlie
2010-08-05st/mesa: Clean up header file inclusion in st_program.h.Vinson Lee
2010-08-06r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0Marek Olšák
2010-08-05ir_to_mesa: Handle texture-array samplersIan Romanick
2010-08-05tgsi: Fix typo, so we follow what is in the commentsJakob Bornecrantz
2010-08-05glsl2: Enable all supported extensions in stand-alone compilerIan Romanick
2010-08-05tgsi: Add option to stop the sanity checker from printingJakob Bornecrantz
2010-08-05glsl_type: Don't have two versions of a type with the same nameIan Romanick
2010-08-05util: Add option to not dump cpu capsJakob Bornecrantz
2010-08-05st/mesa: Only get debug option onceJakob Bornecrantz
2010-08-05st/mesa: Only get mesa mvp dp4 option onceJakob Bornecrantz
2010-08-05llvmpipe: Only get no rast option onceJakob Bornecrantz
2010-08-05gallivm: Only get debug option onceJakob Bornecrantz
2010-08-05glsl2: Log a better error message when a matching function cannot be foundIan Romanick
2010-08-05st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h.Vinson Lee
2010-08-06nvfx: fix nv30 vertex program scalar opcodesLuca Barbieri
2010-08-06nvfx: shut up unknown cap 64 warningLuca Barbieri
2010-08-05st/mesa: Clean up header file inclusion in st_manager.h.Vinson Lee
2010-08-05glsl: fix atan(0, -1)Brian Paul
2010-08-05glsl2: Add a pass to convert exp and log to exp2 and log2.Eric Anholt
2010-08-05r600c: tiling require drm 2.6.0, not 2.5.0Alex Deucher
2010-08-05glsl2: Insert global declarations at the top of the instruction stream.Eric Anholt
2010-08-05r600: add support for getting the tiling config via drm ioctl (v2)Alex Deucher
2010-08-05r600: add new relocs for tiling supportAlex Deucher
2010-08-05r600: add span support for 2D tilingAlex Deucher
2010-08-05ir_structure_splitting: Massive fixing to this.Eric Anholt
2010-08-05glsl2: Make the HV actually call ir_texture's visit_leave.Eric Anholt
2010-08-05ir_structure_splitting: New pass to chop structures into their components.Eric Anholt
2010-08-05glsl2: Fix the dereferences_variable check in ir_tree_grafting.Eric Anholt
2010-08-05glsl2: Don't tree-grafting out assignment to an out variable.Eric Anholt
2010-08-05glsl2: Don't dead-code eliminate a call where the return value is unused.Eric Anholt
2010-08-05glsl2: Add some easy-to-enable debug printfs to ir_dead_code.cpp.Eric Anholt
2010-08-05r600g: don't use dynamic state allocation for statesJerome Glisse
2010-08-05targets/egl: fix buildJoakim Sindholt
2010-08-05ir_to_mesa: Don't do function inlining until linking.Eric Anholt
2010-08-05glsl2: Add a pass for removing unused functions.Eric Anholt
2010-08-05r300g: fix fb_state atom sizeMarek Olšák
2010-08-05r300g: debug_print on startup whether we can use hyper-zMarek Olšák
2010-08-05glsl2: Catch pointless copies in copy propagation.Eric Anholt
2010-08-05glsl2: Don't try to dump GLSL IR for a shader that didn't compile.Eric Anholt
2010-08-05ir_to_mesa: Remove debug force-enablement of EmitNoIfs.Eric Anholt