i965/fs: Preserve CFG in predicated break pass.
[mesa.git] / src / mesa / drivers / dri /
2014-08-22 Matt Turneri965/fs: Preserve CFG in predicated break pass.
2014-08-22 Matt Turneri965/fs: Rename variable in predicated break pass.
2014-08-22 Matt Turneri965/fs: Preserve CFG in the SEL peephole.
2014-08-22 Matt Turneri965: Preserve CFG when deleting dead control flow.
2014-08-22 Matt Turneri965/cfg: Add functions to combine basic blocks.
2014-08-22 Matt Turneri965/cfg: Point to bblock_t containing associated contr...
2014-08-22 Matt Turneri965/fs: Preserve CFG in register allocation.
2014-08-22 Matt Turneri965: Use basic-block aware insertion/removal functions.
2014-08-22 Matt Turneri965: Add invalidate_cfg parameter to invalidate_live_i...
2014-08-22 Matt Turneri965: Add basic-block aware backend_instruction::insert...
2014-08-22 Matt Turneri965: Add a basic-block aware backend_instruction:...
2014-08-22 Matt Turneri965/cfg: Add a function to remove a block from the...
2014-08-22 Matt Turneri965/cfg: Add functions to test if a block is a success...
2014-08-22 Matt Turneri965: Fix JIP/UIP calculations.
2014-08-21 Emil Velikovdri/radeon: nuke the remaining references to sarea
2014-08-21 Emil Velikovdri/radeon: cleanup the radeon_context vtbl
2014-08-21 Emil Velikovdri/radeon: drop obsolete radeon_{dri,macros}.h headers
2014-08-21 Kenneth Graunkei965,meta: Stop unlocking the texture to try and preven...
2014-08-20 Matt Turneri965/vec4: Allow reswizzling writemasks when swizzle...
2014-08-20 Kristian Høgsbergi965: Flush the RC and TC before doing a fast clear...
2014-08-19 Chris Forbesi965: Enable ARB_conditional_render_inverted on Gen6+.
2014-08-19 Matt Turneri965/vec4: Add a pass to reduce swizzles.
2014-08-19 Matt Turneri965/cfg: Add a foreach_block_and_inst_safe macro.
2014-08-19 Matt Turneri965/cfg: Add a foreach_inst_in_block_safe macro.
2014-08-19 Matt Turneri965/cfg: Add a foreach_block_safe macro.
2014-08-19 Matt Turneri965: Pass a cfg pointer to generate_{code,assembly}.
2014-08-19 Matt Turneri965: Add and use foreach_block macro.
2014-08-19 Matt Turneri965/cfg: Embed link in bblock_t for main block list.
2014-08-19 Matt Turneri965/fs: Optimize gl_FrontFacing calculation on Gen4/5.
2014-08-19 Matt Turneri965/fs: Optimize gl_FrontFacing calculation on Gen6+.
2014-08-19 Matt Turneri965: Use ~0 to represent true on Gen >= 6.
2014-08-19 Matt Turneri965/fs: Optimize emit_bool_to_cond_code for logical...
2014-08-19 Matt Turneri965: Use UniformBooleanTrue value for boolean literal...
2014-08-19 Matt Turneri965: Remove dead call to _mesa_associate_uniform_stora...
2014-08-19 Matt Turneri965: Enable instruction compaction on Gen8+.
2014-08-19 Matt Turneri965: Add support for compacting 3-src instructions...
2014-08-19 Matt Turneri965: Add support for compacting 1- and 2-src instructi...
2014-08-19 Matt Turneri965/gen8: Add 3-src instruction compaction tables.
2014-08-19 Matt Turneri965/gen8: Add instruction compaction tables.
2014-08-19 Matt Turneri965: Update JIP/UIP compaction code to operate on...
2014-08-19 Matt Turneri965: Reverse condition ordering to let us support...
2014-08-19 Matt Turneri965/disasm: Add CSEL.
2014-08-16 Ilia Mirkinnouveau: don't keep stale pointer to free'd data
2014-08-16 Ilia Mirkinnouveau: make sure to invalidate any vbo state as well
2014-08-16 Jordan Justeni965/gen6: Force ALL_SLICES_AT_EACH_LOD for separate...
2014-08-16 Jordan Justeni965/gen6: Stencil/hiz needs an offset for LOD > 0
2014-08-16 Jordan Justeni965/gen6: Force tile alignment for each stencil/hiz LOD
2014-08-16 Jordan Justeni965: Support array_layout == ALL_SLICES_AT_EACH_LOD...
2014-08-16 Jordan Justeni965: Allow forcing miptree->array_layout = ALL_SLICES_...
2014-08-16 Jordan Justeni965: Change mipmap array_spacing_lod0 to array_layout...
2014-08-16 Jordan Justeni965/gen6 depth surface: program 3DSTATE_DEPTH_BUFFER...
2014-08-16 Jordan Justeni965/gen6 fbo: make unmatched depth/stencil configs...
2014-08-16 Jordan Justeni965/gen6 blorp depth: calculate base surface width...
2014-08-16 Jordan Justeni965/gen6 depth surface: calculate minimum array elemen...
2014-08-16 Jordan Justeni965/gen6 depth surface: calculate LOD being rendered to
2014-08-16 Jordan Justeni965/gen6 depth surface: calculate depth (array size...
2014-08-16 Jordan Justeni965/gen6 depth surface: calculate more specific surfac...
2014-08-16 Jordan Justeni965/gen6_depth_state.c: Remove (gen != 6) code paths
2014-08-16 Jordan Justeni965: Split gen6 depth hiz state out from brw
2014-08-16 Jordan Justeni965/gen6: Adjust render height in errata case for...
2014-08-16 Jordan Justeni965/gen6: Add support for layered renderbuffers
2014-08-16 Jordan Justeni965/gen6_surface_state.c: Remove (gen < 6) code path
2014-08-16 Jordan Justeni965: Split gen6 renderbuffer surface state from gen5...
2014-08-15 Kristian Høgsbergi965: Guard access to gl_Layer by extension #ifdef
2014-08-15 Kristian Høgsbergi965: Implement fast color clears using meta operations
2014-08-15 Kristian Høgsbergi965: Add optimization pass to let us use the replicate...
2014-08-15 Kristian Høgsbergi965: Move pre-draw resolve buffers to dd::UpdateState
2014-08-15 Kristian Høgsbergi965: Provide a context flag to let us enable fast...
2014-08-15 Kristian Høgsbergi965: Disable clipping when rendering 3DPRIM_RECTLIST...
2014-08-15 Kristian Høgsbergi965: Add a mechanism for sending native primitives...
2014-08-15 Kristian Høgsbergi965: Add context flag to disable the viewport transform
2014-08-15 Kristian Høgsbergi965: Add an option to not generate the SIMD8 fragment...
2014-08-15 Emil Velikovdri/swrast: add GLX_MESA_query_renderer support
2014-08-15 Emil Velikovdri/radeon: add GLX_MESA_query_renderer support
2014-08-15 Emil Velikovdri/radeon: don't print TCL status on glGetString(GL_RE...
2014-08-15 Emil Velikovdri/nouveau: add GLX_MESA_query_renderer support
2014-08-15 Emil Velikovdri/common: Move __DRI2_RENDERER_PREFFERED_PROFILE...
2014-08-15 Neil Robertsi965/blorp_clear: Use memcpy instead of assignment...
2014-08-15 Chris Forbesi965: Enable ARB_gpu_shader5 on Gen7
2014-08-15 Chris Forbesi965/fs: Add support for nonconst sampler indexing...
2014-08-15 Chris Forbesi965/fs: Add support for non-const sampler indices...
2014-08-15 Chris Forbesi965/fs: Refactor generate_tex in prep for nonconst...
2014-08-15 Chris Forbesi965/fs: Use brw_adjust_sampler_state_pointer in fs...
2014-08-15 Chris Forbesi965/vec4: Add support for nonconst sampler indexing...
2014-08-15 Chris Forbesi965/vec4: Add support for non-const sampler indices...
2014-08-15 Chris Forbesi965: Generalize sampler state pointer mangling for...
2014-08-15 Chris Forbesi965/vec4: Refactor generate_tex in prep for non-const...
2014-08-15 Chris Forbesi965: Extract helper function for surface state pointer...
2014-08-15 Chris Forbesi965/vec4: Add visitor support for nonconst ubo block...
2014-08-15 Chris Forbesi965/vec4: Generate indirect sends for nonconstant...
2014-08-15 Chris Forbesi965/fs: Add visitor support for nonconstant UBO indices
2014-08-15 Chris Forbesi965/fs: Generate indirect sends for nonconstant UBO...
2014-08-15 Chris Forbesi965: Adjust set_message_descriptor to handle non-sends
2014-08-15 Chris Forbesi965: Add low-level support for indirect sends
2014-08-15 Kenneth Graunkei965/fs: Add pass to rename registers to break live...
2014-08-15 Kenneth Graunkei965: Fix INTDIV math assertions on Broadwell.
2014-08-15 Kenneth GraunkeRevert "i965/vec4: Use MOV, not OR, to set URB write...
2014-08-15 Chris Forbesi965: Enable ARB_derivative_control on Gen7+.
2014-08-15 Chris Forbesi965/fs: Support fine/coarse derivative opcodes
2014-08-15 Chris Forbesi965/vec4: Assert that fine/coarse derivative ops don...
next