History log of /external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
94a25b216bb7bf1f55e657d93d84f6de3f5e7ed4 28-May-2012 Christoph Bumiller <e0425955@student.tuwien.ac.at> nouveau: unreference fences on resource destruction
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
1befacc7647f51344f5cfbfa86b62e53625a436f 17-May-2012 Christoph Bumiller <e0425955@student.tuwien.ac.at> nouveau: place static buffers in VRAM if preferred by the driver
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
e6caafd9d7fbfcb5906d22be9d6a3c1714e078ac 16-May-2012 Christoph Bumiller <e0425955@student.tuwien.ac.at> nv50,nvc0: handle user vertex buffers

And restructure VBO validation a little in the process.
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
bb4c5d72d7c7cb1d9e7016e2c07c36875f30011a 11-May-2012 Marek Olšák <maraeo@gmail.com> Merge branch 'gallium-userbuf'

Conflicts:
src/gallium/docs/source/screen.rst
src/gallium/drivers/nv50/nv50_state.c
src/gallium/include/pipe/p_defines.h
src/mesa/state_tracker/st_draw.c
9dfac63ae0a8759e05dbde20c2cea05afc121def 05-May-2012 Christoph Bumiller <e0425955@student.tuwien.ac.at> nouveau: fix nouveau_scratch_runout_release bo count underflow
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
3ac0683d632347347c2fdbd546da0c7c2effb08a 26-Apr-2012 Marek Olšák <maraeo@gmail.com> gallium: remove pipe_resource::user_ptr

It's unused now.
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
e8ab3b1ce76dddca7b591b9ce21836ab36995653 10-Apr-2012 Marek Olšák <maraeo@gmail.com> gallium: add user_ptr in pipe_resource

I need to access the pointer in st/mesa when I only have pipe_resource.
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
680f20351ec65fb22774dc08f63d26cf66b47c59 14-Apr-2012 Christoph Bumiller <e0425955@student.tuwien.ac.at> nouveau: add new shared scratch buffers
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
a2fc42b899de22273c1df96091bfb5c636075cb0 11-Jan-2012 Ben Skeggs <bskeggs@redhat.com> nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variants

The primary motivation for this rewrite was to have a maintainable driver
going forward, as nvfx was quite horrible in a lot of ways.

The driver is heavily based on the design of the nv50/nvc0 3d drivers we
already have, and uses the same common buffer/fence code. It also passes
a HEAP more piglit tests than nvfx did, supports a couple more features,
and a few more to come still probably.

The CPU footprint of this driver is far far less than nvfx, and translates
into far greater framerates in a lot of applications (unless you're using
a CPU that's way way newer than the GPUs of these generations....)

Basically, we once again have a maintained driver for these chipsets \o/

Feel free to report bugs now!
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
6d1cdec3ba151168bfc3aef222fba6265dfb41fb 06-Apr-2012 Christoph Bumiller <e0425955@student.tuwien.ac.at> nouveau: switch to libdrm_nouveau-2.0
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
a3fee8fc86168f0709a164d9d983b40a9b671b3c 10-Feb-2012 Christoph Bumiller <e0425955@student.tuwien.ac.at> nouveau: remove automatic buffer migration heuristics
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
62f44f670bb0162e89fd4786af877f8da9ff607c 05-Mar-2012 Marek Olšák <maraeo@gmail.com> Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"

This reverts commit 0950086376b1c8b7fb89eda81ed7f2f06dee58bc.

It was decided to refactor the transfer API instead of adding workarounds
to address the performance issues.
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
0950086376b1c8b7fb89eda81ed7f2f06dee58bc 02-Jan-2012 Marek Olšák <maraeo@gmail.com> gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY

Please see the diff for further info.

This paves the way for moving user buffer uploads out of drivers and should
allow to clean up the mess in u_upload_mgr in the meantime.

For now only allowed for buffers on r300 and r600.

Acked-by: Christian König <deathsimple@vodafone.de>
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
d988361ead27ce61615669bd428b04d2aac7af4f 20-Oct-2011 Christoph Bumiller <e0425955@student.tuwien.ac.at> nouveau,nvc0: fix/improve handling of multiple constant buffers
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
90dcd6c89ab4afa55ca19d572a1a695cf55cb1b2 08-Oct-2011 Marcin Slusarz <marcin.slusarz@gmail.com> nouveau: hide some debugging messages behind environment variable

They spam console, but are not very useful - hide them behind
NOUVEAU_MESA_DEBUG environment variable.
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
25485f4b69447514ab8b595aced90c75606a99bd 07-Mar-2011 Marek Olšák <maraeo@gmail.com> gallium: kill is_resource_referenced

Only st/xorg used it and even incorrectly with regards to pipelined transfers.
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
6b4e3e8941f41b6d15ac557e3d47bf4f1aa8b185 03-Mar-2011 Ben Skeggs <bskeggs@redhat.com> nouveau: allow pipe driver to define which buffers should start in sysmem

PIPE_BIND_CONSTANT_BUFFER alone was OK for nv50/nvc0, but nv30 will need
to be able to set others on certain chipsets.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
1ba8e9510812f155359d380bda6876cdee5ba21e 01-Mar-2011 Ben Skeggs <bskeggs@redhat.com> nouveau: ensure vbo_dirty is set when buffer write transfer complete

This introduces a shared nouveau_context struct to track such things.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
be68782d9aebf6f6575bb8cc9cfc66b7bad79644 01-Mar-2011 Ben Skeggs <bskeggs@redhat.com> nv50: sync textures with render targets ourselves

Port of the nvc0 commit doing the same.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c
5c1c4f8593073c0bad9bada9234657dda1b25ff0 01-Mar-2011 Ben Skeggs <bskeggs@redhat.com> nouveau: common linear buffer manager, ported from nv50/nvc0 drivers

nv50_resource is being called nv04_resource now temporarily, to avoid
a naming conflict with nouveau_resource from libdrm.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
/external/mesa3d/src/gallium/drivers/nouveau/nouveau_buffer.c