gallium: specify resource_resolve destination via a pipe_surface
[mesa.git] / src / gallium / drivers / softpipe /
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
2012-04-13 Dave Airliegallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURC...
2012-03-30 Marek Olšákgallium: adapt to get_query_result interface change
2012-03-20 Brian Paulsoftpipe: set max cube texture size to 4Kx4K
2012-03-14 Tom Stellardgallium/drivers: Use automake to generate makefile
2012-02-21 Marek Olšákgallium: remove unused winsys pointers in pipe_screen...
2012-02-09 Christoph Bumillergallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CON...
2012-02-06 Christian Königvl: add interlacing capabilities
2012-01-30 Tom Stellardgallium: Prefix #defines in tgsi_exec.h with TGSI_
2012-01-29 Marek Olšákst/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_ex...
2012-01-25 Marek Olšákst/mesa: do vertex and fragment color clamping in shaders
2012-01-24 Brian Paulsoftpipe: move var initialization to silence warning
2012-01-17 Vinson Leesoftpipe: Silence unused variable warning on non-LLVM...
2012-01-15 Christian Königvl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMAT
2012-01-12 Brian Paulsofpipe: remove extraneous semicolon
2012-01-12 Dave Airliesoftpipe: bump max texture array layers to 256.
2012-01-11 Dave Airliesoftpipe: route correct coordinates for shadow cube...
2012-01-11 Dave Airliesoftpipe: enable clamping control
2012-01-11 Dave Airliesoftpipe: fix texel fetch swizzles
2012-01-11 Dave Airliesoftpipe: fix llvm build
2012-01-11 Dave Airliesoftpipe: allow softpipe to set shader params depending...
2012-01-10 Dave Airliedraw/softpipe: EXT_transform_feedback support (v2)
2012-01-10 Dave Airliegallium: introduce GLSL based interpolation rules....
2012-01-09 Jakob Bornecrantzsoftpipe: Don't use llvm in draw
2012-01-09 Christian Königvl: replace decode_buffers with auxiliary data field
2012-01-07 Brian Paulgallium: make vbuf_render::set_primitive() return void
2012-01-03 Morgan Armandsoftpipe: remove the 32bits limitation on depth(-stenci...
2011-12-22 Dave Airliesoftpipe: try and use back color for a slot if color...
2011-12-19 Dave Airliesoftpipe: fix shadow 2d texture array sampling
2011-12-19 Dave Airliesoftpipe: fix depth sampling for linear vs nearest.
2011-12-15 Marek Olšákgallium: interface changes necessary to implement trans...
2011-12-15 Marek Olšákgallium: disable stream output in drivers that support it
2011-11-23 Brian Paulsoftpipe: s/int/unsigned/ to be consistent in alpha...
2011-11-23 Brian Paulsoftpipe: remove pointless break stmt
2011-11-22 Marek Olšákgallium: separate out floating-point CAPs into its...
2011-11-22 Marek Olšákgallium: remove PIPE_CAP_GLSL and enable GLSL unconditi...
2011-11-08 José FonsecaRemove tgsi_sse2.
2011-11-08 Morgan Armandsoftpipe: don't clamp or do logical operations on float...
2011-11-07 Morgan Armandsoftpipe: fix memory leaks
2011-10-20 Christoph Bumillersoftpipe: implement/fix TIMESTAMP queries
2011-10-18 Brian Paulsoftpipe: remove unused vars in softpipe_clear()
2011-10-12 Dave Airliesoftpipe: fix regression with tex tile cache since...
2011-10-11 Dave Airliesoftpipe: add integer support
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-10-04 Brian Paulsoftpipe: fix Z interpolation invariance bug
2011-10-04 Brian Paulsoftpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULE
2011-09-30 Marek Olšákgallium: add PIPE_CAP_CONDITIONAL_RENDER
2011-09-30 Marek Olšákgallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
2011-09-30 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
2011-09-27 Dave Airliegallium: move border color to be a color union
2011-09-25 José Fonsecasoftpipe: Use memory allocation macros.
2011-09-18 Dave Airliegallium: move clear paths from rgba to a pointer to...
2011-09-16 Brian Paulsoftpipe: use pipe_get_tile_rgba_format()
2011-09-16 Brian Paulsoftpipe: use util_format_is_depth_or_stencil()
2011-09-15 Brian Paulsoftpipe: use consistent indentation in sp_quad_blend.c
2011-09-15 Brian Paulsoftpipe: fix blending for luminance/intensity surfaces
2011-09-14 Brian Paulsoftpipe: implement blend color clamping
2011-09-10 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS
2011-09-02 Dave Airliegallium: add caps for MIN/MAX texel offsets.
2011-09-02 Dave Airlietgsi: add support for texture offsets to the TGSI IR...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-26 Christian Königg3dvl: Rework the decoder interface part 2/5
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-25 Brian Paulsoftpipe: add const qualifier to silence warnings
2011-08-25 Dave Airliesoftpipe: implement TXF support via get_texel callback
2011-08-25 Dave Airliesoftpipe: add get_dims callback for TXQ support. (v2)
2011-08-20 Chia-I Wuandroid: build softpipe
2011-08-16 Marek Olšáksoftpipe: fix an obvious copy-paste error in get_query_...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-29 Eric Anholtsoftpipe: When doing write_all_cbufs, don't stomp over...
2011-07-23 Younes Mantongallium/softpipe: Don't clobber dest color/alpha before...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
next