i965: Rework IF/ELSE jump target back-patching.
[mesa.git] / src / mesa / drivers / dri /
2011-05-18 Kenneth Graunkei965: Rework IF/ELSE jump target back-patching.
2011-05-18 Kenneth Graunkei965: Move IF stack handling into the EU abstraction...
2011-05-18 Kenneth Graunkei965: Get a ralloc context into brw_compile.
2011-05-18 Kenneth Graunkei965/gs: Move generation check for bailing earlier.
2011-05-18 Kenneth Graunkei965: Add _NEW_LIGHT to Gen6 clip state dirty bits.
2011-05-18 Tom Stellardr300/compiler: Fix bug in rc_get_variables()
2011-05-16 Kenneth Graunkei965: Pass brw_compile pointer to brw_set_src[01].
2011-05-16 Kenneth Graunkei965: Fix "Paramater" typo in gen6_wm_state.c.
2011-05-15 Tom Stellardr300/compiler: Use ALU Result for IF conditionals
2011-05-13 Kenneth Graunkei965: Use BRW_DATAPORT_READ_TARGET_DATA_CACHE instead...
2011-05-13 Kenneth Graunkei965: Rename dp_render_target struct to gen6_dp.
2011-05-13 Kenneth Graunkei965: Attempt to un-muddle Gen6 data port message targe...
2011-05-13 Kenneth Graunkei965: Fix incorrectly named data port define.
2011-05-13 Kenneth Graunkei965: Fix typo in Gen6 "DWord Scattered Write" message...
2011-05-11 Tom Stellardr300/compiler: Fix bug in rc_get_variables()
2011-05-11 Tom Stellardr300/compiler: Limit instructions to 3 source selects
2011-05-11 Tom Stellardr300/compiler: Add simple unit test framework
2011-05-09 Matt Turnerr300/compiler: align memory allocations to 8-bytes
2011-05-09 Michel Dänzerr300c: Fix up for register allocator rewrite.
2011-05-07 Marek Olšákr300/compiler: implement TXD and TXL opcodes
2011-05-06 Kostas GeorgiouAdd pci id for FirePro 2270
2011-05-06 Kristian Høgsbergegl: Add a cursor use bit to MESA_drm_image
2011-05-03 Alex Deucherr600c: add some new pci ids
2011-05-02 Eric Anholti965/gen6: Align interleaved URB writes for overflow...
2011-05-01 Marek Olšákr300/compiler: remove set-but-unused variables
2011-04-30 Tom Stellardr300/compiler: Cleanups from the regalloc merge
2011-04-30 Tom Stellardr300/compiler: Add return statement to rc_list()
2011-04-30 Tom Stellardr300g: Fix scons build
2011-04-30 Tom Stellardr300/compiler: Enable swizzle packing in the allocator...
2011-04-30 Tom Stellardr300/compiler: Handle loops in the register allocator
2011-04-30 Tom Stellardr300/compiler: Handle loops in rc_get_readers()
2011-04-30 Tom Stellardr300/compiler: Rewrite register allocator
2011-04-30 Tom Stellardr300/compiler: Use RC_MASK_W when converting RGB to...
2011-04-30 Tom Stellardr300/compiler: rc_reader_data: Add ExitOnAbort flag
2011-04-30 Tom Stellardr300/compiler: Add more info to struct rc_reader
2011-04-30 Tom Stellardr300/compiler: Add remove dead sources pass
2011-04-29 Eric Anholti965/gen6: Fix LogicOp handling for GL_COPY and/or...
2011-04-29 Eric Anholti965: Remove dead entrypoints to state cache, rename...
2011-04-29 Eric Anholti965/gen4: Move the GS state to state streaming.
2011-04-29 Eric Anholti965/gen4: Move clip state to state streaming
2011-04-29 Eric Anholti965: Drop the now unused brw_cache_data() function.
2011-04-29 Eric Anholti965: Fix up state dumping for SF state.
2011-04-29 Eric Anholti965/gen4: Move VS state to state streaming.
2011-04-29 Eric Anholti965/gen6: Use the dynamic state base address to reduce...
2011-04-29 Eric Anholti965/gen6: Move scissor state to state streaming.
2011-04-29 Eric Anholti965: Move sampler state to state streaming.
2011-04-29 Eric Anholti965/gen4: Move WM state to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the depth/stencil state to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the blend state to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the color calc state to state streaming.
2011-04-29 Eric Anholti965: Move the CC VP to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the SF VP to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the clip VP to state streaming.
2011-04-29 Eric Anholti965/gen6: Stream the VS push constants.
2011-04-29 Eric Anholti965/gen6: Stream the WM push constants.
2011-04-29 Eric Anholti965: Give the push constants and pull constants unique...
2011-04-29 Eric Anholti965: Fix fragcoord_w on gen6 with 16-wide.
2011-04-27 Eric AnholtRevert "intel: use throttle ioctl for throttling"
2011-04-26 Brian PaulSquashed commit of the following:
2011-04-26 Eric Anholti965/fs: Add support for compute-to-mrf in 16-wide...
2011-04-26 Eric Anholti965/fs: Typo fix a comment.
2011-04-26 Eric Anholti965/fs: Enable constant propagation in 16-wide.
2011-04-26 Eric Anholti965/fs: Fix and enable the instruction scheduler for...
2011-04-26 Eric Anholti965/fs: Add support for 16-wide dispatch with uniforms...
2011-04-26 Eric Anholti965/fs: Add a little whitespace between shader dumping...
2011-04-26 Eric Anholti965/fs: Add support for compr4 MRF writes.
2011-04-26 Eric Anholti965/fs: Add support for 16-wide dispatch on gen5.
2011-04-26 Eric Anholti965/fs: Add initial support for 16-wide dispatch on...
2011-04-26 Eric Anholti965/fs: Add support for discard instructions in 16...
2011-04-26 Eric Anholti965/fs: Add support for math instructions in 16-wide...
2011-04-26 Eric Anholti965/fs: Fix interference calculation of pixel_[xy...
2011-04-26 Eric Anholti965/fs: Disable some optimization passes under 16...
2011-04-26 Eric Anholti965/fs: Add support for 16-wide texturing on gen5+.
2011-04-26 Eric Anholti965/fs: Add support for computing pixel_[xy] in 16...
2011-04-26 Eric Anholti965/fs: Add support for 16-wide dispatch to the regist...
2011-04-26 Eric Anholti965: Move the destination reg setup for 8/16 wide...
2011-04-26 Kristian Høgsbergintel: Use tiling for dri2AllocateBuffer implementation
2011-04-26 Kristian Høgsbergintel: Set gen in intelInitScreen, just copy value...
2011-04-26 Kristian Høgsbergintel: Use X tiling for DRM EGL Images
2011-04-23 Eric Anholti965: Don't double-emit fragment.color writes for MRT...
2011-04-23 Eric Anholti965: Fill in the remaining fields of gen5+ sampler...
2011-04-23 Eric Anholti965: Fix batch decode for the gen5+ sampler default...
2011-04-23 Eric Anholtintel: Add support for ARB_sampler_objects.
2011-04-23 Eric Anholti965: Add support for NV_conditional_render.
2011-04-23 Eric Anholti965: Add support for ARB_texture_compression_rgtc.
2011-04-22 Marek Olšákr300/compiler: fix up error message
2011-04-22 Ian Romanicki915: Gut all remaining bits of hardware fog
2011-04-22 Ian Romanicki915: i915_context::vertex_fog is always I915_FOG_NONE...
2011-04-22 Ian Romanicki915: There's always a fragment program
2011-04-22 Ian Romanicki915: Delete disabled try_pixel_fog paths
2011-04-22 Ian Romanickmesa: Kill gl_fragment_program::FogOption with fire
2011-04-22 Ian Romanicki915: gl_fragment_program::FogOption is always GL_NONE...
2011-04-22 Ian Romanicki965: gl_fragment_program::FogOption is always GL_NONE...
2011-04-20 Kenneth Graunkei965: Remove dead vertex buffer structs.
2011-04-20 Eric Anholtintel: Add support for ARB_color_buffer_float.
2011-04-20 Eric Anholtintel: Add support for ARB_texture_float.
2011-04-20 Eric Anholtintel: Add support for blit copies of >32bpp formats.
2011-04-19 Alex Deucherr600c: add evergreen big endian support
2011-04-19 Cédric Canor600c: add big endian support for r6xx/r7xx
2011-04-19 Marek Olšákr200: enable some extensions
next