st/mesa: Set samplers views' first_level.
[mesa.git] / src / mesa / drivers / dri /
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...
2011-03-29 Marek Olšákintel: fix build
2011-03-29 Chris Wilsonintel: Protect intel_clear_with_blit from failed buffer...
2011-03-29 Chris Wilsoni965: Avoid name clash of loop counter and member
2011-03-29 Chris Wilsoni915: Detect allocation failure of batch buffer
2011-03-29 Marek Olšákmesa: implement clamping controls (ARB_color_buffer_float)
2011-03-29 Kenneth Graunkei965: Resolve implied moves in brw_dp_READ_4_vs_relative.
2011-03-29 Kenneth Graunkei965: Refactor Sandybridge implied move handling.
2011-03-29 Ian Romanickintel: Don't leak the tex object miptree when replacing it
2011-03-27 Kenneth Graunkei965/fs: Fix linear gl_Color interpolation on pre-gen6...
2011-03-25 Ian Romanicki965/fs: Use different name for inner loop counter
2011-03-24 Eric Anholti965/fs: Make compile failure more verbose with INTEL_D...
2011-03-24 Eric Anholti965/fs: Clean up reg_undef args from long ago lack...
2011-03-24 Eric Anholti965/fs: Clean up the emit calls by introducing emit...
2011-03-24 Iain Hibbertradeon: use C99 style in macros with variable arguments
2011-03-24 Brian Paulradeon: reorder #includes to silence warnings
2011-03-24 Brian Paulr128: fix an old annoying warning
2011-03-24 Brian Paulradeon: fix radeon_create_image_from_name() wrong param...
2011-03-18 Tom Stellardr300/compiler: Use a 4-bit writemask in pair instructions
2011-03-18 Johannes Obermayrnouveau: Fix serious compiler warnings
2011-03-17 Kenneth Graunkemesa: Remove the CompileShader driver hook; it's just...
2011-03-16 Kenneth Graunkei965: Rename brw_(IF|CONT)_gen6 functions to gen6_...
2011-03-16 Kenneth Graunkei965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_...
2011-03-16 Kenneth Graunkei965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPL...
2011-03-15 Eric Anholti965: Fix alpha testing when there is no color buffer...
2011-03-15 Eric Anholti965: Do our lowering passes before the loop of optimiz...
2011-03-14 Kenneth Graunkei965: Enable texture lookups whose return type is ...
2011-03-14 Chad Versacei965: Fix tex_swizzle when depth mode is GL_RED
2011-03-14 Chad Versacei965: Remove dead assignment
2011-03-12 Eric AnholtRevert "i965: Use the fixed function GLSL program inste...
2011-03-12 Marek Olšákr300/compiler: do not set TEX_IGNORE_UNCOVERED on r500
2011-03-12 Marek Olšákr300/compiler: TEX instructions don't support negation...
2011-03-12 Marek Olšákr300/compiler: Abs doesn't cancel Negate (in the conver...
2011-03-12 Marek Olšákr300/compiler: fix translating the src negate bits...
2011-03-12 Marek Olšákr300g: implement fragment color clamping in the shader
2011-03-12 Marek Olšákr300/compiler: fix the saturate modifier when applied...
2011-03-11 Adam Jacksonnouveau: Build fix
2011-03-11 Adam Jacksonr600: Build fix
2011-03-11 Eric Anholti965: Use the fixed function GLSL program instead of...
2011-03-11 Eric Anholti965: Use ffs() on a 32-bit int value instad of ffsll().
2011-03-11 Brian Paulmesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENAB...
2011-03-09 Eric Anholtintel: Don't complain when getparam fails due to a...
2011-03-09 Chris Wilsoni965: Pack the tracked state atoms into separate arrays...
2011-03-08 Marek Olšákr300/compiler: remove unused variables
2011-03-08 Marek Olšákr300/compiler: fix equal and notequal shadow compare...
2011-03-08 Marek Olšákr300/compiler: detect constants harder
2011-03-08 Marek Olšákr300/compiler: improve the detection of constants for...
2011-03-08 Marek Olšákr300/compiler: saturate Z before the shadow comparison
2011-03-07 Henri Verbeeti915: Only invert wpos when rendering to the system...
2011-03-07 Henri Verbeeti915: Derive the gl_fragment_program from i915_fragment...
2011-03-07 Chris Wilsonintel: check for miptree allocation failure
2011-03-07 Chris Wilsonintel: Add some defense against buffer allocation failu...
2011-03-07 Chris Wilsonintel: Add some defense against bo allocation failure
2011-03-06 Dave Airlieglx/dri: add initial dri interface for GLX_EXT_framebuf...
2011-03-04 Eric Anholti965: Apply a workaround for the Ironlake "vertex flash...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-04 Chris Wilsoni965: Fix extending VB packets
2011-03-04 Chris Wilsoni965: Handle URB_FENCE erratum for Broadwater
2011-03-04 Chris Wilsoni965: Align index to type size and flush if the type...
2011-03-04 Chris Wilsonintel: Add couple of missing gen6 commands to decode
2011-03-04 Chris Wilsoni965: Prevent using a zero sized (or of unknown type...
2011-03-03 Zou Nan haii965: SNB GT1 has only 32k urb and max 128 urb entries.
2011-03-02 Zou Nan haii965: Maxinum the usage of urb space on SNB.
2011-03-01 Kenneth Graunkeintel: Support glCopyTexImage() from ARGB8888 to XRGB8888.
2011-03-01 Chris Wilsoni965: Use negative relocation deltas to minimse vertex...
2011-03-01 Chris Wilsoni965: Undo 'continuation of vb packets'
2011-03-01 Chris Wilsoni965: Fix uploading of shortened vertex packets
2011-03-01 Chris Wilsoni965: Upload all vertices used
2011-03-01 Kenneth GraunkeRevert "i965/fs: Correctly set up gl_FragCoord.w on...
2011-03-01 Zou Nan haii965: bump VS thread number to 60 on SNB
2011-03-01 Brian Paulmesa: move PBO-related functions into a new file
2011-02-26 Eric Anholtintel: Use the current context rather than last bound...
2011-02-25 Kenneth Graunkei965/fs: Initial plumbing to support TXD.
2011-02-25 Kenneth Graunkei965/fs: Complete TXL support on gen5+.
2011-02-25 Kenneth Graunkei965/fs: Complete TXL support on gen4.
2011-02-25 Kenneth Graunkei965/fs: Use a properly named constant in TXB handling.
2011-02-25 Kenneth Graunkei965: Add #defines for gen4 SIMD8 TXB/TXL with shadow...
next