llvmpipe: implement support for multiple viewports
[mesa.git] / src / gallium / drivers / softpipe /
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-05-22 Roland Scheideggersoftpipe: change TEX_TILE_SIZE and NUM_TEX_TILE_ENTRIES
2013-05-22 Roland Scheideggersoftpipe: disambiguate TILE_SIZE / TEX_TILE_SIZE
2013-05-14 Zack Rusindraw: try to prevent overflows on index buffers
2013-05-14 Zack Rusindraw: don't crash on vertex buffer overflow
2013-05-11 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
2013-04-23 José Fonsecagallium: Replace gl_rasterization_rules with lower_left...
2013-04-23 Zack Rusinsoftpipe: fix streamout with an emptry geometry shader
2013-04-18 Christoph Bumillerst/mesa: optionally apply texture swizzle to border...
2013-04-17 Zack Rusinsoftpipe/so: use the correct variable for reporting...
2013-04-17 Zack Rusindraw: implement pipeline statistics in the draw module
2013-04-09 Brian Paulsoftpipe: misc updates to image dumping in softpipe_flush()
2013-04-03 Christoph Bumillergallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS
2013-03-23 Marek Olšákgallium,st/mesa: don't use blit-based transfers with...
2013-03-21 Brian Paulsoftpipe: silence some asst. MSVC type warnings in...
2013-03-21 Brian Paulsoftpipe: silence some MSVC signed/unsigned warnings
2013-03-21 Brian Paulsoftpipe: silence some MSVC float/double warnings
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-15 Brian Paulsoftpipe: fix up NUM_ENTRIES confusion
2013-03-14 José Fonsecasoftpipe: Shrink context size.
2013-03-13 Roland Scheideggersoftpipe: don't assert when creating surfaces with...
2013-03-11 Roland Scheideggersoftpipe: don't use samplers with prebaked sampler...
2013-03-02 Roland Scheideggertgsi: add texel offsets and derivatives to sampler...
2013-02-28 Roland Scheideggersoftpipe/draw/tgsi: simplify driver/tgsi sampler interface
2013-02-09 Roland Scheideggersoftpipe: clean up lod computation
2013-02-09 Roland Scheideggersoftpipe: get rid of tgsi_sampler_control param in...
2013-02-09 Roland Scheideggersoftpipe: fix using optimized filter function
2013-02-06 Marek Olšákgallium/util: remove duplicated function util_format_is...
2013-02-04 Andreas Bollgallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSE...
2013-01-25 Brian Paulsoftpipe: add casts to silence MSVC warnings
2013-01-15 Marek Olšákgallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
2013-01-15 Marek Olšáksoftpipe: implement separate depth-stencil clear
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Matt Turnersoftpipe: Convert to automake
2013-01-04 Marek Olšákgallium: extend pipe_context::flush for it to accept...
2012-12-20 José Fonsecagallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELA...
2012-12-19 Brian Paulsoftpipe: fix up FS variant unbinding / deletion
2012-12-19 Brian Paulsoftpipe: fix unreliable FS variant binding bug
2012-12-14 Dave Airliedraw: add support for later transform feedback extensions
2012-12-12 Brian Paulsoftpipe: remove unused corner0 variable
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-12-12 Dave Airliesoftpipe: implement seamless cubemap support. (v1.1)
2012-12-11 José Fonsecasoftpipe: Use os_time_get_nano() everywhere.
2012-12-08 Dave Airliesoftpipe: enable GLSL 1.40
2012-12-08 Dave Airliesoftpipe: add texture buffer object support
2012-11-09 Dave Airliesoftpipe: fix unused variable warning.
2012-11-09 José Fonsecasoftpipe: Fix rgb_dst_factor == PIPE_BLENDFACTOR_SRC_AL...
2012-11-09 José Fonsecasoftpipe: Handle adjacency primitives.
2012-11-09 Dave Airliesoftpipe: add ARB_texture_cube_map_array support (v1.1)
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 Paulsoftpipe: remove extraneous whitespace
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-10-11 Marek Olšáksoftpipe: remove unused functions
2012-10-08 Marek Olšáksoftpipe: initialize quadColor2 to fix compile warnings
2012-09-30 Marek Olšáksoftpipe: implement blit
2012-09-30 Marek Olšákgallium: add PIPE_CAP_TEXTURE_MULTISAMPLE
2012-09-30 Marek Olšáksoftpipe: fix set_framebuffer_state with uninitialized...
2012-09-18 Brian Paulsoftpipe: implement the new can_create_resource() function
2012-09-17 Brian Paulsoftpipe: update SP_MAX_TEXTURE_3D_LEVELS comment
2012-08-17 Brian Paulllvmpipe: remove polygon stipple assertion
2012-08-16 Brian Paulsoftpipe: 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-10 Brian Paulsoftpipe: fix softpipe_delete_fs_state() failed assertion
2012-08-07 Brian Paulsoftpipe: fix loop limit for tex_cache[] array
2012-08-06 Brian Paulsoftpipe: consolidate vert/frag/geom sampler setting...
2012-08-06 Brian Paulsoftpipe: consolidate sampler-related arrays
2012-08-06 Brian Paulsoftpipe: combine vert/frag/geom texture caches in...
2012-07-25 Olivier Galibertsoftpipe: fix copy/paste error in tex sample code
2012-07-19 Olivier Galibertsoftpipe: Fix segfault with fbo-cubemap.
2012-07-18 Olivier Galibertsoftpipe: Take all lods into account when texture sampling.
2012-07-13 José Fonsecadraw,gallivm: Fix draw_get_shader_param.
2012-07-10 Marek Olšáksoftpipe: implement get_timestamp and expose ARB_timer_...
2012-07-10 Marek Olšákgallium: add QUERY_TIMESTAMP cap and get_timestamp...
2012-06-27 Brian Paulsoftpipe: fix numFragsEmitted debug code
2012-06-26 Brian Paulsoftpipe: handle more PIPE_CAP_x queries
2012-06-19 Olivier Galibertsoftpipe: Offset is not to be applied to the layer...
2012-06-11 Eric Anholtautomake: Globally add stub automake targets to the...
2012-05-31 Brian Pauldraw: simplify index buffer specification
2012-05-12 Marek Olšákgallium: remove user_buffer_create from the interface
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-01 Brian Paulsoftpipe: use any_swizzle() helper in sp_tex_sample.c
2012-05-01 Brian Paulsoftpipe: whitespace, comment clean-ups in sp_tex_sample.c
2012-05-01 Brian Paulsoftpipe: implement coord clamping for texel fetches...
2012-05-01 Brian Paulsoftpipe: cast away const to silence warning
2012-04-29 Marek Olšákgallium: remove pipe_resource::user_ptr
2012-04-29 Marek Olšákgallium: add void *user_buffer to pipe_constant_buffer
2012-04-29 Marek Olšákgallium: add void *user_buffer in pipe_index_buffer
2012-04-29 Marek Olšákgallium: remove pipe_context::redefine_user_buffer
2012-04-29 Marek Olšákgallium: add void *user_buffer in pipe_vertex_buffer
2012-04-29 Marek Olšákgallium: change set_constant_buffer to be UBO-friendly
2012-04-29 Marek Olšákgallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT
2012-04-29 Marek Olšákgallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_U...
2012-04-23 Marek Olšákgallium drivers: report that user vertex buffers are...
2012-04-23 Marek Olšákgallium: add user_ptr in pipe_resource
2012-04-13 Dave Airliesoftpipe: add dual source blending support
next