summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-11ir_constant_visitor: Handle array access of constant vectors and matricesIan Romanick
2010-06-11Remove redundant type checks for constant constructorsIan Romanick
2010-06-11Do simple constant folding while processing function call parametersIan Romanick
2010-06-11ir_constant_visitor: Handle dereferences of constant recordsIan Romanick
2010-06-11ir_constant: Add get_record_field queryIan Romanick
2010-06-11Add glsl_types::field_index to get the location of a record fieldIan Romanick
2010-06-11Detect and process constant record constructorsIan Romanick
2010-06-11Move parameter processing out of match_function_by_nameIan Romanick
2010-06-11ir_constant_visitor: Use clone to create a constant from a variable referenceIan Romanick
2010-06-11ir_constant: Support constant structures in cloneIan Romanick
2010-06-11ir_constant: Add storage for multiple constants for arrays and recordsIan Romanick
2010-06-11Add glsl_type::is_record queryIan Romanick
2010-06-11Add float/bool conversion to ir_constant_expression.cpp.Ian Romanick
2010-06-11Constant-fold constructor parameters after type conversionIan Romanick
2010-06-11Make constructors with all constant parameters generate in-line constantsIan Romanick
2010-06-11Construct an ir_constant from a list of ir_constant valuesIan Romanick
2010-06-11Add queries to determine if a node is a list sentinalIan Romanick
2010-06-11Add methods to ir_constant to get scalar components in a particular typeIan Romanick
2010-06-11Derefence components of constants smarterIan Romanick
2010-06-11Construct an ir_constant from a scalar component of another ir_constantIan Romanick
2010-06-11Use ir_unop_b2i when converting a bool-to-int and add a missing breakIan Romanick
2010-06-11r300/compiler: Handle more complex conditionals in loops.Tom Stellard
2010-06-11r300/compiler: Fix warning.Tom Stellard
2010-06-11r300/compiler: Handle SGT and SLE at the beginning of loops.Tom Stellard
2010-06-11r300/compiler: Verify assumptions about opcode types.Tom Stellard
2010-06-11r300/compiler: Unroll loops that decrement the counter.Tom Stellard
2010-06-11r300/compiler: Unroll loops that have a constant number of iterations.Tom Stellard
2010-06-11r300/compiler: Implement simple loop emulationTom Stellard
2010-06-11i965: Remove the surface key used to generate constant surfaces.Eric Anholt
2010-06-11i965: Warning fixes from the i965-streaming merge.Eric Anholt
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin
2010-06-11tgsi: support 2d indirect addressingZack Rusin
2010-06-11i965: Use the state base address to avoid relocations.Eric Anholt
2010-06-11i965: GC the last two arguments to brw_cache_data.Eric Anholt
2010-06-11i965: Remove brw_state_cache_bo_delete now that it's unused again.Eric Anholt
2010-06-11i965: Remove caching of surface state objects.Eric Anholt
2010-06-11i965: Convert the binding table to streamed indirect state.Eric Anholt
2010-06-11i965: Split constant buffer setup from its surface state/binding state.Eric Anholt
2010-06-11i965: Add support for streaming indirect state rather than caching objects.Eric Anholt
2010-06-11i965: Set the CC VP state immediately on state change.Eric Anholt
2010-06-11i965: Update old comment about state cache sizing.Eric Anholt
2010-06-11i965: Move no_batch_wrap assertion out across the area we're trying to verify.Eric Anholt
2010-06-10i965: remove UseProgram driver callbackBrian Paul
2010-06-11docs: Update EGL doc.Chia-I Wu
2010-06-11st/egl: Do not build non-working driver combinations.Chia-I Wu
2010-06-11st/egl: Add fbdev backend.Chia-I Wu
2010-06-11winsys: Add fbdev software winsys.Chia-I Wu
2010-06-10st/egl: Remove unnecessary header.Vinson Lee
2010-06-10intel: Remove unnecessary header.Vinson Lee
2010-06-10draw: forgot to add a fileZack Rusin