nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)
[mesa.git] / src / gallium / state_trackers / xa /
2013-12-06 Thomas Hellstromst/xa: Bump major version number to 2
2013-10-01 Emil Velikovst/xa: consolidate C sources list into Makefile.sources
2013-07-25 Jerome Glissexa: move surface to ref/unref api
2013-07-25 Jerome Glissexa: let ddx handle flush
2013-07-25 Jerome Glissexa: export a common context flush function
2013-07-25 Jerome Glissexa: add handle type parameter to get handle
2013-07-25 Rob Clarkxa: add xa_surface_from_handle()
2013-04-23 José Fonsecagallium: Replace gl_rasterization_rules with lower_left...
2013-03-16 Maarten Lankhorstgallium/build: Fix visibility CFLAGS in automake
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Matt Turnerstate_trackers/xa: Convert to automake
2013-01-04 Marek Olšákgallium: extend pipe_context::flush for it to accept...
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-08-03 Brian Paulst/xa: updates for CSO interface changes
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-04-29 Marek Olšákst/xa: don't use user_buffer_create
2012-04-29 Marek Olšákgallium: change set_constant_buffer to be UBO-friendly
2012-04-07 Johannes Obermayrst/xa: Link with -Wl,-r instead of -r.
2012-04-05 Alexandre Demersxatracker: fix the build of a 32bit lib on a 64bit os
2012-01-12 Thomas Hellstromst/xa: Bump version to 1.0.0 according to the README
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2011-12-15 Thomas Hellstromst/xa: Disable composite solid fill with mask
2011-12-15 Thomas Hellstromst/xa: Fix format conversion copy alpha channel
2011-12-15 Thomas Hellstromst/xa: Fix component alpha check
2011-12-08 Thomas Hellstromst/xa: Update xa_yuv_planar_blit semantics
2011-11-25 Thomas Hellstromst/xa: Kill a couple of compilation warnings
2011-11-25 Thomas Hellstromst/xa, xa/vmwgfx: Generate exported symbol list from...
2011-11-25 Thomas Hellstromst/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate...
2011-11-25 Thomas Hellstromst/xa, xa/vmwgfx: Set the right version on library...
2011-11-01 Thomas Hellstromst/xa: Add a scanout flag for surfaces
2011-10-31 Thomas Hellstromst/xa: Plug a pipe context leak.
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-09-29 Thomas Hellstromst/xa: Don't call fence_reference with an unitialized...
2011-09-29 Thomas Hellstromst/xa: surfaces and sampler views are per context
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-07 Thomas Hellstromst/xa: Fix up error reporting. Disable component alpha.
2011-07-07 Thomas Hellstromst/xa: Fix render to xa_format_a8, which is backed...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-07-04 Thomas Hellstromst/xa: Fix crosscompile builds with nonstandard ld...
2011-06-27 Thomas Hellstromst/xa: Update README.
2011-06-27 Thomas Hellstromst/xa: Add a function to check for supported formats
2011-06-27 Thomas Hellstromst/xa: Various fixes for composite.
2011-06-21 Thomas Hellstromst/xa: Solid fill (tested) and composite (yet untested)
2011-06-20 Thomas Hellstromst/xa: Really support xa_surface_format. Bump minor.
2011-06-20 Thomas Hellstromst/xa: Support format-changing copy.
2011-06-16 Thomasst/xa: Make sure we blit all yuv regions.
2011-06-16 Thomasst/xa: Fix a typo pointed out by Keith Whitwell.
2011-06-15 Thomas Hellstromst/xa: Initial import of the xa state-tracker and the...