i965: Use sample barycentric coordinates with per sample shading
[mesa.git] / src / mesa / drivers / dri /
2014-01-21 Anuj Phogati965: Use sample barycentric coordinates with per sampl...
2014-01-21 Anuj Phogati965: Add an option to ignore sample qualifier
2014-01-21 Matt Turneri965/fs: Optimize LRP with x == y into a MOV.
2014-01-21 Matt Turneri965: Enable AOS optimizations for the geometry shader.
2014-01-21 Matt Turnermesa: rename PreferDP4 to OptimizeForAOS.
2014-01-21 Matt Turneri965/fs: Print the maximum register pressure.
2014-01-21 Kenneth Graunkei965/fs: Show register pressure in dump_instructions...
2014-01-21 Kenneth Graunkei965: Compute the number of live registers at each IP.
2014-01-21 Matt Turneri965/fs: Call opt_peephole_sel later in the optimizatio...
2014-01-21 Matt Turneri965/fs: Calculate interference better in register_coal...
2014-01-21 Matt Turneri965/fs: Support coalescing registers of size > 1.
2014-01-21 Matt Turneri965/fs: Assert that var < num_vars.
2014-01-21 Matt Turneri965/fs: Add a comment explaining how register coalesci...
2014-01-21 Matt Turneri965/fs: Add and use MAX_SAMPLER_MESSAGE_SIZE definition.
2014-01-21 Matt Turneri965/fs: Fix the example about overwriting uniforms...
2014-01-21 Matt Turneri965: Print reg_offset for vgrf of size > 1 in dump_ins...
2014-01-21 Paul Berryi965: Modify some error messages to refer to "vec4...
2014-01-21 Paul Berryi965: Add GS support to INTEL_DEBUG=shader_time.
2014-01-21 Kenneth Graunkei965: Reserve space for "Vertex Count" in GS outputs.
2014-01-21 Kenneth Graunkei965: Update blitter code for 48-bit addresses.
2014-01-20 Kenneth Graunkei965: Update PIPE_CONTROL packet lengths for Broadwell.
2014-01-20 Kenneth Graunkei965: Re-combine the Gen4-5 and Gen6+ write_depth_count...
2014-01-20 Kenneth Graunkei965: Create a helper function for emitting PIPE_CONTRO...
2014-01-20 Kenneth Graunkei965: Use full-length PIPE_CONTROL packets for workarou...
2014-01-20 Kenneth Graunkei965: Emit full-length PIPE_CONTROLs for (non-write...
2014-01-20 Kenneth Graunkei965: Create a helper function for emitting PIPE_CONTRO...
2014-01-20 Kenneth Graunkei965: Fix MI_STORE_REGISTER_MEM for Broadwell.
2014-01-20 Kenneth Graunkei965: Introduce an OUT_RELOC64 macro.
2014-01-20 Kenneth Graunkei965: Use the new drm_intel_bo offset64 field.
2014-01-20 Kenneth Graunkei965: Delete intel_batchbuffer_emit_reloc_fenced.
2014-01-20 Ian Romanicki915: Silence warning: unused parameter warning in...
2014-01-20 Ian Romanicki915: Ensure that intel_bufferobj_map_range meets align...
2014-01-20 Ian Romanicki965: Ensure that intel_bufferobj_map_range meets align...
2014-01-20 Courtney Goeltzenl... i965: Enable ARB_viewport_array
2014-01-20 Ian Romanicki965: Consider all viewports before enabling guardband...
2014-01-20 Ian Romanicki965: Consider only the scissor rectangle for viewport...
2014-01-20 Ian Romanicki965: Set all the supported scissor rectangles for...
2014-01-20 Ian Romanicki965: Set all the supported viewports for GEN7
2014-01-20 Ian Romanicki965: Emit writes to viewport index
2014-01-20 Ian Romanicki965: Set the maximum VPIndex
2014-01-20 Courtney Goeltzenl... mesa: Convert gl_context::Viewport to gl_context::Viewp...
2014-01-20 Courtney Goeltzenl... mesa: Converty gl_viewport_attrib::X, ::Y, ::Width...
2014-01-20 Courtney Goeltzenl... mesa: Update gl_scissor_attrib to support ARB_viewport_...
2014-01-20 José Fonsecai915,r200,radeon,vega: Change vendor from "VMware,...
2014-01-20 Topi Pohjolaineni965/blorp: reduce the scope of the explicit compressio...
2014-01-20 Topi Pohjolaineni965/blorp: remove dependency to compression control...
2014-01-20 Kristian Høgsbergi965: Only update renderbuffers on initial intelMakeCurrent
2014-01-19 Kenneth Graunkei965: Double the push constant space multipliers on...
2014-01-19 Kenneth Graunkei965: Update invariant state for Broadwell.
2014-01-19 Kenneth Graunkei965: Use the Sandybridge VUE format on Broadwell as...
2014-01-19 Kenneth Graunkei965: Create a new fragment shader backend for Broadwell.
2014-01-19 Kenneth Graunkei965: Create a new vec4 backend for Broadwell.
2014-01-19 Kenneth Graunkei965: Add a new infrastructure for generating Broadwell...
2014-01-19 Kenneth Graunkei965: Implement a disassembler for Broadwell's new...
2014-01-19 Kenneth Graunkei965: Add a new representation for Broadwell shader...
2014-01-19 Kenneth Graunkei965: Add SFID #defines for media stuff.
2014-01-19 Kenneth Graunkei965: Add #defines for new Broadwell math functions.
2014-01-19 Chris Forbesi965: add struct and SFID for pixel interpolator messages
2014-01-18 Chris Forbesi965/Gen7: Only emit cube face enables for cubes.
2014-01-18 Chris Forbesi965: Improve dumping of Gen7 SURFACE_STATE
2014-01-18 Chris Forbesi965: Add masks for more SURFACE_STATE fields
2014-01-17 Kenneth Graunkei965: Remove CACHED_BATCH support altogether.
2014-01-17 Eric Anholti965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
2014-01-17 Eric Anholti965: Stop doing our optimization on a copy of the...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-15 Ian Romanickmesa: Eliminate parameters to dd_function_table::Scissor
2014-01-15 Ian Romanickmesa: Eliminate parameters to dd_function_table::DepthRange
2014-01-15 Ian Romanickmesa: Eliminate parameters to dd_function_table::Viewport
2014-01-15 Ian Romanickradeon: Remove dead code
2014-01-15 Ian Romanicki915: Remove spurious calls to DepthRange
2014-01-15 Ilia Mirkinnouveau: add framebuffer validation callback
2014-01-14 Kenneth Graunkei965: Emit 3DSTATE_VF on Broadwell too.
2014-01-14 Kenneth Graunkei965: Disable workaround flush for push constants on...
2014-01-14 Kenneth Graunkei965: Enable native ETC texture support on Broadwell.
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to the newer foreac...
2014-01-13 Paul Berryi965: Ensure that all necessary state is re-emitted...
2014-01-13 Tapani Pällidri: set yInverted default to GL_TRUE
2014-01-10 Kenneth Graunkei965: Delete duplicate write_timestamp function.
2014-01-10 Paul Berryi965: Fix clears of layered framebuffers with mismatche...
2014-01-09 Chad Versacei965/gen6/blorp: Remove redundant HiZ workaround
2014-01-09 Chad Versacei965/gen6/blorp: Set need_workaround_flush at top of...
2014-01-09 Chad Versacei965/gen6/blorp: Set need_workaround_flush immediately...
2014-01-09 Paul Berrymesa: replace ctx->Const.{Vertex,Fragment,Geomtery...
2014-01-09 Eric Anholti965: Don't do the temporary-and-blit-copy for INVALIDA...
2014-01-09 Eric Anholti965: Fix handling of MESA_pack_invert in blit (PBO...
2014-01-09 Eric Anholti965: Fix incorrect bounds tracking for blit readpixels...
2014-01-09 Eric Anholti965: Use SET_FIELD to safety check our x/y offsets...
2014-01-09 Eric Anholti965: Add an assert for when SET_FIELD's value exceeds...
2014-01-09 Eric Anholti965: Add a safety check for emitting blits.
2014-01-09 Eric Anholti965: Don't call the blitter on addresses it can't...
2014-01-08 Chris Forbesi965: fold offset into coord for textureOffset(gsampler...
2014-01-08 Paul Berryglsl: Make more use of gl_shader_stage enum in ir_set_p...
2014-01-08 Paul Berrymesa: Use gl_shader::Stage instead of gl_shader::Type...
2014-01-08 Paul Berrymesa: Store gl_shader_stage enum in gl_shader objects.
2014-01-08 Paul Berrymesa: Clean up nomenclature for pipeline stages.
2014-01-08 Tapani Pällii965/fs: do SEL optimization only when src type for...
2014-01-06 Kenneth Graunkei965: Remove unused PIPE_CONTROL defines.
2014-01-06 Eric Anholti965: Warning fix
2014-01-06 Kenneth Graunkei965: Delete unused INTEL_WRITE_{PART,FULL} and INTEL_R...
2014-01-04 Chris Forbesi965: set size of txf_mcs payload vgrf properly
next