i965: Add a mechanism for sending native primitives into the driver
[mesa.git] / src / mesa / drivers / dri / i965 /
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/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...
2014-08-14 Kristian Høgsbergi965: Rename intelValidateState to intel_update_state
2014-08-14 Kristian Høgsbergi965: Assign PS kernel start pointers when we decide...
2014-08-14 Pekka Paalaneni965: fix compiler error in union initiliazer
2014-08-14 Anuj Phogati965: Bail on FS copy propagation for scratch writes...
2014-08-14 Anuj Phogati965: Bail on vec4 copy propagation for scratch writes...
2014-08-14 Neil Robertsi965: Store uniform constant values in a gl_constant_va...
2014-08-14 Kenneth Graunkei965: Enable INTDIV in SIMD16 mode.
2014-08-14 Kenneth Graunkei965/fs: Drop "do dual source blending" generator param...
2014-08-13 Connor Abbottra: cleanup the public API
2014-08-12 Emil Velikovandroid: dri/i9*5: remove used _INCLUDES variable
2014-08-12 Emil Velikovandroid: dri: use the installed libdrm headers
2014-08-12 Emil Velikovmesa: guard better when building with sse4.1 optimisations
2014-08-12 Kenneth Graunkei965: Delete the Gen8 code generators.
2014-08-12 Kenneth Graunkei965: Never use the Gen8 code generators.
2014-08-12 Kenneth Graunkei965: Switch to the EU emit layer for code generation...
2014-08-12 Kenneth Graunkei965: Retype atomics to UD in Gen8 code generation.
2014-08-12 Kenneth Graunkei965/vp: Use the sampler for pull constant loads on...
2014-08-12 Kenneth Graunkei965/vec4: Drop gen <= 7 assertion in pull constant...
2014-08-12 Kenneth Graunkei965/eu: Set src0 file to IMM on Gen8+ flow control...
2014-08-12 Kenneth Graunkei965/eu: Refactor brw_WHILE to share a bit more code...
2014-08-12 Kenneth Graunkei965/eu: Emulate F32TO16 and F16TO32 on Broadwell.
2014-08-12 Kenneth Graunkei965/vec4: Port Gen8 SET_VERTEX_COUNT handling to vec4_...
2014-08-12 Kenneth Graunkei965/vec4: Switch to MOV, not OR, for GS_OPCODE_THREAD_...
2014-08-12 Kenneth Graunkei965/vec4: Use MOV, not OR, to set URB write channel...
2014-08-12 Kenneth Graunkei965/fs: Don't set flag_subreg_nr = 1 on predicated...
2014-08-12 Kenneth Graunkei965/vec4: Respect ir->force_writemask_all in Gen8...
2014-08-12 Kenneth Graunkei965/vec4: Set NoMask for GS_OPCODE_SET_VERTEX_COUNT...
2014-08-12 Matt Turneri965: Return NONE from brw_swap_cmod on unknown input.
2014-08-12 Neil Robertsi965: Enable the GL_ARB_texture_compression_bptc extension
2014-08-11 Kenneth Graunkei965: Revert part of f5cc3fdcf1680b116612fac7c39f1bd79f...
2014-08-11 Marek Olšákmesa: move ShaderCompilerOptions into gl_constants
2014-08-11 Marek Olšákmesa: make _mesa_override_glsl_version context-independent
2014-08-11 Jason Ekstrandi965/cse: Don't eliminate instructions with side-effects
2014-08-11 Jason Ekstrandi965: Add support for ARB_copy_image
2014-08-11 Matt Turneri965/fs: Keep track of the register that hold delta_x...
2014-08-11 Matt Turneri965: Mark branch unreachable in sampler state code.
2014-08-11 Neil Robertsi965: Don't check for format differences when using...
2014-08-11 Kenneth Graunkei965/eu: Allow math on immediates on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Update jump distance scaling for Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Refactor jump distance scaling to use a helper...
2014-08-11 Kenneth Graunkei965/eu: Set UIP on ELSE instructions on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Make it clear that brw_patch_break_count only...
2014-08-11 Kenneth Graunkei965/eu: Make it clear that brw_find_loop_end only...
2014-08-11 Kenneth Graunkei965/eu: Port Broadwell CMP destination type hack to...
2014-08-11 Kenneth Graunkei965/eu: Explicitly disable instruction compaction...
2014-08-11 Kenneth Graunkei965/eu: Use Haswell atomic messages on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Change gen == 7 to gen >= 7 in a couple brw_eu...
2014-08-11 Ben Widawskyi965/clip: Removing scissor atom
2014-08-11 Ben Widawskyi965/guardband: Enable for all viewport dimensions...
2014-08-11 Ben Widawskyi965: Simplify viewport extents programming on GEN8
2014-08-11 Ben Widawskyi965/guardband: Improve comments for guardband clipping
2014-08-10 Kenneth Graunkei965: Support the allow_glsl_extension_directive_midsha...
2014-08-10 Connor Abbotti965/fs: set virtual_grf_count in assign_regs()
2014-08-10 Connor Abbotti965/fs: don't read from uninitialized memory while...
2014-08-10 Matt Turneri965/fs: Fix bad whitespace.
2014-08-09 Chris Forbesi965: Get rid of backend_instruction::sampler
2014-08-09 Chris Forbesi965/vec4/Gen8: Use src1 for sampler_index instead...
2014-08-09 Chris Forbesi965/vec4/Gen4-7: Use src1 for sampler_index instead...
2014-08-09 Chris Forbesi965/vec4: Pass sampler index in src1 for texture ops
2014-08-09 Chris Forbesi965/vec4: Collect all emits of texture ops into one...
2014-08-09 Chris Forbesi965/fs/Gen8: Pass sampler_index to generate_tex
2014-08-09 Chris Forbesi965/fs/Gen4-7: Pass sampler_index to generate_tex
2014-08-09 Chris Forbesi965/blorp: Put sampler index in src1 of texture ops
2014-08-09 Chris Forbesi965/fs: pass sampler as src1 of texture op
2014-08-09 Chris Forbesi965/fs: Collect all emits of texture ops for Gen5...
2014-08-09 Chris Forbesi965/fs: Collect all emits of texture ops for Gen4...
2014-08-08 Kenneth Graunkei965: Emit a performance warning on conditional rendering.
2014-08-08 Kenneth Graunkei965: Set ExecSize to 16 for loop instructions in SIMD1...
2014-08-08 Kenneth Graunkei965/eu: Merge brw_CONT and gen6_CONT.
2014-08-08 Kenneth Graunkei965/eu: Drop redundant brw_set_src0/brw_set_dest from...
2014-08-07 Matt Turneri965/vec4: Remove unused emit_bool_comparison method.
2014-08-07 Kenneth Graunkei965/clip: Fix brw_clip_unfilled.c/compute_offset's...
2014-08-04 Kenneth Graunkeglsl: Make it possible to ignore built-ins when matchin...
next