i965/gen7: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.
[mesa.git] / src / mesa /
2012-01-11 Eric Anholti965/gen7: Fix segfault in transform feedback to DYNAMI...
2012-01-11 Eric Anholti965/vs: Try to emit more components of constant vector...
2012-01-11 Brian Paulmesa: add _mesa_HashNumEntries() function
2012-01-11 Brian Paulxlib: stop calling XShmQueryVersion()
2012-01-11 Brian Paulxlib: call register_with_display() in Fake_glXChooseFBC...
2012-01-11 Dave Airliest/mesa: rename translate_texture_target, and make...
2012-01-11 Dave Airlieglsl_to_tgsi: add support for shadow cube map sampling.
2012-01-11 Paul Berrymesa: Fix transform feedback of unsubscripted gl_ClipDi...
2012-01-11 Dave Airliest_extensions: fixup GLSL 1.30 related enables (v3)
2012-01-11 Dave Airliest_glsl_to_tgsi: use ISSG and fixup IABS
2012-01-11 Dave Airliemesa/clear: fix crashes with illegal clear tests.
2012-01-11 Dave Airliemesa: fix cubemap depth completeness test
2012-01-11 Eric Anholti965: Claim to support 4 multisamples on gen6+.
2012-01-11 Eric Anholti965: Increase the number of array texture levels to...
2012-01-11 Eric Anholti965: Fix compiler warnings from hiz changes.
2012-01-11 Chad Versacei965/gen7: Fix batch length for 3DSTATE_HIER_DEPTH_BUFFER
2012-01-10 Chad Versacei965/gen7: Enable HiZ
2012-01-10 Chad Versacei965: Replace references to stencil region size with...
2012-01-10 Chad Versacei965: Fix misnamed GEN7_WM_DEPTH_RESOLVE
2012-01-10 Brian Paulmesa: fix > vs. >> typo in EXPAND_3_8() macro
2012-01-10 Brian Paulst/mesa: remove unnecessary memset()/zero call
2012-01-10 Brian Paulmesa: use STATIC_ASSERT in a few more places
2012-01-10 Brian Paulmesa: move _mesa_clear_accum_buffer() inside FEATURE_ac...
2012-01-10 Brian Paulmesa: add missing color buffer datatype check for glBli...
2012-01-10 Jakob Bornecrantzmesa: Silence warning
2012-01-10 Jakob Bornecrantzmesa: Silence warning
2012-01-10 Dave Airliegallium: introduce GLSL based interpolation rules....
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2012-01-10 Kenneth Graunkei965: Fix zeroing of unused attributes in 3DSTATE_SBE.
2012-01-10 Kenneth Graunkei965: Re-sync outdated comments about Gen6+ push constants.
2012-01-10 Kenneth Graunkei965: Update dirty bit comments for the gen7_ps_state...
2012-01-10 Kenneth Graunkei965: Annotate the use of _NEW_PROGRAM in Gen6+ SF...
2012-01-10 Kenneth Graunkei965: Add missing _NEW_PROGRAM dirty bit to the brw_sf_...
2012-01-10 Kenneth Graunkei965: Add missing _NEW_PROGRAM dirty bit to the gen7_sb...
2012-01-10 Kenneth Graunkei965: Remove BRW_NEW_CURBE_OFFSETS dirty bit from Gen7...
2012-01-10 Kenneth Graunkei965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6...
2012-01-10 Kenneth Graunkei965: Add missing _NEW_BUFFERS dirty bit to Gen6+ DEPTH...
2012-01-09 Kenneth Graunkemesa: Bump version to 8.0 (devel)
2012-01-09 Eric Anholti965/fs: Fix projector==1.0 optimization pre-gen6.
2012-01-09 Eric Anholti965/fs: Fix GPU hangs with 16-wide integer div/mod...
2012-01-09 Brian Paulmesa: fix error message in _mesa_BlitFramebufferEXT()
2012-01-09 Brian Paulmesa: check depth, stencil formats (not depths) in...
2012-01-09 Brian Paulmesa: add missing error check for linear blit of intege...
2012-01-09 Brian Paulswrast: convert blit_linear() to Map/UnmapRenderbuffer()
2012-01-09 Brian Paulmesa: add _mesa_unpack_ubyte_rgba_row() function
2012-01-09 Brian Paulmesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpac...
2012-01-08 Kenneth Graunkei965: Actually enable SIMD16 dispatch on Ivybridge.
2012-01-08 Kenneth Graunkei965: Correct _NEW_TRANSOFORM typos.
2012-01-08 Kenneth Graunkei965: Correct misspellings of "invariant".
2012-01-07 Bryan Cainglsl_to_tgsi: emit IABS for absolute value of integers
2012-01-07 Brian Paulmesa: rework ctx->Driver.CopyTexSubImage() parameters
2012-01-07 Brian Paulmesa: remove unused _mesa_unpack_uint_rgba_row() prototype
2012-01-07 Bryan Cainglsl_to_tgsi: fix emission of boolean constants
2012-01-07 Bryan Cainglsl_to_tgsi: remove bad assertion
2012-01-07 Brian Paulswrast: fix Z testing of points/lines for 16-bit depth...
2012-01-07 Brian Paulswrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAt...
2012-01-07 Brian Paulswrast: s/GLint/GLuint/ to silence MSVC signed/unsigned...
2012-01-07 Brian Paulmeta: add some 'f' suffixes to silence MSVC warnings
2012-01-07 Brian Paulmesa: add some 'f' suffixes to silence MSVC warnings
2012-01-07 Brian Paulmesa: add/update comments in _mesa_copy_buffer_subdata()
2012-01-07 Dave Airliest/mesa: add support for clip vertex.
2012-01-07 Dave Airliest/mesa: fix default interpolation for colors.
2012-01-07 Kenneth Graunkei965/vs: Fix invalid array access in copy propagation.
2012-01-06 Brian Paulmesa: remove gl_framebuffer:_DepthBuffer, _StencilBuffe...
2012-01-06 Brian Paulswrast: remove s_depthstencil.[ch] files
2012-01-06 Brian Paulswrast: remove calls to _swrast_update_depth/stencil_bu...
2012-01-06 Eric Anholti965: Turn on ARB_depth_buffer_float by default.
2012-01-06 Eric Anholtswrast: Convert the glBlitFramebuffer(GL_NEAREST) path...
2012-01-06 Eric Anholtmesa: Fix packing of stencil bits to MESA_FORMAT_Z32_FL...
2012-01-06 Eric Anholtswrast: Fix use of uninitialized value in rbmapping...
2012-01-06 Eric Anholtswrast: Use the fast copypixels code to implement fast...
2012-01-06 Eric Anholtswrast: Move the check for fast_copy_pixels() ability...
2012-01-06 Eric Anholti965: Add sensible disasm for the JMPI instruction.
2012-01-06 Eric Anholti965/gen7: Enable transform feedback as long as kernel...
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-06 Kenneth Graunkeglsl_to_tgsi: Remove the obsolete remove_output_reads...
2012-01-06 Vincent Lejeuneglsl_to_tgsi: Use the GLSL compiler's new remove-output...
2012-01-06 Vinson Leemesa: Remove 'texelBytes' declarations that are only...
2012-01-05 Paul Berrymesa: Avoid segfault when getting an unbound transform...
2012-01-05 Paul Berrygallium: Make use of gl_transform_feedback_info::Compon...
2012-01-05 Paul Berryi965: Make use of gl_transform_feedback_info::Component...
2012-01-05 Paul Berrymesa: Add gl_transform_feedback_info::ComponentOffset.
2012-01-05 Paul Berryi965: Fix transform feedback of gl_ClipVertex.
2012-01-05 Paul Berryi965: Fix transform feedback of gl_PointSize.
2012-01-05 Brian Paulswrast: use memmove() instead of memcpy() in the SHIFT_...
2012-01-05 Bryan Cainst/mesa: add support for gl_ClipDistance
2012-01-05 Marek Olšákgallium: fix behavior of pipe_buffer_map_range
2012-01-05 Eric Anholtmesa: Remove the dead Varyings list in the program.
2012-01-05 Eric Anholtmesa: Fix glGetTransformFeedbackVarying().
2012-01-05 Brian Paulmesa: only map src/dest regions in _mesa_copy_buffer_su...
2012-01-05 Brian Paulmesa: print more info in buffer_object_subdata_range_go...
2012-01-05 Brian Paulst/mesa: 80-column wrapping
2012-01-05 Ian Romanicki965: Enable EXT_texture_integer by default
2012-01-05 Ian Romanickmesa: Add missing GL_RG_INTEGER cases
2012-01-04 Kenneth Graunkei965: Fix infinite loop regression in intel_miptree_all...
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-04 Paul Berrymesa: Additional error checks for transform feedback.
next