mesa: add/update comments in _mesa_copy_buffer_subdata()
[mesa.git] / src / mesa / drivers / dri / i965 /
2012-01-07 Kenneth Graunkei965/vs: Fix invalid array access in copy propagation.
2012-01-06 Eric Anholti965: Add sensible disasm for the JMPI instruction.
2012-01-06 Eric Anholti965/gen7: Fix up the transform feedback buffer pointer...
2012-01-06 Eric Anholti965/gen7: Flush the batch between transform feedbacks.
2012-01-06 Eric Anholti965/gen7: Use the updated interface for SO write point...
2012-01-05 Paul Berryi965: Make use of gl_transform_feedback_info::Component...
2012-01-05 Paul Berryi965: Fix transform feedback of gl_ClipVertex.
2012-01-05 Paul Berryi965: Fix transform feedback of gl_PointSize.
2012-01-04 Kenneth Graunkei965/vs: Use the proper dimensionality for the sampler...
2012-01-04 Kenneth Graunkei965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog...
2012-01-02 Eric Anholti965: Silence gcc warning about uninitialized "inst...
2012-01-02 Eric Anholti965: Silence gcc warning from resizing EU store changes.
2011-12-29 Eric Anholti965/fs: Allow constant propagation into IF with embedd...
2011-12-27 Kenneth Graunkei965/vs: Properly clear cur_value when propagating...
2011-12-27 Kenneth Graunkei965/vs: Fix incorrect subscript when resetting copy...
2011-12-27 Chad Versacei965: Create mock implementation of GL_OES_EGL_image_ex...
2011-12-26 Yuanhan Liui965: increase the brw eu instruction store size dynami...
2011-12-26 Yuanhan Liui965: call next_insn() before referencing a instruction...
2011-12-26 Yuanhan Liui965: get the jmp distance by instruction index
2011-12-26 Yuanhan Liui965: let the if_stack just store the instruction index
2011-12-24 Paul Berryi965 gen6: Fix incorrect order of dwords in gen6_update...
2011-12-24 Paul Berryi965 gen6: Fix transform feedback of triangle strips.
2011-12-24 Eric Anholti965/gen7: Fix feedback for flat-shaded tristrips versu...
2011-12-24 Eric Anholti965/gen7: Add support for transform feedback.
2011-12-24 Eric Anholti965/gen7: Move SOL stage disable to gen7_sol_state.c
2011-12-24 Eric Anholti965/gen7: Add register definitions for GL_EXT_transfor...
2011-12-24 Eric Anholti965/gen7: Make primitives_written counting work.
2011-12-23 Paul Berryi965 gen6: Resend binding table pointer after updating...
2011-12-23 Paul Berryi965: Rename BRW_NEW_WM_SURFACES to BRW_NEW_SURFACES.
2011-12-23 Kenneth Graunkei965: Don't use BRW_DEPTHFORMAT_D24_UNORM_X8_UINT on...
2011-12-23 Paul Berryi965 gen6: Implement transform feedback pause/resume...
2011-12-21 Eric Anholti965: Don't make consumers of brw_CONT/brw_WHILE track...
2011-12-21 Eric Anholti965: Don't make consumers of brw_WHILE do pre-gen6...
2011-12-21 Eric Anholti965: Don't make consumers of brw_DO()/brw_WHILE()...
2011-12-21 Eric Anholti965: Drop unused do_insn argument from gen6_CONT().
2011-12-21 Paul Berrymesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_T...
2011-12-21 Paul Berrymesa: Move RasterDiscard to toplevel of gl_context.
2011-12-20 Paul Berryi965 gen6: Implement transform feedback queries.
2011-12-20 Paul Berryi965: Convert if/else to switch statements in brw_query...
2011-12-20 Paul Berryi965 gen6: Ensure correct transform feedback indices...
2011-12-20 Paul Berryi965 gen6: Implement rasterizer discard.
2011-12-20 Kenneth Graunkei965: Implement bounds checking for transform feedback...
2011-12-20 Paul Berryi965: Flush pipeline on EndTransformFeedback.
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-12-20 Paul Berryi965 gs: Move vue_map to brw_gs_compile.
2011-12-20 Paul Berryi965 gen6+: Use 1-wide null operands for IF instructions
2011-12-20 Kenneth Graunkei965: Advertise our vertex shader texture units.
2011-12-20 Kenneth Graunkei965/vs: Implement EXT_texture_swizzle support for...
2011-12-20 Kenneth Graunkei965/vs: Add texture related data to brw_vs_prog_key.
2011-12-20 Kenneth Graunkei965/fs: Only set brw_wm_prog_key data for samplers...
2011-12-20 Kenneth Graunkei965/fs: Factor out texturing related data from brw_wm_...
2011-12-20 Kenneth Graunkei965/vs: Add support for texel offsets.
2011-12-20 Kenneth Graunkei965/fs: Factor out texture offset bitfield computation.
2011-12-20 Kenneth Graunkei965/vs: Implement vec4_visitor::visit(ir_texture *).
2011-12-20 Kenneth Graunkei965/vs: Implement vec4_visitor::generate_tex().
2011-12-20 Kenneth Graunkei965: Add missing SIMD4x2 sample_l_c message #defines.
2011-12-20 Kenneth Graunkei965: Don't minify depth when setting up cube map miptr...
2011-12-19 Eric Anholti965: Add support for GL_ARB_depth_buffer_float under...
2011-12-19 Eric Anholti965: Add separate stencil/HiZ setup for MESA_FORMAT_Z3...
2011-12-19 Eric Anholti965: Use the miptree format for texture surface format...
2011-12-19 Eric Anholti965: Properly demote the depth mt format for fake...
2011-12-19 Eric Anholtintel: Stop creating the wrapped stencil irb.
2011-12-18 Kenneth Graunkei965/vs: Add a new dst_reg constructor for file, number...
2011-12-18 Kenneth Graunkei965/vs: Add vec4_instruction::is_tex() query.
2011-12-18 Kenneth Graunkei965: Rename texturing ops from FS_OPCODE to SHADER_OPC...
2011-12-18 Kenneth Graunkei965/fs: Don't swizzle the results of textureSize().
2011-12-15 Marek Olšákmesa: implement DrawTransformFeedback from ARB_transfor...
2011-12-15 Eric Anholti965: Drop separate stencil assertions in update_draw_b...
2011-12-08 Paul Berryi965 gen6: Implement pass-through GS for transform...
2011-12-08 Paul Berryi965: Clean up misleading defines for DWORD 2 of URB_WR...
2011-12-08 Paul Berryi965 gs: Clean up dodgy register re-use, at the cost...
2011-12-08 Paul Berryi965 gen6: Allocate URB space for GS
2011-12-08 Kenneth Graunkei965: Set the maximum number of GS URB entries on Sandy...
2011-12-08 Paul Berryi965: Only convert if/else to conditional adds prior...
2011-12-08 Paul Berryi965 gs: Remove unnecessary mapping of key->primitive.
2011-12-07 Kenneth Graunkei965: Set Ivybridge's is_array SURFACE_STATE bit.
2011-12-07 Kenneth Graunkei965: Return BRW_DEPTHBUFFER_D32_FLOAT as the null...
2011-12-07 Eric Anholtintel: Only prefer separate stencil when we can do...
2011-12-06 Kenneth Graunkei965: Set SURFACE_STATE vertical alignment bit on Ivybr...
2011-12-06 Kenneth Graunkei965: Fix incorrect comment about single program flow...
2011-12-02 Stuart Abercrombiei965: Fix emit of a MOV with bad destination channel...
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
2011-12-02 Kenneth Graunkei965: Make gen6_resolve_implied_move a no-op for MRF...
2011-11-30 Eric Anholti965/fs: Fix regression in fbo-alphatest-nocolor.
2011-11-30 Eric Anholti965/fs: Make register file enum 0 be the undefined...
2011-11-30 Eric Anholti965: Don't perform the precompile on fragment shaders...
2011-11-30 Eric Anholti965: Always handle GL_DEPTH_TEXTURE_MODE through the...
2011-11-30 Eric Anholti965: Fix EXT_texture_swizzle with a writemask in the...
2011-11-30 Eric Anholti965: Base HW depth format setup based on MESA_FORMAT...
2011-11-29 Eric Anholti965: Don't depth test the fake depthbuffer when one...
2011-11-29 Mathias Fröhlichmesa: Make gl_program::InputsRead 64 bits.
2011-11-26 Chia-I Wuandroid: pass -std=c99 by default
2011-11-23 Chad Versacei965/gen6: Fix GPU hang when using stencil buffer witho...
2011-11-22 Eric Anholti965: Add support for ARGB2101010 rendering.
2011-11-22 Eric Anholti965: Add support for RGBA_16 unorm rendering.
2011-11-22 Eric Anholti965: Add support for half-float formats.
2011-11-22 Eric Anholti965: Reorganize MESA_FORMAT -> BRW_SURFACEFORMAT table.
2011-11-22 Eric Anholti965: Mark texture formats as supported using the surfa...
2011-11-22 Eric Anholti965: Use the surface format table to determine render...
next