projects
/
mesa.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
st/mesa: Use PIPE_USAGE_STAGING for GL_STATIC/DYNAMIC/STREAM_READ buffers
2014-09-25
Matt Turner
mesa: Replace IS_NEGATIVE(x) with x < 0.0f.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
radeon: Use PRINTLIKE macro.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
configure.ac: Replace gallium_check_st with gallium_require_drm.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
configure.ac: Drop gallium directory tracking.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
configure.ac: Use autoconf macro for GNU make.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
ralloc: Mark ralloc functions with gcc's malloc attribute.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
mesa: Replace a priori knowledge of gcc attributes...
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
mesa: Replace a priori knowledge of gcc builtins with...
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965/compaction: Document instruction compaction capabilities.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965: Emit ELSE/ENDIF JIP with type D on Gen 7.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965/compaction: Support compaction of control flow...
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965/compaction: Add support for G45.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965: Add BRW_OPCODE_NENOP for G45.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965/compaction: Add support for Gen5.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965/compaction: Reduce size of compacted_counts[]...
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965/compaction: Use sizeof brw_inst/brw_compact_inst.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965/compaction: Increment offset in for loop.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965/compaction: Make src_offset local to the for loop.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965/compaction: Remove unnecessary is-compacted? check.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965/compaction: Don't set UIP on ELSE on Gen < 8.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965/compaction: Rework 3-src compaction logic.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965/sf: Disable instruction compaction.
commit
|
commitdiff
|
tree
2014-09-25
Matt Turner
i965: Set JumpCount, not JIP, on ENDIF on Gen 6.
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965/vec4: Call calculate_cfg() in test programs to...
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
mesa: Drop _mesa_getenv() wrapper.
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
mesa: Drop _mesa_bsearch() wrapper.
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
mesa: Unifdef _WIN32_WCE.
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
mesa: Unifdef _XBOX.
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
configure.ac: Remove duplicate -DHAVE_PTHREAD.
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
configure.ac: Stop checking for perl.
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
configure.ac: Use test -a, rather than another test.
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
mesa: Use realloc() instead of _mesa_realloc() and...
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
mesa: Remove duplicate _mesa_{init,free}_shader_state...
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965: Add and use functions to get next/prev blocks.
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965: Call insert and remove functions from exec_node...
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965: Make instruction lists local to the bblocks.
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965/cfg: Add note about double-loop macros and break...
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965: Replace initialization loops with memset().
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965/vec4: Don't iterate between blocks with inst-...
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965/fs: Don't iterate between blocks with inst->next...
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965/cfg: Add macros to iterate through a block given...
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965/fs: Make count_to_loop_end() use basic blocks.
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965/vec4: Don't use instruction list after calculating...
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965/fs: Don't use instruction list after calculating...
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965: Remove now unneeded calls to calculate_cfg().
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965: Remove cfg-invalidating parameter from invalidate_live...
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965: Preserve the CFG in instruction scheduling.
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965/vec4: Preserve CFG in spill_reg().
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965/vec4: Preserve the CFG in a few more places.
commit
|
commitdiff
|
tree
2014-09-24
Matt Turner
i965/fs: Preserve the CFG in a few more places.
commit
|
commitdiff
|
tree
2014-09-05
Matt Turner
i965/fs: Brown bag fix.
commit
|
commitdiff
|
tree
2014-09-05
Matt Turner
i965/vec4: Add ability to reswizzle arbitrary swizzles.
commit
|
commitdiff
|
tree
2014-09-05
Matt Turner
i965/vec4: Reswizzle sources when necessary.
commit
|
commitdiff
|
tree
2014-09-05
Matt Turner
i965/fs: Fix basic block tracking in try_rep_send().
commit
|
commitdiff
|
tree
2014-09-05
Matt Turner
i965/fs: Pass block to insert and remove functions...
commit
|
commitdiff
|
tree
2014-09-05
Matt Turner
i965: Update if_block/else_block in the dead control...
commit
|
commitdiff
|
tree
2014-09-05
Matt Turner
i965/fs: Connect cfg properly in predicated break peephole.
commit
|
commitdiff
|
tree
2014-08-31
Matt Turner
i965/vec4: Update register coalescing test.
commit
|
commitdiff
|
tree
2014-08-31
Matt Turner
i965: Use unreachable() to silence warning.
commit
|
commitdiff
|
tree
2014-08-29
Matt Turner
i965: Mark BRW_CONDITIONAL_R as Gen <= 5.
commit
|
commitdiff
|
tree
2014-08-29
Matt Turner
i965/disasm: Show jump count for if/iff/halt.
commit
|
commitdiff
|
tree
2014-08-29
Matt Turner
i965/disasm: Disassemble JMPI's source properly.
commit
|
commitdiff
|
tree
2014-08-29
Matt Turner
i965/disasm: Add break/cont/halt to list of has_uip().
commit
|
commitdiff
|
tree
2014-08-29
Matt Turner
i965/disasm: Disassemble Z/NZ conditional modifiers...
commit
|
commitdiff
|
tree
2014-08-22
Matt Turner
i965/fs: Preserve CFG in predicated break pass.
commit
|
commitdiff
|
tree
2014-08-22
Matt Turner
i965/fs: Rename variable in predicated break pass.
commit
|
commitdiff
|
tree
2014-08-22
Matt Turner
i965/fs: Preserve CFG in the SEL peephole.
commit
|
commitdiff
|
tree
2014-08-22
Matt Turner
i965: Preserve CFG when deleting dead control flow.
commit
|
commitdiff
|
tree
2014-08-22
Matt Turner
i965/cfg: Add functions to combine basic blocks.
commit
|
commitdiff
|
tree
2014-08-22
Matt Turner
i965/cfg: Point to bblock_t containing associated control...
commit
|
commitdiff
|
tree
2014-08-22
Matt Turner
i965/fs: Preserve CFG in register allocation.
commit
|
commitdiff
|
tree
2014-08-22
Matt Turner
i965: Use basic-block aware insertion/removal functions.
commit
|
commitdiff
|
tree
2014-08-22
Matt Turner
i965: Add invalidate_cfg parameter to invalidate_live_interv...
commit
|
commitdiff
|
tree
2014-08-22
Matt Turner
i965: Add basic-block aware backend_instruction::insert_...
commit
|
commitdiff
|
tree
2014-08-22
Matt Turner
i965: Add a basic-block aware backend_instruction:...
commit
|
commitdiff
|
tree
2014-08-22
Matt Turner
i965/cfg: Add a function to remove a block from the...
commit
|
commitdiff
|
tree
2014-08-22
Matt Turner
i965/cfg: Add functions to test if a block is a successor...
commit
|
commitdiff
|
tree
2014-08-22
Matt Turner
i965: Fix JIP/UIP calculations.
commit
|
commitdiff
|
tree
2014-08-20
Matt Turner
i965/vec4: Allow reswizzling writemasks when swizzle...
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
i965/vec4: Add a pass to reduce swizzles.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
i965/cfg: Add a foreach_block_and_inst_safe macro.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
i965/cfg: Add a foreach_inst_in_block_safe macro.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
i965/cfg: Add a foreach_block_safe macro.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
i965: Pass a cfg pointer to generate_{code,assembly}.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
i965: Add and use foreach_block macro.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
i965/cfg: Embed link in bblock_t for main block list.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
i965/fs: Optimize gl_FrontFacing calculation on Gen4/5.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
i965/fs: Optimize gl_FrontFacing calculation on Gen6+.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
i965: Use ~0 to represent true on Gen >= 6.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
i965/fs: Optimize emit_bool_to_cond_code for logical...
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
i965: Use UniformBooleanTrue value for boolean literal...
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
glsl: Use UniformBooleanTrue value for uniform initializers.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
mesa: Upload boolean uniforms using UniformBooleanTrue.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
i965: Remove dead call to _mesa_associate_uniform_storage().
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
mapi: Inline shared-glapi/tests/Makefile.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
mapi: Inline glapi/tests/Makefile.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
mapi: Inline glapi/Makefile.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
mapi: Inline es2api/Makefile.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
mapi: Inline es1api/Makefile.
commit
|
commitdiff
|
tree
2014-08-19
Matt Turner
mapi: Inline shared-glapi/Makefile.
commit
|
commitdiff
|
tree
next