gallium: introduce PIPE_CAP_CLIP_HALFZ.
[mesa.git] / src / mesa /
2014-10-01 Matt Turneri965/vec4: Optimize sqrt+inv into rsq.
2014-10-01 Matt Turneri965/vec4: Call opt_algebraic after opt_cse.
2014-10-01 Matt Turneri965/fs: Extend predicated break pass to predicate...
2014-09-30 Ian Romanicki965/fs: Don't make a name for a vector splitting temporary
2014-09-30 Ian Romanickglsl: Add context-level controls for whether temporarie...
2014-09-30 Ian Romanickglsl: Make ir_variable::num_state_slots and ir_variable...
2014-09-30 Jason Ekstrandi965/brw_reg: Make the accumulator register take an...
2014-09-30 Brian Paulst/mesa: remove unneded PIPE_TEXTURE_CUBE check in...
2014-09-30 Eric Anholtmesa: Drop the always-software-primitive-restart paths.
2014-09-30 Eric Anholtgallium: Drop software-only primitive restart support.
2014-09-30 Jason Ekstrandi965/fs: Properly calculate the number of instructions...
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for FB writes on gen >= 7
2014-09-30 Jason Ekstrandi965/fs: Handle COMPR4 in LOAD_PAYLOAD
2014-09-30 Jason Ekstrandi965/fs: Constant propagate into LOAD_PAYLOAD
2014-09-30 Jason Ekstrandi965/fs: Add split_virtual_grfs and compute_to_mrf...
2014-09-30 Jason Ekstrandi965/fs: Add a an optional source to the FS_OPCODE_FB_W...
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for UNTYPED_SURFACE_READ instructions
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for UNTYPED_ATOMIC instructions
2014-09-30 Jason Ekstrandi965/fs: Add a function for getting a component of...
2014-09-30 Jason Ekstrandi965/fs: Use the instruction execution size directly...
2014-09-30 Jason Ekstrandi965/fs: Use exec_size instead of force_uncompressed...
2014-09-30 Jason Ekstrandi965/fs: Use instruction execution sizes instead of...
2014-09-30 Jason Ekstrandi965/fs: Use instruction execution sizes to set compres...
2014-09-30 Jason Ekstrandi965/fs: Remove unneeded uses of force_uncompressed
2014-09-30 Jason Ekstrandi965/fs: Derive force_uncompressed from instruction...
2014-09-30 Jason Ekstrandi965/fs: Make fs_reg::effective_width take fs_inst...
2014-09-30 Jason Ekstrandi965/fs: Better guess the width of LOAD_PAYLOAD
2014-09-30 Jason Ekstrandi965/fs: Add an exec_size field to fs_inst
2014-09-30 Jason Ekstrandi965/fs: Determine partial writes based on the destinat...
2014-09-30 Jason Ekstrandi965/fs: Fix a bug in register coalesce
2014-09-30 Jason Ekstrandi965/fs: Rework GEN5 texturing code to use fs_reg and...
2014-09-30 Jason Ekstrandi965/fs_reg: Allocate double the number of vgrfs in...
2014-09-30 Jason Ekstrandi965/fs: Handle printing of registers better.
2014-09-30 Jason Ekstrandi965: Explicitly set widths on gen5 math instruction...
2014-09-30 Jason Ekstrandi965/fs: Make half() divide the register width by 2...
2014-09-30 Jason Ekstrandi965/fs: Add a concept of a width to fs_reg
2014-09-30 Jason Ekstrandi965/fs: A little harmless refactoring of register_coalesce
2014-09-30 Jason Ekstrandi965/brw_reg: Add a firsthalf function and use it in...
2014-09-30 Jason Ekstrandi965/fs: Copy propagate partial reads.
2014-09-30 Jason Ekstrandi965/fs: Refactor fs_inst::is_send_from_grf()
2014-09-30 Jason Ekstrandi965/fs: Clean up emit_fb_writes
2014-09-30 Jason Ekstrandi965/fs: Print BAD_FILE registers in dump_instruction
2014-09-30 Jason Ekstrandi965/fs: Make compact_virtual_grfs an optimization...
2014-09-30 Jason Ekstrandi964/fs: Make immediate fs_reg constructors explicit
2014-09-30 Jason Ekstrandi965/fs: Make null_reg_* const members of fs_visitor...
2014-09-30 Jason Ekstrandi965/fs: Use the var_from_vgrf helper function instead...
2014-09-30 Jason Ekstrandi965/fs: Fix a bug with dead_code_eliminate on large...
2014-09-30 Jason Ekstrandi965/fs: Use the UW type for the destination of VARYING...
2014-09-30 Jason Ekstrandi965/fs: Use offset a lot more places
2014-09-30 Jason Ekstrandi965/fs: fix a comment in compact_virtual_grfs
2014-09-30 Jason Ekstrandi965/fs: Rewrite fs_visitor::split_virtual_grfs
2014-09-30 Jason Ekstrandi965/fs_live_variables: Use var_from_vgrf insead of...
2014-09-30 Jason Ekstrandi965/fs: Manually generate the meta fast-clear shader
2014-09-30 Kenneth Graunkei965: Delete intel_chipset.h.
2014-09-30 Alex Henriedriconf: Correct and update Catalan translation
2014-09-30 Alex Henriedriconf: Update Spanish translation
2014-09-30 Alex Henriedriconf: Synchronize po files
2014-09-29 Matt Turneri965: Use BRW_MATH_DATA_SCALAR when source regioning...
2014-09-29 Matt Turneri965/compaction: Move variable declarations to their...
2014-09-29 Matt Turneri965/compaction: Simplify jump target code.
2014-09-27 Matt Turneri965/fs: Don't invalidate live intervals in saturate...
2014-09-27 Matt Turneri965/fs: Ignore mov.sat instructions in interference...
2014-09-27 Matt Turneri965/fs: Walk instructions in reverse in saturate propa...
2014-09-27 Emil VelikovRemove Bluegene/L wrappers
2014-09-27 Emil Velikovmesa: remove last DJGPP remains
2014-09-26 Michel Dänzerst/mesa: Use PIPE_USAGE_STAGING for GL_STATIC/DYNAMIC...
2014-09-26 Ilia Mirkinnouveau: fix glCompressedTexImage
2014-09-26 Ilia Mirkinmesa/st: NumLayers is only valid for array textures
2014-09-25 Matt Turnermesa: Replace IS_NEGATIVE(x) with x < 0.0f.
2014-09-25 Matt Turnerradeon: Use PRINTLIKE macro.
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc attributes...
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc builtins with...
2014-09-25 Matt Turneri965/compaction: Document instruction compaction capabi...
2014-09-25 Matt Turneri965: Emit ELSE/ENDIF JIP with type D on Gen 7.
2014-09-25 Matt Turneri965/compaction: Support compaction of control flow...
2014-09-25 Matt Turneri965/compaction: Add support for G45.
2014-09-25 Matt Turneri965: Add BRW_OPCODE_NENOP for G45.
2014-09-25 Matt Turneri965/compaction: Add support for Gen5.
2014-09-25 Matt Turneri965/compaction: Reduce size of compacted_counts[]...
2014-09-25 Matt Turneri965/compaction: Use sizeof brw_inst/brw_compact_inst.
2014-09-25 Matt Turneri965/compaction: Increment offset in for loop.
2014-09-25 Matt Turneri965/compaction: Make src_offset local to the for loop.
2014-09-25 Matt Turneri965/compaction: Remove unnecessary is-compacted? check.
2014-09-25 Matt Turneri965/compaction: Don't set UIP on ELSE on Gen < 8.
2014-09-25 Matt Turneri965/compaction: Rework 3-src compaction logic.
2014-09-25 Matt Turneri965/sf: Disable instruction compaction.
2014-09-25 Matt Turneri965: Set JumpCount, not JIP, on ENDIF on Gen 6.
2014-09-25 Kenneth Graunkemesa: Use VertexArray, not _VertexArray, in array size...
2014-09-25 Kenneth Graunkemesa: Set correct array element in vbo_exec_vtx_init.
2014-09-25 Kenneth Graunkemesa: Use proper structure for glGet*(GL_TEXTURE_COORD_...
2014-09-25 Kenneth Graunkemesa: Remove some dead helper functions.
2014-09-24 Matt Turneri965/vec4: Call calculate_cfg() in test programs to...
2014-09-24 Brian Paulmesa: remove EXT suffix from FBO error messages
2014-09-24 Matt Turnermesa: Drop _mesa_getenv() wrapper.
2014-09-24 Matt Turnermesa: Drop _mesa_bsearch() wrapper.
2014-09-24 Matt Turnermesa: Unifdef _WIN32_WCE.
2014-09-24 Matt Turnermesa: Unifdef _XBOX.
2014-09-24 Matt Turnermesa: Use realloc() instead of _mesa_realloc() and...
2014-09-24 Matt Turnermesa: Remove duplicate _mesa_{init,free}_shader_state...
2014-09-24 Matt Turneri965: Add and use functions to get next/prev blocks.
next