st/mesa: Set samplers views' first_level.
[mesa.git] / src / mesa / drivers / dri / i965 /
2011-04-07 Zou Nan haii965: clear global offset to zero in m0.2 for VS...
2011-04-04 Ian Romanicki965: Add the missing supportable EXT_texture_snorm...
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-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 Wilsoni965: Avoid name clash of loop counter and member
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-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-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-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-09 Chris Wilsoni965: Pack the tracked state atoms into separate arrays...
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 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 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-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...
2011-02-24 Kenneth Graunkei965: Increase Sandybridge point size clamp in the...
2011-02-24 Chris Wilsoni965: Remember to pack the constant blend color as...
2011-02-24 Chris Wilsonintel: Reset the buffer offset after releasing referenc...
2011-02-24 Chris Wilsoni965: Unmap the correct pointer after discontiguous...
2011-02-22 Kenneth Graunkei965: Increase Sandybridge point size clamp.
2011-02-22 Kenneth Graunkei965/fs: Correctly set up gl_FragCoord.w on Sandybridge.
2011-02-22 Kenneth Graunkei965/fs: Refactor control flow stack handling.
2011-02-22 Kenneth Graunkei965/fs: Avoid register coalescing away gen6 MATH worka...
2011-02-22 Kenneth Graunkei965/fs: Apply source modifier workarounds to POW as...
2011-02-22 Kenneth Graunkei965: Fix shaders that write to gl_PointSize on Sandybr...
2011-02-22 Chris Wilsoni965: Trim the interleaved upload to the minimum number...
2011-02-22 Chris Wilsoni965: Reinstate max-index paranoia
2011-02-22 Chris Wilsoni965: Zero the offset into the vbo when uploading non...
2011-02-22 Eric Anholti965: Fix VB packet reuse when offset for the new buffe...
2011-02-21 Chris Wilsoni965: Remove spurious duplicate ADVANCE_BATCH
2011-02-21 Chris Wilsoni965: Use compiler builtins when available
2011-02-21 Chris Wilsoni965: Micro-optimise check_state
2011-02-21 Chris Wilsoni965: Remove unused 'next_free_page' member
2011-02-21 Chris Wilsonintel: extend current vertex buffers
2011-02-21 Chris Wilsonintel: Use specified alignment for writes into the...
2011-02-21 Chris Wilsoni965: Clean up brw_prepare_vertices()
2011-02-21 Chris Wilsonintel: combine short memcpy using a temporary allocated...
2011-02-21 Chris Wilsoni965: upload normal arrays as interleaved
2011-02-21 Chris Wilsoni965: interleaved vbo
2011-02-21 Chris Wilsoni965: emit one vb packet per vbo
2011-02-21 Chris Wilsoni965: upload transient indices into the same discontigu...
2011-02-21 Chris Wilsoni965: suppress repeat-emission of identical vertex...
2011-02-21 Chris Wilsoni965: Move repeat-instruction-suppression to batchbuffe...
2011-02-21 Chris Wilsonintel: use pwrite for batch
2011-02-21 Chris Wilsoni965: drop state_bo references to batch_bo
2011-02-21 Chris Wilsoni965: directly write wm state to batch
2011-02-21 Chris Wilsoni965: write cc straight to batch
2011-02-21 Chris Wilsoni965: switch gen6 to use its own cc state bo
2011-02-21 Chris Wilsonintel: Buffered upload
2011-02-21 Chris Wilsoni965: Combine vb upload buffer with the general upload...
2011-02-21 Chris Wilsonintel: Pack dynamic draws together
2011-02-21 Chris Wilsoni965: Trim the trailing NOOP from 3DSTATE_INDEX_BUFFER
2011-02-21 Chris Wilsoni965: Fallback on encountering a NULL render buffer
2011-02-09 Kenneth Graunkei965: Add missing DEFINE_BITS for brw dirty bits.
2011-02-09 Kenneth Graunkei965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.
2011-02-09 Kenneth Graunkei965: Rename a few more commands to match the documenta...
2011-02-08 Eric Anholti965: Remove pointless keying of WM state on VUE size.
2011-02-05 Dave Airliemesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
2011-02-04 Eric Anholti965: Drop the dead tracking of color_regions[].
2011-02-04 Eric Anholti965: Drop the INTEL_DEBUG=state spam about the cache...
2011-01-31 Kenneth Graunkei965: Emit texel offsets in sampler messages.
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-23 Brian Pauli965: remove _NEW_ACCUM
2011-01-21 Kenneth Graunkeglsl, i965: Remove unnecessary talloc includes.
2011-01-20 Ian Romanickintel: Fix typeos from 3d028024 and 790ff232
2011-01-20 Ian Romanicki965: Set correct values for range/precision of fragmen...
next