• Home
  • History
  • Annotate
  • only in /external/mesa3d/src/gallium/auxiliary/target-helpers/
History log of /external/mesa3d/src/gallium/auxiliary/target-helpers/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
232073b0d97756ee4b3961c99050f4e20aa29a44 06-Jul-2012 José Fonseca <jfonseca@vmware.com> target-helpers: Enable debug helpers only on debug builds.

Some of these helpers use debug_get_option, which works also on releases.
nline_debug_helper.h
9af9e12bc57db3222d91992a69b7fd95231928f6 09-Jan-2012 Jakob Bornecrantz <jakob@vmware.com> target-helpers: If neither softpipe or llvmpipe is used just return the screen

So the targets can drop the sw_wrapper winsys when no sw driver is being used.

Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
Reviewed-by Brian Paul <brianp@vmware.com>
nline_wrapper_sw_helper.h
ccd4d4367f2b4e5aebfc59b832599812a4a1c7d8 29-Nov-2011 Kai Wasserbäch <kai@dev.carbon-project.org> gallium/cell: Remove the driver.

Complicates Gallium3D development and doesn't seem to have active users.

Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org>
Signed-off-by: José Fonseca <jfonseca@vmware.com>
nline_sw_helper.h
63e38bd0f6a1958f174a98e4b06be3fb152048b4 14-Jun-2011 Marek Olšák <maraeo@gmail.com> target-helpers: remove copy-pasted function inline_noop_helper
nline_debug_helper.h
nline_noop_helper.h
3349517351059dcd70a81b31bdffe9835bd8f216 10-Jan-2011 Jerome Glisse <jglisse@redhat.com> noop: make noop useable like trace or rbug

If you want to enable noop set GALLIUM_NOOP=1 as an env variable.
You need first to enable noop wrapping for your driver see change
to src/gallium/targets/dri-r600/ in this commit as an example.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
nline_noop_helper.h
e89e8a4347dacceda0b131b55d16206e25eb984f 10-Nov-2010 Jakob Bornecrantz <jakob@vmware.com> gallium: Remove redundant sw and debug target helpers
rap_screen.c
rap_screen.h
eb7cf3d2a64875d594e1c71b835a9e9704b7a8d6 15-Oct-2010 Jakob Bornecrantz <jakob@vmware.com> target-helpers: Remove per target software wrapper check

Instead of having a NAME_SOFTWARE check just use the GALLIUM_DRIVER
instead but set the default to native which is the same as not wrapped.
nline_sw_helper.h
nline_wrapper_sw_helper.h
44207ff71b3d53b30cf6c3e52c84ddc5cd44b424 15-Oct-2010 Jakob Bornecrantz <jakob@vmware.com> wrapper: Add a way to dewrap a pipe screen without destroying it
nline_wrapper_sw_helper.h
f8f3baa43a3954b7078e5e24b41ae123f398bff8 15-Oct-2010 Jakob Bornecrantz <jakob@vmware.com> wrapper: Fix spelling
nline_wrapper_sw_helper.h
d12c4c5a62dbf5e32f989c8ef53a5a878cc5c0a2 28-Jun-2010 Jakob Bornecrantz <jakob@vmware.com> glhd: Re-integrate with the debug system
nline_debug_helper.h
ea1786ec5b1385fe26927e206ca81d87ca70ca6a 24-Jun-2010 Jakob Bornecrantz <jakob@vmware.com> gallium: Add debug target helper
nline_debug_helper.h
e47d32d721a76b5df3b640ccdc9bad15dffb8450 23-Jun-2010 Jakob Bornecrantz <jakob@vmware.com> gallium: Remove drm_api and all references to it
rm_api_compat.h
bd739e95763d8051679649cc44d16d4fcbb0fec1 18-Jun-2010 Jakob Bornecrantz <jakob@vmware.com> target-helpers: Add inline helpers
nline_sw_helper.h
nline_wrapper_sw_helper.h
e72b15aa47c24b920c708e1dc47f69a070d50d51 01-Jun-2010 Jakob Bornecrantz <jakob@vmware.com> gallium: drm api compat helper

This is temporary untill all drivers have moved
to the new drm driver descriptor interface.
rm_api_compat.h
53cbb81576671d6d39e6a353e79ebda2c512d735 12-May-2010 Jakob Bornecrantz <jakob@vmware.com> rbug: Add to all targets that link against trace

Also added calls to the create function in target helpers and in
tr_drm.c the latter being a hack and should be replaced with the
wrap screen target helper. But at least this way we don't regress.
rap_screen.c
f9f06f68fb37e2afeaa2bc1cb6d40b6669148f9c 21-Apr-2010 Jakob Bornecrantz <jakob@vmware.com> targets: Don't check if we should use trace

Trace does its own checking, and it used the GALLIUM_TRACE variable
as well, but expected a file and not a bool argument.
rap_screen.c
15c7fa460b93039a1676cc08a218101f92681190 21-Mar-2010 George Sapountzis <gsapountzis@gmail.com> Revert "gallium: add soft screen helper"

This reverts commit f87a5f6499f51f651c2a9f2d4682875b22926905.
oft_screen.c
oft_screen.h
f87a5f6499f51f651c2a9f2d4682875b22926905 19-Mar-2010 George Sapountzis <gsapountzis@gmail.com> gallium: add soft screen helper
oft_screen.c
oft_screen.h
0731d14a43191233e91fbebe5b47b13faa655f9f 10-Mar-2010 Keith Whitwell <keithw@vmware.com> target-helpers: remove swrast_xlib.c helper

This was a good idea, but ended up tying the build systems in knots.
We can revisit this later, in particular if we can put in place dummy
implementations of cell_create_screen(), llvmpipe_create_screen()
which just return NULL if the driver isn't available.

In the meantime, just duplicate this smallish function in the two
places it was being called.
wrast_xlib.c
wrast_xlib.h
431a2f99bc9d4ab567c1feaac9360c09c1dcdfde 10-Mar-2010 Keith Whitwell <keithw@vmware.com> target-helpers: helper for injecting common debug layers

Add a helper gallium_wrap_screen() for injecting the commonly
used extra layers into a gallium stack. Currently that's just the
trace module and identity layer, but there could be more in the
future, eg. a validation layer.
wrast_xlib.c
rap_screen.c
rap_screen.h
9cdaadc92f7ca91d01daf5573bff2c75416ad274 09-Mar-2010 Keith Whitwell <keithw@vmware.com> target-helpers: missing files
wrast_xlib.c
wrast_xlib.h