mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.
[mesa.git] / src / mesa / drivers / dri / i965 /
2011-10-03 Kenneth Graunkei965: Stop lowering integer division to multiply and...
2011-10-03 Kenneth Graunkei965: Reverse the operands for INT DIV prior to Gen6.
2011-10-03 Kenneth Graunkei965/vs: Implement integer quotient and remainder math...
2011-10-03 Kenneth Graunkei965/fs: Implement integer quotient and remainder math...
2011-10-03 Kenneth Graunkei965: Set the signed/unsigned type bit in Gen4/5 math...
2011-10-03 Kenneth Graunkei965: Fix message and response length calculations...
2011-10-03 Kenneth Graunkei965: Fix assertions about register types for INT DIV...
2011-10-02 Eric Anholti965: Make sure to upload the data for a collection...
2011-10-02 Ian Romanicki965/vs: Fix swizzle related assertion
2011-09-30 Chris Wilsoni965: Assign instead of compare inside assert
2011-09-30 Chris Wilsoni965/gen6: Fix assign instead of compare in assert
2011-09-28 Eric Anholti965/vs: Add support for bit-shift operations.
2011-09-28 Eric Anholti965/fs: Add support for bit-shift operations.
2011-09-28 Paul Berryi965: don't intepolate clip distances on pre-GEN6.
2011-09-28 Paul Berryi965 new VS: Fix bugs in pre-GEN6 psiz/flags computation
2011-09-28 Paul Berryi965 new VS: Fix src_reg(uint32_t) constructor.
2011-09-28 Paul Berryi965 new VS: don't share clip plane constants in pre...
2011-09-28 Paul Berryi965: Fix a hardcoded user clip plane count.
2011-09-28 Paul Berryi965: allow for nonconsecutive elements of gl_ClipDista...
2011-09-28 Paul Berryi965: Use 4 bits to store nr_userclip in brw_clip.h.
2011-09-28 Kenneth Graunkei965: Allow SIMD16 color writes on Ivybridge.
2011-09-28 Kenneth Graunkei965/fs: Allow SIMD16 with control flow on Ivybridge.
2011-09-26 Eric Anholti965/vs: Fix access beyond array bounds for non-GRF...
2011-09-26 Eric Anholtintel: Rename region->buffer to region->bo, and remove...
2011-09-26 Eric Anholti965: Set the pre/post-blend color clamp flags.
2011-09-26 Kenneth Graunkei965/fs: Split generate_math into gen4/gen6 and 1/2...
2011-09-26 Kenneth Graunkei965: Emit depth stalls and flushes before changing...
2011-09-26 Kenneth Graunkeintel: Introduce a new intel_context::gt field to go...
2011-09-26 Kenneth Graunkei965: Fix incorrect maximum PS thread count shift on...
2011-09-24 Kenneth Graunkeintel: Remove pointless boolean return value from ...
2011-09-23 Paul Berryi965: Allow clip distances to be read back in fragment...
2011-09-23 Paul Berryi965: Set up clip distance VUE slots appropriately...
2011-09-23 Paul Berryi965: Don't upload clip planes when gl_ClipDistance...
2011-09-23 Paul Berryi965: Enable lower_clip_distance.
2011-09-23 Yuanhan Liui965: fix the constant interp bitmask for flat mode
2011-09-22 Eric Anholti965: Add support for GL_EXT_packed_float.
2011-09-22 Eric Anholti965: Add support for GL_EXT_texture_shared_exponent.
2011-09-21 Eric Anholti965/vs: Return a dummy value when visiting ir_texture.
2011-09-21 Eric Anholti965/gen6+: When only BFC is written, use BFC as the...
2011-09-21 Eric Anholti965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag...
2011-09-20 Paul Berryi965: Remove bogus assertion on MAX_CLIP_PLANES.
2011-09-20 Eric Anholti965/vs: Add support for compute-to-MRF.
2011-09-20 Eric Anholti965/vs: Do VUE writes using the MRF file instead of...
2011-09-20 Eric Anholti965/vs: Handle destinations in the MRF file.
2011-09-20 Eric Anholti965/vs: Add a function for how many MRFs get written...
2011-09-20 Eric Anholti965/vs: Remove dead fields of src_reg.
2011-09-20 Eric Anholti965/vs: Add support for simple algebraic optimizations.
2011-09-20 Eric Anholti965: Fix polygon stipple offset state flagging.
2011-09-20 Eric Anholti965: Add missing _NEW_POLYGON flag to polygon stipple...
2011-09-20 Eric Anholti965: Fix compiler warnings.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Gen4.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ivybridge.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ironlake and Sandybr...
2011-09-19 Ian Romanickmesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
2011-09-19 Paul Berryi965 new VS: Fix copy propagation of double negatives.
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Eric Anholti965/vs: Allow copy propagation on GRFs.
2011-09-09 Eric Anholti965/vs: Clear tracked copy propagation values whose...
2011-09-09 Eric Anholti965/vs: Add support for copy propagation of the UNIFOR...
2011-09-09 Eric Anholti965/vs: Add constant propagation to a few opcodes.
2011-09-09 Eric Anholti965/vs: Keep track of indices into a per-register...
2011-09-09 Eric Anholti965/vs: Switch to the new VS backend by default.
2011-09-09 Eric Anholti965/vs: Add support for overflowing the number of...
2011-09-09 Eric Anholti965/vs: Pack uniform registers before optimization
2011-09-09 Eric Anholti965/vs: When failing due to lack of spilling, don...
2011-09-09 Eric Anholti965/vs: Fix variable indexed array access with more...
2011-09-09 Eric Anholti965/vs: Add annotation to more of the URB write.
2011-09-09 Chia-I Wuintel: add support for __DRI_IMAGE_FORMAT_ABGR8888
2011-09-07 Kenneth Graunkei965/fs: Implement ir_u2f opcode.
2011-09-07 Kenneth Graunkei965: Fix disassembly for intdiv/intmod math functions.
2011-09-07 Kenneth Graunkei965: Use proper texture alignment units for cubemaps...
2011-09-07 Eric Anholti965/vs: Fix point size handling on gen4.
2011-09-07 Eric Anholti965/vs: Use write commits on scratch writes in pre...
2011-09-07 Eric Anholti965/vs: Fix setup of scratch space pointer on pre...
2011-09-07 Eric Anholti965/vs: Fix message setup for array read/writes on...
2011-09-07 Eric Anholti965/vs: Fix constant-indexed array read/write addresse...
2011-09-07 Eric Anholti965/vs: Add support for vector comparison ops resultin...
2011-09-07 Eric Anholti965/vs: Make pre-gen6 math operate in vector mode...
2011-09-07 Eric Anholti965/vs: Fix copy-and-paste disaster in pre-gen6 POW...
2011-09-07 Eric Anholti965/vs: Fix gen4 comparisons used for predication.
2011-09-07 Eric Anholti965/vs: Fix GPU hangs in shaders with large virtual...
2011-09-06 Brian Pauli965: add casts to silence int/enum conversion warnings
2011-09-06 Brian Paulmesa: put _mesa_ prefix on vert_result_to_frag_attrib()
2011-09-06 Paul Berryi965: Remove two_side_color from brw_compute_vue_map().
2011-09-06 Paul Berryi965: For GEN6+, always make front/back colors adjacent...
2011-09-06 Paul Berryi965: GS: Use the VUE map to compute URB size.
2011-09-06 Paul Berryi965: clip: Remove no-longer-needed variables.
2011-09-06 Paul Berryi965: clip: Remove assumption about VUE header from...
2011-09-06 Paul Berryi965: clip: Change computation of nr_regs to use VUE...
2011-09-06 Paul Berryi965: clip: Convert computations to ..._to_offset(...
2011-09-06 Paul Berryi965: clip: Add a function to determine whether a vert_...
2011-09-06 Paul Berryi965: clip: Rework brw_clip_interp_vertex() to use...
2011-09-06 Paul Berryi965: clip: Modify brw_clip_interp_vertex() to use...
2011-09-06 Paul Berryi965: clip: Move header_regs into brw_clip_compile.
2011-09-06 Paul Berryi965: clip: Modify brw_clip_tri_alloc_regs() to use...
2011-09-06 Paul Berryi965: clip: Move hpos_offest and ndc_offset into local...
2011-09-06 Paul Berryi965: clip: rename header_position_offset to the more...
2011-09-06 Paul Berryi965: clip: Add VUE map computation to clip stage for...
2011-09-06 Paul Berryi965: SF: Change gen{6,7}_sf_state.c to compute URB...
2011-09-06 Paul Berryi965: SF: Move outputs_written to a local variable...
next