i965/fs: Add support for compute-to-mrf in 16-wide mode.
[mesa.git] / src / mesa / drivers / dri /
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
2011-04-19 Tom Stellardr300/compiler: Fix dataflow analysis bug with ELSE...
2011-04-18 Kenneth Graunkei965: Convert 3DPRIMITIVE command from struct-style...
2011-04-18 Kenneth Graunkei965: Allocate the whole URB to the VS and fix calculat...
2011-04-18 Eric Anholtintel: Add I8 and L8 to intel_mesa_format_to_rb_datatype().
2011-04-18 Eric AnholtRevert "intel: Add spans code for the ARB_texture_rg...
2011-04-18 Eric Anholtintel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.
2011-04-18 Eric Anholtintel: Use Mesa core's renderbuffer accessors for depth.
2011-04-18 Eric Anholtintel: Use _mesa_base_tex_format for FBO texture attach...
2011-04-17 Eric Anholti965: Quit spamming gen6 DP read/write send instruction...
2011-04-17 Eric Anholti965/fs: Add gen6 register spilling support.
2011-04-16 Tom Stellardr300/compiler: Fix incorrect presubtract conversion
2011-04-15 Marek OlšákRevert "r300/compiler: Don't try to convert RGB to...
2011-04-15 Marek Olšákmesa: finish up ARB_texture_float
2011-04-14 Eric Anholti965/fs: Constant-fold immediates in src0 of SEL instru...
2011-04-14 Eric Anholti965/fs: Constant-fold immediates in src0 of CMP instru...
2011-04-13 Chad Versacei965: Change assertion condition from implicit to explicit
2011-04-13 Chad Versacei965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINT
2011-04-13 Chad Versacei965: Document brw_context.state.depth_region
2011-04-13 Chad Versacei965: Remove unnecessary release/reference of brw_conte...
2011-04-12 Kenneth Graunkei965: Add comments about URB size units and limits.
2011-04-12 Kenneth Graunkei965: Never enable the GS on Gen6.
2011-04-12 Chris WilsonRevert "i965: Reinstate max-index paranoia"
2011-04-12 Dave Airlienouveau_vieux: fix build since sampler objects merge
2011-04-12 Brian Paulr600: silence various compiler warnings
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-12 Zou Nan haiRevert "i965: clear global offset to zero in m0.2...
2011-04-11 Ian Romanicki965: Remove hint_gs_always and resulting dead code
2011-04-11 Ian Romanickintel: Fix ROUND_DOWN_TO macro
2011-04-11 Brian Paulmesa: fixup r600 DRI driver for sampler object changes
2011-04-11 Eric Anholti965: Move the SF VP from state caching to state streaming.
2011-04-11 Eric Anholti965: Change the SF unit from state caching to state...
2011-04-11 Eric Anholti965: Turn SF unit and viewport structs into pointers...
2011-04-10 Brian Paulmesa: move sampler state into new gl_sampler_object...
2011-04-09 Alan CoopersmithFix GET_PROGRAM_NAME() on Solaris to not try to modify...
2011-04-08 Eric Anholti965/fs: Remove broken optimization for live intervals...
2011-04-07 Zou Nan haii965: clear global offset to zero in m0.2 for VS...
2011-04-06 Tom Stellardr300/compiler: Don't try to convert RGB to Alpha in...
2011-04-05 Ian Romanickdri: Remove driver date from renderer string
2011-04-05 Tom Stellardr300/compiler: Fix vertex shader MAD instructions with...
2011-04-05 Dave Airlier300c: fix build since last r300g commit
2011-04-05 Marek Olšákr300g: fix RG/LATC1_SNORM by doing UNORM->SNORM convers...
2011-04-05 Marek Olšákr300/compiler: implement the CND opcode
2011-04-05 Marek Olšákr300/compiler: set the MSB of ADDR for inline constants
2011-04-04 Ian Romanicki965: Add the missing supportable EXT_texture_snorm...
2011-04-04 Marek Olšákr300/compiler: apply the texture swizzle to shadow...
2011-04-04 Marek Olšákr300/compiler: propagate SaturateMode down to the resul...
2011-04-04 Alex Deucherr600c: add new ontario pci ids
2011-04-03 Tom StellardRevert "r300/compiler: Remove obsolete compiler passes"
2011-04-03 Kenneth Graunkei965/fs: Switch W and 1/W in Sandybridge interpolation...
2011-04-03 Kenneth Graunkei965: Fix null register use in Sandybridge implied...
2011-04-01 Eric Anholti965: Fix the VS thread limits for GT1, and clarify...
2011-04-01 Tom Stellardr300/compiler: Remove obsolete compiler passes
2011-03-31 Chris Wilsonintel: Fix regression in clear_with_blit from 7bae1c3d
2011-03-30 Chris Wilsonintel: Remove the unrelaxed relocation assertion
2011-03-30 Chris Wilsonintel: Add some defense against buffer allocation failu...
2011-03-30 Chris WilsonRevert "intel: Add some defense against buffer allocati...
2011-03-30 Kenneth Graunkeintel: Add IS_GT2 macro for recognizing Sandybridge...
2011-03-29 Ian Romanickmesa: Fix ugly indentation left from previous commit
2011-03-29 Ian Romanickglsl: Calcluate Mesa state slots in front-end instead...
next