i915: Remove most of the code under gen >= 4 checks.
[mesa.git] / src / mesa / drivers / dri / i965 /
2013-05-15 Eric Anholti965: Fill in brw_format_for_mesa_format for some non...
2013-05-15 Eric Anholti965: Use native RGB_FLOAT16 support when available.
2013-05-15 Eric Anholti965: Use the Mesa surface formats for float RGB surfaces.
2013-05-15 Eric Anholti965: Use the new XRGB UNORM formats.
2013-05-15 Chris Forbesintel: Use accessor for stencil reference values
2013-05-13 Jordan Justeni965: write layer if gl_Layer is used in VS
2013-05-13 Ian Romanickglsl: Add lowering pass for ir_triop_vector_insert
2013-05-12 Kenneth Graunkei965/vs: Set the PreferDP4 shader compiler option.
2013-05-12 Kenneth Graunkeglsl: Pass struct shader_compiler_options into do_commo...
2013-05-11 Marek Olšákmesa: add & use a new driver flag for UBO updates inste...
2013-05-11 Marek Olšákmesa: move max texture image unit constants to gl_progr...
2013-05-09 Kenneth Graunkei965: Add chipset limits for the Haswell GT3 variant.
2013-05-09 Kenneth Graunkei965: Update URB partitioning code for Haswell's GT3...
2013-05-09 Kenneth Graunkei965: Delete dead intel_span.c symlink.
2013-05-09 Eric Anholti965/vs: Make virtual grf live intervals actually cover...
2013-05-09 Eric Anholti965/fs: Make virtual grf live intervals actually cover...
2013-05-08 Eric Anholti965: Sync brw_format_for_mesa_format() table with...
2013-05-08 Eric Anholti965: Update the surface formats table from the current...
2013-05-08 Eric Anholti965: Add surface format defines from the public specs.
2013-05-08 Eric Anholti965: Fix hangs on HSW since the gen6 blorp fix.
2013-05-06 Eric Anholti965: Use brw_blorp_blit_miptrees() for CopyTexSubImage().
2013-05-06 Eric Anholti965: Move blorp resolve setup into brw_blorp_blit_mipt...
2013-05-06 Matt Turneri965: Lower bitfieldInsert.
2013-05-06 Matt Turneri965/vs: Add support for bit instructions.
2013-05-06 Matt Turneri965/fs: Add support for bit instructions.
2013-05-06 Matt Turneri965: Add support for emitting and disassembling bit...
2013-05-06 Matt Turneri965: Print the correct dst and shared-src types for...
2013-05-06 Matt Turneri965/gen7: Set src/dst types for 3-src instructions.
2013-05-06 Matt Turneri965: Add 3-src destination and shared-source type...
2013-05-06 Matt Turneri965: Add Gen7+ fields to brw_instruction and add comments.
2013-05-04 Eric Anholti965: Enable fast clears on non-8x4-aligned sizes.
2013-05-02 Eric Anholti965/vs: Add instruction scheduling.
2013-05-02 Eric Anholti965: Move most of the FS instruction scheduler code...
2013-05-02 Eric Anholti965: Pull a couple of FS scheduling functions out...
2013-05-02 Eric Anholti965: Move FS instruction scheduling to a non-FS-specif...
2013-05-02 Eric Anholti965: Share the register file enum between the two...
2013-05-02 Eric Anholti965: Make dump_instructions be a virtual method of...
2013-05-02 Eric Anholti965/vs: Do round-robin register allocation on gen6...
2013-05-02 Eric Anholti965: Fix SNB GPU hangs when a blorp batch is the first...
2013-05-01 Andreas Bollintel: use automake conditionals for defining FEATURE_...
2013-05-01 Kenneth Graunkei965/vs: Fix textureGrad() with shadow samplers on...
2013-05-01 Kenneth Graunkei965: Lower textureGrad() for samplerCubeShadow.
2013-04-30 Eric Anholti965: Implement color clears using a simple shader...
2013-04-30 Eric Anholtmesa: Make a Mesa core function for sRGB render encodin...
2013-04-30 Eric Anholti965: Don't flush the batch at the end of blorp.
2013-04-30 Eric Anholtintel: Remove the last spans code!
2013-04-29 Eric Anholti965/fs: Print out the estimated cycle count in INTEL_D...
2013-04-29 Eric Anholti965/fs: Allow LRPs with uniform registers.
2013-04-29 Eric Anholti965: Disable Z16 on contexts that don't require it.
2013-04-29 Eric Anholtintel: Fold the one last function intel_tex_format...
2013-04-29 Kenneth Graunkei965: Move is_math/is_tex/is_control_flow() to backend_...
2013-04-29 Chris Forbesi965/fs: Don't try to use bogus interpolation modes...
2013-04-28 Matt Turneri965/vs: Fix order of source arguments to LRP.
2013-04-26 Matt Turneri965/vs: Add support for LRP instruction.
2013-04-26 Matt Turneri965/vs: Add a function to fix-up uniform arguments...
2013-04-25 Eric Anholti965: Avoid recompiles for fragment clamping on non...
2013-04-25 Chris Forbesi965: report correct sample positions
2013-04-24 Chia-I Wui965/gen7: fix encoding of (huge) surface size for...
2013-04-24 Chia-I Wui965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERN
2013-04-24 Chia-I Wui965: fix SURFACE_STATE dumping
2013-04-24 Matt Turneri965: Remove strange comments about math functions.
2013-04-24 Matt Turneri965: Remove traces of nonexistent TAN math function.
2013-04-24 Marek Olšákmesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver...
2013-04-24 Marek Olšákmesa: remove _NEW_PACKUNPACK
2013-04-24 Marek Olšákmesa: convert _NEW_RASTERIZER_DISCARD to a driver flag
2013-04-24 Marek Olšákmesa,i965: use NewDriverState to communicate TFB state...
2013-04-22 Matt Turneri965/fs: Don't save value returned by emit() if it...
2013-04-22 Kenneth Graunkei965: Fix a mistake in the comments for software counters.
2013-04-22 Matt Turneri965: Apply CMP NULL {Switch} work-around to other...
2013-04-21 Eric Anholtmesa: Introduce a globally-available minify() macro.
2013-04-19 Matt TurnerRevert "i965: Check reg.nr for BRW_ARF_NULL instead...
2013-04-18 Matt Turneri965: Check reg.nr for BRW_ARF_NULL instead of reg...
2013-04-18 Matt Turneri965: Implement work-around for CMP with null dest...
2013-04-18 Paul Berryi965/vec4: Fix hypothetical use of uninitialized data...
2013-04-17 Eric Anholti965: Trim trailing whitespace in brw_defines.h.
2013-04-12 Eric Anholti965: Shut up the last release build warning.
2013-04-12 Eric Anholti965: Silence one more compile warning.
2013-04-12 Eric Anholti965: Fix a warning in the release build.
2013-04-12 Eric Anholti965: Fix an unused variable warning in the release...
2013-04-12 Eric Anholti965: Fix an unused variable warning in the release...
2013-04-12 Eric Anholti965/fs: Fix some untriggered optimization bugs with...
2013-04-12 Eric Anholti965/fs: Add basic-block-level dead code elimination.
2013-04-12 Eric Anholti965/fs: Remove incorrect note of writing attr in centr...
2013-04-12 Eric Anholti965/fs: Add a helper function for checking for partial...
2013-04-12 Eric Anholtmesa: Add a macro to bitset for determining bitset...
2013-04-12 Eric Anholti965: Fix compiler warnings since the introduction...
2013-04-12 Matt Turneri965/vs: Print error if vertex shader fails to compile.
2013-04-12 Matt Turneri965: NULL check prog on shader compilation failure.
2013-04-11 Paul Berryi965/vs: Don't hardcode DEBUG_VS in generic vec4 code.
2013-04-11 Paul Berryi965/vs: Generalize computation of array strides in...
2013-04-11 Paul Berryi965/vs: Generalize attribute setup code in preparation...
2013-04-11 Paul Berryi965/vs: Generalize vertex emission code in preparation...
2013-04-11 Paul Berryi965/vs: rename vec4_generator::generate_vs_instruction.
2013-04-11 Paul Berryi965/vs: Generalize data structures pointed to by vec4_...
2013-04-11 Paul Berryi965/vs: Rename vec4_generator::prog to shader_prog.
2013-04-11 Paul Berryi965/vs: move VS-specific data members to vs_vec4_visitor.
2013-04-11 Paul Berryi965/vs: move ARB_vertex_program functions to vec4_vs_v...
2013-04-11 Paul Berryi965/vs: Add virtual function make_reg_for_system_value().
2013-04-11 Paul Berryi965/vs: Make some vec4_visitor functions virtual.
2013-04-11 Paul Berryi965/vs: Make vec4_vs_visitor class derived from vec4_v...
next