i965: Use brw_reg's nr field to store register number.
[mesa.git] / src / mesa / drivers /
2015-11-13 Matt Turneri965: Use brw_reg's nr field to store register number.
2015-11-13 Matt Turneri965: Unwrap some lines.
2015-11-13 Matt Turneri965/vec4: Remove swizzle/writemask fields from src...
2015-11-13 Matt Turneri965: Remove fixed_hw_reg field from backend_reg.
2015-11-13 Matt Turneri965: Use immediate storage in inherited brw_reg.
2015-11-13 Matt Turneri965: Add and use enum brw_reg_file.
2015-11-13 Matt Turneri965: Reorganize brw_reg fields.
2015-11-13 Matt Turneri965: Make 'dw1' and 'bits' unnamed structures in brw_reg.
2015-11-13 Matt Turneri965: Delete type field from backend_reg.
2015-11-13 Matt Turneri965: Delete abs/negate fields from backend_reg.
2015-11-13 Matt Turneri965: Make backend_reg inherit from brw_reg.
2015-11-13 Matt Turneri965/fs: Replace nested ternary with if ladder.
2015-11-12 Nanley Cherymesa: In helpers, only check driver capability for...
2015-11-12 Matt Turneri965: Check instructions appear only on supported hardware.
2015-11-12 Matt Turneri965: Add initial assembly validation pass.
2015-11-12 Matt Turneri965: Add annotation_insert_error() and support for...
2015-11-12 Matt Turneri965: Combine assembly annotations if possible.
2015-11-12 Matt Turneri965: Set annotation_info's mem_ctx.
2015-11-12 Matt Turneri965: Don't consider control flow instructions to have...
2015-11-12 Matt Turneri965: Fill out instruction list.
2015-11-12 Matt Turneri965: Consolidate is_3src() functions.
2015-11-12 Samuel Iglesias... i965/fs/nir: fix the number of register written by...
2015-11-12 Ben Widawskyi965/skl/gt4: Fix URB programming restriction.
2015-11-11 Kenneth Graunkei965: Split nir_emit_intrinsic by stage with a general...
2015-11-11 Jason Ekstrandi965/brw_reg: Add a brw_VxH_indirect helper
2015-11-11 Kenneth Graunkei965: Print force_writemask_all in dump_instructions().
2015-11-11 Kenneth Graunkei965: Combine BRW_NEW_*_BINDING_TABLE dirty bits.
2015-11-11 Kenneth Graunkei965: Map GL_PATCHES to 3DPRIM_PATCHLIST_n.
2015-11-10 Eduardo Lima Mitevi965/nir/opt_peephole_ffma: Bypass fusion if any operan...
2015-11-10 Eduardo Lima Mitevnir/nir_opt_peephole_ffma: Move this lowering pass...
2015-11-10 Kristian Høgsberg... glsl: Lower UBO and SSBO access in glsl linker
2015-11-10 Kristian Høgsberg... glsl: Drop exec_list argument to lower_ubo_reference
2015-11-07 Jason Ekstrandi965/fs: Use regs_read/written for post-RA scheduling...
2015-11-06 Francisco Jerezi965/nir/fs: Add comment for no-op memory barrier functions
2015-11-06 Jordan Justeni965/nir/fs: Implement new barrier functions for comput...
2015-11-05 Kenneth Graunkei965: Fix scalar VS float[] and vec2[] output arrays.
2015-11-05 Iago Toral Quirogai965/fs: Do not mark used surfaces in FS_OPCODE_GET_BUF...
2015-11-05 Iago Toral Quirogai965/vec4: Do not mark used surfaces in VS_OPCODE_GET_B...
2015-11-05 Iago Toral Quirogai965/vec4: Do not mark used direct surfaces in VS_OPCOD...
2015-11-05 Iago Toral Quirogai965/fs: Do not mark used direct surfaces in UNIFORM_PU...
2015-11-05 Iago Toral Quirogai965/fs: Do not mark direct used surfaces in VARYING_PU...
2015-11-05 Neil Robertsi965/skl+: Enable support for 16x multisampling
2015-11-05 Neil Robertsmesa/meta: Use interpolateAtOffset for 16x MSAA copy...
2015-11-05 Neil Robertsmeta/blit: Always try to enable GL_ARB_sample_shading
2015-11-05 Neil Robertsmeta: Support 16x MSAA in the multisample scaled blit...
2015-11-05 Neil Robertsi965/meta: Support 16x MSAA in the meta stencil blit
2015-11-05 Neil Robertsi965/fs/skl+: Fix calculating gl_SampleID for 16x MSAA
2015-11-05 Neil Robertsi965: Support allocating the MCS buffer for 16x MSAA
2015-11-05 Neil Robertsi965: Support calculating the bits needed to set up...
2015-11-05 Neil Robertsi965/fs: Add a sampler program key for whether the...
2015-11-05 Neil Robertsi965/vec4/skl+: Use ld2dms_w instead of ld2dms
2015-11-05 Neil Robertsi965/fs/skl+: Use ld2dms_w instead of ld2dms
2015-11-05 Neil Robertsi965: Program 16x MSAA sample positions.
2015-11-05 Kenneth Graunkei965: Handle 16x MSAA in IMS dimension munging code.
2015-11-05 Alejandro Piñeiroi965/vec4: select predicate based on writemask for...
2015-11-04 Alejandro Piñeiroi965: check inst->predicate when clearing flag_live...
2015-11-04 Ben Widawskyi965/meta: Assert fast clears and rep clears never...
2015-11-04 Timothy Arcerii965: enable ARB_arrays_of_arrays
2015-11-04 Timothy Arcerii965: add support for image AoA
2015-11-04 Matt Turneri965/vec4: Send from GRF in atomic operations.
2015-11-03 Kenneth Graunkei965: Add scalar geometry shader support.
2015-11-03 Kenneth Graunkei965: Add scalar GS input lowering code.
2015-11-03 Kenneth Graunkei965: Fix the fs_visitor GS constructor to take shader_...
2015-11-03 Ben Widawskyi965/gen8+: Extract color clear surface state
2015-11-03 Ben Widawskyi965/gen8+: Remove redundant zeroing of surface state
2015-11-03 Ben Widawskyi965/skl: Add GT4 PCI IDs
2015-11-02 Matt Turneri965/fs: Clean up FBH code.
2015-11-02 Matt Turneri965/vec4: Clean up FBH code.
2015-11-02 Matt Turneri965: Replace default case with list of enum values.
2015-11-02 Matt Turneri965/vec4: Don't disable channels in any/all comparisons.
2015-11-02 Ilia Mirkinnouveau: set MaxDrawBuffers to the same value as MaxCol...
2015-11-01 Jordan Justeni965: Setup pull constant state for compute programs
2015-10-31 Connor Abbotti965/sched: don't calculate live intervals for post...
2015-10-30 Ian Romanicki965: Do legacy userclipping in OpenGL ES 1.x contexts.
2015-10-30 Emil Velikovi965: enable ARB_shader_clock on gen7+
2015-10-30 Emil Velikovi965: Implement nir_intrinsic_shader_clock
2015-10-30 Emil Velikovi965/fs: move the fs_reg::smear() from get_timestamp...
2015-10-30 Kristian Høgsbergi965: Fix invalid memory accesses after resizing brw_co...
2015-10-30 Connor Abbotti965/sched: use liveness analysis for computing registe...
2015-10-30 Connor Abbotti965/fs: split out calculation of payload live ranges
2015-10-30 Connor Abbotti965: dump scheduling cycle estimates
2015-10-30 Connor Abbotti965: always run the post-RA scheduler
2015-10-30 Connor Abbotti965/sched: write-after-read dependencies are free
2015-10-30 Connor Abbotti965: fix cycle estimates when there's a pipeline stall
2015-10-30 Matt Turneri965: Add INTEL_DEBUG=nocompact to disable instruction...
2015-10-30 Matt Turneri965: Add INTEL_DEBUG=hex to print the hex with the...
2015-10-30 Matt Turneri965: Print the type and writemask on null destinations.
2015-10-30 Matt Turneri965: Test fixed_hw_reg.file against BRW_IMMEDIATE_VALU...
2015-10-30 Matt Turneri965/vec4: Test against BRW_IMMEDIATE_VALUE, not IMM.
2015-10-30 Matt Turneri965/fs: Use group(4, 0) to emit an exec-size 4 MOV.
2015-10-30 Matt Turneri965/cfg: Handle no-idom case in cfg_t::dump_domtree().
2015-10-30 Matt Turneri965/disasm: Remove unused _addr_mode argument from...
2015-10-30 Matt Turneri965: Set correct field for indirect align16 addrimm.
2015-10-30 Matt Turneri965/vec4: Drop brw_set_default_* before popping insn...
2015-10-30 Matt Turneri965/vec4: Remove unnecessary #includes from the generator.
2015-10-29 Kenneth Graunkei965/vec4: Eliminate the vec4_generator class altogether.
2015-10-29 Kenneth Graunkei965/vec4: Move vec4_generator class definition into...
2015-10-29 Kenneth Graunkei965/vec4: Wrap vec4_generator in a C function.
2015-10-29 Kenneth Graunkei965/vec4: Convert src_reg/dst_reg to brw_reg at the...
2015-10-29 Kenneth Graunkei965: Implement ARB_fragment_layer_viewport.
next