i965/vec4: Don't dead code eliminate instructions writing the flag.
[mesa.git] / src / mesa / drivers / dri /
2014-03-24 Matt Turneri965/vec4: Don't dead code eliminate instructions writi...
2014-03-24 Matt Turneri965/vec4: Preparatory clean up of dead_code_eliminate().
2014-03-24 Matt Turneri965/vec4: Add is_null() method to dst_reg.
2014-03-24 Matt Turneri965/vec4: Print the predicate in dump_instructions().
2014-03-24 Matt Turneri965/vec4: Rename depends_on_flags() to reads_flag().
2014-03-24 Matt Turneri965/vec4: Add and use vec4_instruction::writes_flag().
2014-03-24 Matt Turneri965/vec4: Add missing doxygen close brace.
2014-03-23 Kenneth Graunkei965: Report the type of color clear in INTEL_DEBUG...
2014-03-22 Kenneth GraunkeRevert "i965: For color clears, only disable writes...
2014-03-21 Kenneth Graunkei965: For color clears, only disable writes to componen...
2014-03-21 Kenneth Graunkei965: Print number of multisamples in INTEL_DEBUG=blorp...
2014-03-21 Kenneth Graunkei965: Drop BLT TexSubImage Y-tiling restriction on...
2014-03-21 Chris Forbesi965: Enable ARB_vertex_type_10f_11f_11f_rev for Gen4...
2014-03-20 Jonathan Graynouveau: don't assume libdrm include prefix
2014-03-19 Ilia Mirkinnouveau: there may not have been a texture if the fbo...
2014-03-19 Ilia Mirkinnouveau: add forgotten GL_COMPRESSED_INTENSITY to textu...
2014-03-18 Eric Anholti965: Drop some more dead code from the old CACHED_BATC...
2014-03-18 Eric Anholti965: Drop special case for edgeflag thanks to Marek...
2014-03-18 Ian Romanicki965: Enable EWA anisotropic filtering algorithm
2014-03-18 Kenneth Graunkei965: Actually initialize simd16_unsupported and no16_msg.
2014-03-18 Kenneth Graunkei965/upload: Refactor open-coded ALIGN-like computations.
2014-03-18 Kenneth Graunkei965: Fix indentation in brw_upload_indices().
2014-03-18 Kenneth Graunkei965: Consolidate code for setting brw->ib.start_vertex...
2014-03-18 Kenneth Graunkei965: Allocate register sets at screen creation, not...
2014-03-18 Kenneth Graunkei965: Allocate the screen using ralloc rather than...
2014-03-18 Kenneth Graunkei965: Accurately bail on SIMD16 compiles.
2014-03-18 Kenneth Graunkei965/fs: Support pull parameters in SIMD16 mode.
2014-03-18 Kenneth Graunkei965/fs: Use a single instance of the pull_constant_loc...
2014-03-18 Kenneth Graunkei965/fs: Don't renumber UNIFORM registers.
2014-03-18 Kenneth Graunkei965/fs: Split pull parameter decision making from...
2014-03-18 Kenneth Graunkei965/fs: Record pull constant locations for all array...
2014-03-18 Kenneth Graunkei965/fs: Save push constant location information.
2014-03-18 Kenneth Graunkei965/fs: Delete dead code to fail compiles with SIMD16...
2014-03-14 Kenneth Graunkei965/fs: Invalidate live intervals when demoting unifor...
2014-03-14 Kenneth Graunkei965/fs: Print "+reladdr" on variably-indexed uniform...
2014-03-14 Kenneth Graunkei965: Fix register types in dump_instructions(), again.
2014-03-14 Kenneth Graunkei965/fs: Fix register comparisons in saturate propagation.
2014-03-14 Eric Anholti965: Add support for GL_ARB_buffer_storage.
2014-03-14 Eric Anholti965: Always use CPU mappings for BOs on LLC platforms.
2014-03-14 Eric Anholti965: Drop the system-memory temporary allocations...
2014-03-14 Eric Anholti965: Switch mapping modes for non-explicit-flush blit...
2014-03-14 Anuj Phogati965: Fix build warning of unused variable
2014-03-12 Neil RobertsAdd the EGL_MESA_configless_context extension
2014-03-11 Eric Anholti965: Drop intel_check_front_buffer_rendering().
2014-03-11 Eric Anholti965: Drop broken front_buffer_reading/drawing optimiza...
2014-03-11 Eric Anholtintel: When checking for updating front buffer reading...
2014-03-11 Emil Velikovautomake: create compat symlinks only for linux systems
2014-03-11 Emil Velikovconfigure: use LIB_EXT rather than hardcoded .so
2014-03-11 Emil Velikovautomake: silence folder creation
2014-03-11 Emil Velikovautomake: use MKDIR_P when possible
2014-03-10 Brian Paulmesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_...
2014-03-10 Matt Turneri965/vec4: Don't fix-up scalar uniforms for 3 src instr...
2014-03-10 Matt Turneri965: Disassemble 3 src instructions' rep_ctrl field.
2014-03-10 Matt Turneri965: Disassemble 3-src operands widths' correctly.
2014-03-10 Eric Anholti965: Move binding table update packets to binding...
2014-03-10 Kenneth Graunkei965: Reorganize the code in brw_upload_binding_tables.
2014-03-06 Eric Anholti965: Fix render-to-texture in non-FinishRenderTexture...
2014-03-05 Eric Anholti965: Fix predicated-send-based discards with MRT.
2014-03-05 Brian Paulmesa: remove remaining uses of _glthread_GetID()
2014-03-05 Topi Pohjolaineni965: Mark invariants in backend_visitor as constants
2014-03-05 Topi Pohjolaineni965: Merge resolving of shader program source
2014-03-05 Topi Pohjolaineni965: Merge initialisation of backend_visitor
2014-03-05 Topi Pohjolaineni965/wm: Use resolved miptree consistently in surface...
2014-03-05 Topi Pohjolaineni965/vec4: Mark invariant members as constants in vec4_...
2014-03-05 Topi Pohjolaineni965: Mark sources for offset getters as constants
2014-03-05 Kenneth Graunkei965: Implement ARB_stencil_texturing on Gen8+.
2014-03-02 Chris Forbesi965: Validate (and resolve) all the bound textures.
2014-03-02 Chris Forbesi965: Widen sampler key bitfields for 32 samplers
2014-03-01 Emil Velikovdri/i9*5: correctly calculate the amount of system...
2014-02-28 Ian Romanicki915: Allocate the sys_buffer using _mesa_align_malloc
2014-02-28 Ian Romanicki915: Only allow 8 vertex texture units
2014-02-28 Petri Latvalai965: Assert array index on access to vec4_visitor...
2014-02-28 Petri Latvalai965: Allocate vec4_visitor's uniform_size and uniform_...
2014-02-27 Kenneth Graunkei965: Convert VUE map generation checks to if rather...
2014-02-27 Kenneth Graunkei965: Only emit VS state pipe control workaround on...
2014-02-26 Anuj Phogati965: Fix the region's pitch condition to use blitter
2014-02-26 Kenneth Graunkei965: Don't try to dump shader source for fixed-functio...
2014-02-26 Kenneth Graunkei965: Don't forget to subtract mt->first_level in minif...
2014-02-26 Kenneth Graunkei965: Stop lowering ir_triop_lrp.
2014-02-26 Kenneth Graunkei965/vec4: Handle ir_triop_lrp on Gen4-5 as well.
2014-02-26 Kenneth Graunkei965/vec4: Add a brw->gen >= 6 assertion in three-sourc...
2014-02-25 Eric Anholti965: Fix segfaults since the buffer_storage changes.
2014-02-25 Marek Olšákmesa: allow buffers to be mapped multiple times
2014-02-25 Marek Olšákmesa: add storage flags parameter to Driver.BufferData
2014-02-25 Dave Airlieglsl/i965: move lower_offset_array up to GLSL compiler...
2014-02-24 Kenneth Graunkei965: Don't try to use the hardware blitter for multisa...
2014-02-23 Emil Velikovdri_util: use the implemented version of __DRIimageDriv...
2014-02-23 Emil Velikovdrivers/dri: explicitly set __DRI2flushExtension members
2014-02-23 Emil Velikovdri_util: explicitly set __DRIcopySubBufferExtension...
2014-02-23 Emil Velikovdri_util: explicitly set __DRIswrastExtension members.
2014-02-23 Eric Anholti965: Move the remaining driver debug over to stderr.
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-02-23 Eric Anholtglsl: Add a file argument to the IR printer.
2014-02-23 Eric Anholti965: Refactor debug dumping of GLSL IR.
2014-02-23 Eric Anholtintel: Remove some dead code I noticed in intel_screen.c.
2014-02-23 Eric Anholti965: Use the object label when available for INTEL_DEB...
2014-02-23 Eric Anholti965: Use the object label when available for shader_ti...
2014-02-22 Matt TurnerRevert "i965/fs: Make fs_reg's type an enum for better...
2014-02-22 Kenneth Graunkei965/fs: Drop the emit(fs_inst) overload.
2014-02-22 Matt Turneri965/fs: Pass fs_regs by constant reference where possible.
next