mesa: Move DepthMode to texture object
[mesa.git] / src / mesa / drivers / dri / i965 /
2012-08-01 Pauli Nieminenmesa: Move DepthMode to texture object
2012-08-01 Paul Berryi965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPL...
2012-07-31 Eric Anholti965: Add support for GL_SKIP_DECODE_EXT on other SRGB...
2012-07-30 Kenneth Graunkei965: Support MESA_FORMAT_SIGNED_RGBA_16.
2012-07-27 Eric Anholti965/gen7: Reduce GT1 WM thread count according to...
2012-07-27 Kenneth Graunkei965: Fix typo in shader channel select field name.
2012-07-27 Zou Nan haiintel: increase wm thread number to 80 on gen6 GT2
2012-07-26 Paul Berryi965/msaa: use ROUND_DOWN_TO macro.
2012-07-26 Paul Berryi965: Use sendc for all render target writes on Gen6+.
2012-07-26 Paul Berryi965/msaa: Remove TODO comments that are no longer...
2012-07-26 Paul Berryintel: Make more consistent use of _mesa_is_{user,winsy...
2012-07-25 Eric Anholti965: Remove unused param conversion code.
2012-07-24 Paul Berryi965/msaa: Switch on 8x MSAA for Gen7.
2012-07-24 Paul Berryi965/msaa: Remove assertion in 3DSTATE_SAMPLE_MASK...
2012-07-24 Paul Berryi965/msaa: Adjust 3DSTATE_MULTISAMPLE packet for 8x...
2012-07-24 Paul Berryi965/blorp: Encode and decode IMS format for 8x MSAA...
2012-07-24 Paul Berryi965/blorp: Compute sample number correctly for 8x...
2012-07-24 Paul Berryi965/blorp: Properly adjust primitive size for 8x MSAA.
2012-07-24 Paul Berryi965/blorp: Parameterize manual_blend() by num_samples.
2012-07-24 Paul Berryi965/msaa: Remove comment about falsely claiming to...
2012-07-24 Paul Berryi965/blorp: Handle DrawBuffers properly.
2012-07-24 Paul Berryi965/blorp: Rearrange order of blit validation and...
2012-07-24 Paul Berryi965/blorp: Don't fall back to swrast when miptrees...
2012-07-24 Paul Berryi965/blorp: Fixup scissoring of blits to window system...
2012-07-24 Paul Berryi965/blorp: Simplify check that src/dst width/height...
2012-07-24 Paul Berryi965/msaa: Work around problems with null render target...
2012-07-24 Paul Berryi965: Set width, height, and tiling properly for null...
2012-07-24 Paul Berryi965/msaa: Control multisampling behaviour via the...
2012-07-20 Eric Anholti965/gen7: Increase the WM threads to hardware limits.
2012-07-20 Paul Berryi965/blorp: Use IMS layout when texturing from depth...
2012-07-20 Paul Berryi965/blorp: Loosen assertions in compute_msaa_layout_fo...
2012-07-20 Paul Berryi965/blorp: Configure SURFACE_STATE correctly for IMS...
2012-07-20 Paul Berryi965/blorp: Optimize manual_blend() for compressed...
2012-07-20 Paul Berryi965/blorp: Fix integer downsampling on Gen7.
2012-07-20 Paul Berryi965/blorp: Modify manual_blend() to avoid unnecessary...
2012-07-20 Paul Berryi965: Add support for AVG instruction.
2012-07-20 Paul Berryi965: Replace fs_visitor::kill_emitted with gl_fragment...
2012-07-20 Paul Berrymesa: Set gl_fragment_program::UsesKill in do_set_progr...
2012-07-19 Paul Berryi965: Avoid unnecessary recompiles for shaders that...
2012-07-18 Eric Anholti965/fs: Make register spill/unspill only do the regs...
2012-07-18 Eric Anholti965/fs.h: Refactor tests for instructions modifying...
2012-07-18 Eric Anholti965/fs: Replace usage is_tex() with regs_written(...
2012-07-18 Eric Anholti965/fs: Rename virtual_grf_next to virtual_grf_count.
2012-07-18 Eric Anholti965/fs: Move a block out of a loop in live variables...
2012-07-18 Anuj Phogati965/msaa: Disable alpha-to-{coverage, one} when drawbu...
2012-07-16 Chad Versaceintel: Enable GL_OES_compressed_ETC1_RGB8_texture
2012-07-12 Kenneth Graunkei965: Move loop over texture units into brw_populate_sa...
2012-07-12 Kenneth Graunkei965: Always emit alpha when nr_color_buffers == 0.
2012-07-12 Kenneth Graunkei965: Delete previous workaround for textureGrad with...
2012-07-12 Kenneth Graunkei965: Add a lowering pass to convert TXD to TXL by...
2012-07-11 Paul Berryi965/msaa: Add CMS support to blorp.
2012-07-11 Paul Berryi965/msaa: Add CMS-related sampler messages to brw_defi...
2012-07-11 Paul Berryi965/msaa: Set SURFACE_STATE properly when CMS MSAA...
2012-07-11 Paul Berryi965/msaa: Add CMS MSAA settings to brw_structs.h.
2012-07-11 Paul Berryi965/msaa: Add an enum to describe MSAA layout.
2012-07-11 Paul Berryi965/msaa: Move {rt,tex}_interleaved into blorp program...
2012-07-11 Kristian Høgsbergintel: Add offset field to miptree
2012-07-10 Kenneth Graunkei965: Add hardware context support.
2012-07-06 Eric Anholti965/fs: Invalidate live intervals after copy propagation.
2012-07-06 Eric Anholti965/fs: Invalidate live intervals in passes that remov...
2012-07-06 Eric Anholti965/vs: Move the other two src_reg/dst_reg constructor...
2012-07-06 Eric Anholti965/vs: Move class functions to brw_vec4.cpp.
2012-07-06 Eric Anholti965/fs: Move class functions from the header to .cpp...
2012-07-03 Eric Anholti965/fs: Allow copy propagation on uniforms.
2012-07-03 Eric Anholti965/fs: Allow copy propagation with source modifiers.
2012-07-03 Eric Anholti965/fs: Move copy propagation test out to a separate...
2012-07-02 Paul Berryi965/msaa: Fix centroid interpolation of unlit pixels.
2012-07-02 Paul Berryi965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragmen...
2012-07-02 Jordan Justeni965: fix transform feedback with primitive restart
2012-07-02 Kenneth Graunkei965: Re-enable rendering to SNORM formats.
2012-06-28 Marek Olšákmesa: rename MaxTransformFeedbackSeparateAttribs to...
2012-06-27 Jordan Justeni965: enable ARB_instanced_arrays extension
2012-06-26 Paul Berryi965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE...
2012-06-26 Paul Berryi965/msaa: Implement GL_SAMPLE_ALPHA_TO_{COVERAGE,ONE}.
2012-06-26 Paul Berryi965/msaa: Implement glSampleCoverage.
2012-06-25 Chad Versacei965/fs: Fix conversions float->bool, int->bool
2012-06-25 Paul Berryi965/msaa: Add backend support for centroid interpolation.
2012-06-25 Paul Berryi965/fs: Refactor interpolation code to prepare for...
2012-06-25 Paul Berryi965/msaa: Adapt clip setup for centroid noperspective...
2012-06-22 Paul Berryi965: Compute dFdy() correctly for FBOs.
2012-06-21 Eric Anholtmake: Fold ASM_CFLAGS into DEFINES.
2012-06-20 Paul Berryi965/msaa: Only do multisample rasterization if GL_MULT...
2012-06-20 Paul Berryi965/msaa: Disable unsupported formats.
2012-06-20 Kenneth Graunkei965: Don't set brw_wm_prog_key::iz_lookup on Gen6+.
2012-06-18 Kenneth Graunkei965: Fix brw_swap_cmod() for LE/GE comparisons.
2012-06-15 Paul Berryi965: Add support for ir_unop_f2u to i965 backend.
2012-06-15 Paul Berryi965/blorp: Implement source clipping.
2012-06-07 Kenneth Graunkei965: Add forgotten bitcast operations in brw_fs_channe...
2012-06-07 Paul Berryi965/blorp: allow all buffer formats provided src and...
2012-06-07 Paul Berryi965/blorp: Implement logic for additional buffer formats.
2012-06-07 Paul Berryi965/blorp: De-virtualize brw_blorp_{mip,surface}_info...
2012-06-07 Paul Berryi965/blorp: Refactor surface format determination.
2012-06-07 Kenneth Graunkei965: Enable the GL_ARB_shader_bit_encode extension.
2012-06-05 Kenneth Graunkei965/fs: Fix user-defined FS outputs with less than...
2012-06-05 Kenneth Graunkei965/vs: Fix texelFetchOffset() on pre-Gen7.
2012-06-05 Kenneth Graunkei965/fs: Fix texelFetchOffset() on pre-Gen7.
2012-06-02 Kenneth Graunkei965: Implement texture buffer objects on Gen6.
2012-05-29 Paul Berryi965/blorp: Implement destination clipping and scissoring
2012-05-25 Paul Berryi965/msaa: Enable 4x MSAA on Gen7.
2012-05-25 Paul Berryi965/msaa: Implement manual blending operation for...
next