i965/gen7: Move SOL stage disable to gen7_sol_state.c
[mesa.git] / src / mesa /
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-24 Eric Anholti965/gen7: Enable EXT_transform_feedback extension...
2011-12-23 Paul Berryi965 Gen6+: Invalidate VF address-based cache on flush
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 Berrymesa: Pause transform feedback during meta ops.
2011-12-23 Paul Berryi965 gen6: Implement transform feedback pause/resume...
2011-12-23 Paul Berrymesa: Disable certain error checks when transform feedb...
2011-12-23 Paul Berrymesa: Ensure that Paused is reset to false on EndTransf...
2011-12-23 Paul Berrymesa: Save and restore GL_RASTERIZER_DISCARD state...
2011-12-23 Ian Romanickdri2: Add createContextAttribs entry point for DRISW...
2011-12-23 Ian Romanickdri2: Add createContextAttribs entry point for DRI2...
2011-12-23 Ian Romanickst-api: Have context_create explain why creation failed
2011-12-22 Dave Airlieformat_unpack: add 8/16 rgba/rgb types.
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: Turn on transform feedback extension uncondi...
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 Berrymesa: Add a function to query whether a meta-op is...
2011-12-20 Paul Berrymesa: Add count_tessellated_primitives() function.
2011-12-20 Paul Berrymesa: Remove unnecessary FLUSH_VERTICES in bind_buffer_...
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+: Make intel_batchbuffer_emit_mi_flush()...
2011-12-20 Paul Berryi965 gen6: Turn on transform feedback extension.
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 Paul Berrymesa: Fix off-by-one error in transform feedback size...
2011-12-20 Paul Berrymesa: Record transform feedback strides/offsets in...
2011-12-20 Jon TURNEYFix compilation on cygwin after commit 762c9766c93697af...
2011-12-20 Pekka Paalanenmesa: fix a leak in _mesa_delete_texture_image()
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: Add support for mapping Z32_FLOAT_X24S8 fake...
2011-12-19 Eric Anholtintel: Stop creating the wrapped depth irb.
2011-12-19 Eric Anholti965: Properly demote the depth mt format for fake...
2011-12-19 Eric Anholtintel: Reuse intel_miptree_match_image().
2011-12-19 Eric Anholtintel: Stop creating the wrapped stencil irb.
2011-12-19 Alex Galakhovosmesa: fix RGB565 rendering
2011-12-19 Brian Paulmesa: make _mesa_set_tex_image() static since it's...
2011-12-18 Dave Airlieglsl_to_tgsi: make sure copied instructions don't lose...
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-18 nobledprogram: fix previous commit
2011-12-18 nobledprogram: fix out of bounds array accesses and other...
2011-12-18 nobledgen_matypes: eliminate printf warnings
2011-12-17 Marek Olšákmesa/x86: fix printf warning
2011-12-17 Marek Olšákst/mesa: expose conservative_depth if GLSL 1.3 is supported
2011-12-17 Vinson Leemesa: Fix memory leak on error path.
2011-12-17 Vinson Leest/mesa: Fix memory leak in out-of-memory path.
2011-12-16 Brian Paulmeta: use _mesa_prepare_mipmap_level() in the mipmap...
2011-12-16 Brian Paulmesa: new _mesa_prepare_mipmap_level() function for...
2011-12-16 Brian Paulmesa: make update_fbo_texture() non-static
2011-12-16 Brian Paulmesa: whitespace and comment fixes in fbobject.c
2011-12-16 Brian Paulmesa: add MESA_FORMAT_RGB565[_REV] as candidates for...
2011-12-16 Brian Paulvbo: add comment for map_vp_non[] array
2011-12-16 Brian Paulmesa: add a few comments for the z unpacking functions
2011-12-15 Anuj PhogatEnabling display list support for glClearBuffer functio...
2011-12-15 Marek Olšákst/mesa: implement EXT_transform_feedback and ARB_trans...
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-14 Eric Anholtintel: Simplify and touch up the FBO completeness test.
2011-12-14 Eric Anholtintel: Remove another renderbuffer allocation path.
2011-12-14 Eric Anholtintel: Make the separate stencil RB storage path match...
2011-12-14 Eric Anholtintel: Move S8 width/height alignment to miptree creation.
2011-12-14 Eric Anholtintel: Drop check for wrapped_depth in RB mapping.
2011-12-14 Eric Anholtintel: Fix uninitialized values in debug output for...
2011-12-14 Eric Anholtswrast: Add a note about overlapping support for frameb...
2011-12-14 Eric Anholtswrast: Don't do Z24S8 drawpixels fast-paths with Z32_X...
2011-12-14 Jian ZhaoAdd mismatch check for glGetTexImage or it will return...
2011-12-14 Ian RomanickRegenerate files from previous commits
2011-12-13 Marek Olšákmesa: add const flags to skip MaxVarying and MaxUniform...
2011-12-13 Marek Olšákmesa: fix an out-of-bounds access in prog_print.c
2011-12-13 Bryan Cainglsl_to_tgsi: fix typo in comment
2011-12-13 Bryan Cainglsl_to_tgsi: emit both operands of shift and bitwise...
next