r600g: fix up CP DMA for VM on cayman and TN
[mesa.git] / src / gallium / drivers / llvmpipe /
2013-01-18 Roland Scheideggerllvmpipe: turn on integer texture support
2013-01-18 Roland Scheideggerllvmpipe: more fixes for integer color buffers
2013-01-18 Roland Scheideggerllvmpipe: trivial code and comment cleanup.
2013-01-18 Roland Scheideggerllvmpipe: fix using wrong format with MRT in blend...
2013-01-15 Marek Olšákgallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-11 Roland Scheideggerllvmpipe: fix clearing integer color buffers
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Matt Turnerllvmpipe: Convert to automake
2013-01-04 Marek Olšákgallium: extend pipe_context::flush for it to accept...
2012-12-20 José Fonsecallvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.
2012-12-20 José Fonsecagallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELA...
2012-12-14 Dave Airliedraw/llvmpipe: fix transform feedback position + enable...
2012-12-12 Brian Paulllvmpipe: remove unneeded draw_flush() call
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-12-11 Brian Paulllvmpipe: don't use user constant buffers
2012-12-11 Brian Paulllvmpipe: support pipe_resource-based constant buffers
2012-12-08 Dave Airliellvmpipe: fix missing tbo cap warning.
2012-12-07 José Fonsecagallivm,llvmpipe,draw: Support multiple constant buffers.
2012-12-06 Dave Airliellvmpipe: fix regression in gears speed.
2012-12-06 José Fonsecallvmpipe: Fix statement before declaration.
2012-12-06 Brian Paulllvmpipe: remove unused variable
2012-12-06 Dave Airliellvmpipe: EXT_transform_feedback support (v1.1)
2012-12-04 José Fonsecallvmpipe: Fix alignment.
2012-12-03 James Bentonllvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY...
2012-12-03 José Fonsecallvmpipe: Refactor convert_to/from_blend_type to conver...
2012-12-03 José Fonsecallvmpipe: Improve color buffer loads/stores alignment.
2012-12-03 José Fonsecallvmpipe: Recompute the fs shader key when framebuffer...
2012-11-30 José Fonsecallvmpipe: Remove remnants of lp_tile_soa from Makefile.
2012-11-30 Vinson Leellvmpipe: Fix incorrect sizeof.
2012-11-30 Stéphane Marchesinllvmpipe: Fix build break from 75da95c50
2012-11-29 Roland Scheideggerllvmpipe: support array textures
2012-11-29 José Fonsecallvmpipe: Remove lp_build_blend_soa()
2012-11-29 José Fonsecallvmpipe: Eliminate color buffer swizzling.
2012-11-29 José Fonsecallvmpipe: Only advertise unswizzled formats.
2012-11-28 José Fonsecallvmpipe: Implement logic ops for the AoS path.
2012-11-28 José Fonsecallvmpipe: Don't use dynamically sized arrays.
2012-11-28 James Bentonllvmpipe: Update llvmpipe_is_format_unswizzled to refle...
2012-11-28 James Bentonllvmpipe: Enable vertex color clamping.
2012-11-28 James Bentonllvmpipe: Unswizzled rendering.
2012-11-28 James Bentongallivm: Updated lp_build_const_mask_aos to input numbe...
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-11-12 Roland Scheideggergallivm,draw,llvmpipe: use base ptr + mip offsets inste...
2012-11-12 Roland Scheideggerllvmpipe: always allocate whole miptrees not individual...
2012-11-09 Dave Airliegallium: fix unused cap warnings in drivers for cube...
2012-10-31 José Fonsecallvmpipe: Obey back writemask.
2012-10-31 Marek Olšákgallium: expose ARB_map_buffer_alignment on Radeon
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
2012-10-26 Brian Paulgallivm/llvmpipe: fix 64-bit %ll format compiler warnin...
2012-10-12 Roland Scheideggergallivm: fix rsqrt failures
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-09-30 Marek Olšákllvmpipe: implement blit
2012-09-30 Marek Olšákgallium: add PIPE_CAP_TEXTURE_MULTISAMPLE
2012-09-20 Brian Paulllvmpipe: fix overflow bug in total texture size comput...
2012-09-18 Brian Paulllvmpipe: implement the new can_create_resource() function
2012-09-18 Brian Paulllvmpipe: set max cube texture size to 4K x 4K
2012-09-06 José Fonsecallvmpipe: Make driver name more informative.
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-08-28 José Fonsecallvmpipe: Bump the maximum texture size (in pixels).
2012-08-16 Brian Paulllvmpipe: add 'start' parameter to bind_sampler_states...
2012-08-16 Brian Paulgallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS ...
2012-08-16 Brian Paulgallium: add a shader stage/type param to some draw...
2012-08-16 Vinson Leellvmpipe: Silence Coverity incorrect sizeof expression...
2012-08-06 Brian Paulllvmpipe: consolidate the sampler and sampler view...
2012-08-06 Brian Paulllvmpipe: combine vertex/fragment sampler state into...
2012-07-20 Roland Scheideggerllvmpipe: use runtime loop instead of static loop for...
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-07-17 James Bentonllvmpipe: Fix bug with blend factor in complementary...
2012-07-16 Roland Scheideggerllvmpipe: destroy setup variants on context destruction
2012-07-16 James Bentonllvmpipe: Unified common code between AoS and SoA blending.
2012-07-13 José Fonsecadraw,gallivm: Fix draw_get_shader_param.
2012-07-10 Marek Olšákgallium: add QUERY_TIMESTAMP cap and get_timestamp...
2012-06-29 Brian Paulllvmpipe: fix comment typo
2012-06-29 James Bentontests: Updated tests to properly handle NaN for half...
2012-06-26 Brian Paulllvmpipe: return 120 for PIPE_CAP_GLSL_FEATURE_LEVEL
2012-06-26 Brian Paulllvmpipe: handle more PIPE_CAP_x queries
2012-06-25 Brian Paulllvmpipe: fix the LP_NO_RAST debug option
2012-06-19 Olivier Galibertllvmpipe: Add vertex id support.
2012-06-19 Olivier Galibertllvmpipe: Simplify and fix system variables fetch.
2012-06-18 James Bentonllvmpipe: Implement cylindrical wrapping.
2012-06-11 Eric Anholtautomake: Globally add stub automake targets to the...
2012-05-31 Brian Pauldraw: simplify index buffer specification
2012-05-22 José Fonsecallvmpipe: Fix alpha testing precision on rgba8 formats.
2012-05-21 James Bentonllvmpipe: Added a error counter to lp_test_conv.
2012-05-21 James Bentonllvmpipe: Changed known failures in lp_test_conv.
2012-05-21 James Bentonllvmpipe: Added fixed point types tests to lp_test_conv.
2012-05-18 José Fonsecallvmpipe: Avoid adding floating point zero to flat...
2012-05-17 Olivier Galibertllvmpipe: Implement TXQ.
2012-05-17 Olivier Galibertllvmpipe: Don't mess with the provoking vertex when...
2012-05-16 José Fonsecadraw,llvmpipe: Avoid named struct types on LLVM 3.0...
2012-05-16 Olivier Galibertllvmpipe: Color slot interpolation can be flat or persp...
2012-05-15 José Fonsecallvmpipe: Add a test for lp_build_sgn.
2012-05-14 James Bentonllvmpipe: Calculate fixed point coordinates for triangl...
2012-05-12 Marek Olšákgallium: remove user_buffer_create from the interface
2012-05-11 Brian Paulllvmpipe: add cast to silence warning
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 James Bentonllvmpipe: Fix triangle bounding box calculation to...
2012-05-11 James Bentonllvmpipe: Change triangle rasterization comparison...
2012-05-02 James Bentongallivm: Added lp_build_const_mask_aos_swizzled
next