summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* vl: add'ed stub for VaCreateImageThomas Balling Sørensen2010-10-253-1/+17
|
* vl: more stub work for a va implementationThomas Balling Sørensen2010-10-256-50/+209
|
* vl: va state-tracker configuration scriptsThomas Balling Sørensen2010-10-248-12/+69
|
* vl: initial va-api implementationThomas Balling Sørensen2010-10-234-0/+244
|
* vl: more work on the bitstream_parserThomas Balling Sørensen2010-10-132-31/+70
|
* vl: bitstream decoder finds startcodesThomas Balling Sørensen2010-10-087-23/+28
|
* vl: some more fixes and addition to the decoder handlingThomas Balling Sørensen2010-10-074-14/+36
|
* vl: implemented a few functions and made stubs to get mplayer runningThomas Balling Sørensen2010-10-0614-44/+387
|
* vl: initial commit of the bitstream parserThomas Balling Sørensen2010-10-064-12/+108
|
* Merge branch 'pipe-video' of ↵Thomas Balling Sørensen2010-10-050-0/+0
|\ | | | | | | ssh://cgit.freedesktop.org/~tball/mesa-gallium-vdpau into pipe-video
| * Merge remote branch 'origin/master' into pipe-videoThomas Balling Sørensen2010-10-0511-871/+1096
| |\
* | \ Merge branch 'master' of ↵Thomas Balling Sørensen2010-10-0511-871/+1096
|\ \ \ | |/ / |/| / | |/ ssh://cgit.freedesktop.org/~tball/mesa-gallium-vdpau into pipe-video
| * r600g: simplify block relocationJerome Glisse2010-10-053-12/+9
| | | | | | | | | | | | | | Since flush rework there could be only one relocation per register in a block. Signed-off-by: Jerome Glisse <[email protected]>
| * r600g: use dirty list to track dirty blocksBas Nieuwenhuizen2010-10-054-8/+33
| | | | | | | | Got a speed up by tracking the dirty blocks in a seperate list instead of looping through all blocks. This version should work with block that get their dirty state disabled again and I added a dirty check during the flush as some blocks were already dirty.
| * docs: added news item for 7.9 releaseIan Romanick2010-10-051-1/+9
| | | | | | | | Also fix link to release notes in 7.9-rc1 news item.
| * docs: Import news updates from 7.9 branchIan Romanick2010-10-051-0/+8
| | | | | | | | Partially cherry-picked from commit 61653b488da76ee1ca4f77363e222d3b717dd865
| * docs: Update mailing lines from sf.net to freedesktop.orgIan Romanick2010-10-051-3/+4
| | | | | | | | (cherry picked from commit c19bc5de961fe5e1f8a17131bcfae3dbcccaca29)
| * docs: download.html does not need to be updated for each releaseIan Romanick2010-10-051-1/+1
| | | | | | | | (cherry picked from commit 41e371e351cc4c77b2b20a545af2dfa2dab253d7)
| * docs: Import 7.8.x release notes from 7.8 branch.Ian Romanick2010-10-053-3/+186
| |
| * docs: Import 7.9 release notes from 7.9 branch.Ian Romanick2010-10-051-2/+9
| |
| * nv50: fix always true conditional in shader optimizationNicolas Kaiser2010-10-051-1/+1
| |
| * r600g: improve bo flushingJerome Glisse2010-10-054-822/+825
| | | | | | | | | | | | | | | | | | Flush read cache before writting register. Track flushing inside of a same cs and avoid reflushing same bo if not necessary. Allmost properly force flush if bo rendered too and then use as a texture in same cs (missing pipeline flush dunno if it's needed or not). Signed-off-by: Jerome Glisse <[email protected]>
| * r600g: store reloc information in bo structureJerome Glisse2010-10-052-23/+16
| | | | | | | | | | | | | | Allow fast lookup of relocation information & id which was a CPU time consumming operation. Signed-off-by: Jerome Glisse <[email protected]>
* | vl: change the xvmc state_tracker to the new gallium APIThomas Balling Sørensen2010-10-051-2/+11
| |
* | vl: changed video pipe to use the new gallium API within masterThomas Balling Sørensen2010-10-059-173/+179
| |
* | Merge branch 'master' into pipe-videoThomas Balling Sørensen2010-10-053676-1131723/+301275
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configs/linux-dri configure.ac src/gallium/drivers/nvfx/Makefile src/gallium/include/pipe/p_defines.h src/gallium/include/pipe/p_screen.h src/gallium/include/state_tracker/dri1_api.h src/gallium/include/state_tracker/drm_api.h src/gallium/tests/python/samples/tri.py src/gallium/tests/trivial/Makefile src/gallium/tests/unit/Makefile src/gallium/tests/unit/SConscript src/gallium/tests/unit/u_format_test.c src/gallium/winsys/nouveau/drm/nouveau_drm_api.c
| * pb: fix numDelayed accountingDave Airlie2010-10-051-0/+1
| | | | | | | | we weren't decreasing when removing from the list.
| * r600g: avoid unneeded bo waitDave Airlie2010-10-051-1/+5
| | | | | | | | | | | | if we know the bo has gone not busy, no need to add another bo wait thanks to Andre (taiu) on irc for pointing this out.
| * r600g: drop use_mem_constant.Dave Airlie2010-10-059-14/+3
| | | | | | | | since we plan on using dx10 constant buffers everywhere.
| * r600g: drop mman allocatorDave Airlie2010-10-053-8/+1
| | | | | | | | we don't use this since constant buffers are now being used on all gpus.
| * r600g: add bo busy backoff.Dave Airlie2010-10-052-0/+15
| | | | | | | | | | | | When we go to do a lot of bos in one draw like constant bufs we need to avoid bouncing off the busy ioctl, this mitigates by backing off on busy bos for a short amount of times.
| * pb: don't keep checking buffers after first busyDave Airlie2010-10-051-13/+19
| | | | | | | | | | If we assume busy buffers are added to the list in order its unlikely we'd fine one after the first busy one that isn't busy.
| * r600g: add bo fenced list.Dave Airlie2010-10-053-0/+43
| | | | | | | | | | this just keeps a list of bos submitted together, and uses them to decide bo busy state for the whole group.
| * swrast: fix choose_depth_texture_level() to respect mipmap filtering stateBrian Paul2010-10-041-5/+10
| | | | | | | | NOTE: this is a candidate for the 7.9 branch.
| * r300g: fix microtiling for 16-bits-per-channel formatsMarek Olšák2010-10-051-3/+3
| | | | | | | | | | | | These texture formats (like R16G16B16A16_UNORM) were untested until now because st/mesa doesn't use them. I am testing this with a hacked st/mesa here.
| * update release notes for GalliumMarek Olšák2010-10-051-4/+19
| | | | | | | | | | | | | | | | | | | | I am trying to be exhaustive, but still I might have missed tons of other changes to Gallium. (cherry picked from commit 968a9ec76eadf55e8b58171884e1175d7b8cf59a) Conflicts: docs/relnotes-7.9.html
| * docs: Add list of bugs fixed in 7.9Ian Romanick2010-10-041-0/+52
| |
| * i965: Add support for gen6 FB writes to the new FS.Eric Anholt2010-10-042-3/+22
| | | | | | | | | | This uses message headers for now, since we'll need it for MRT. We can cut out the header later.
| * i965: In disasm, gen6 fb writes don't put msg reg # in destreg_conditionalmod.Eric Anholt2010-10-041-1/+1
| | | | | | | | It instead sensibly appears in the src0 slot.
| * i965: Add initial folding of constants into operand immediate slots.Eric Anholt2010-10-041-0/+90
| | | | | | | | | | | | We could try to detect this in expression handling and do it proactively there, but it seems like less logic to do it in one optional pass at the end.
| * i965: Add trivial dead code elimination in the new FS backend.Eric Anholt2010-10-041-2/+50
| | | | | | | | | | | | | | The glsl core should be handling most dead code issues for us, but we generate some things in codegen that may not get used, like the 1/w value or pixel deltas. It seems a lot easier this way than trying to work out up front whether we're going to use those values or not.
| * i965: Be more conservative on live interval calculation.Eric Anholt2010-10-041-3/+11
| | | | | | | | This also means that our intervals now highlight dead code.
| * r600g: Fix SCons build.Vinson Lee2010-10-041-1/+1
| |
| * r600g: remove dead label & fix indentationJerome Glisse2010-10-041-11/+9
| | | | | | | | Signed-off-by: Jerome Glisse <[email protected]>
| * r600g: rename radeon_ws_bo to r600_boJerome Glisse2010-10-042-1/+1
| | | | | | | | Signed-off-by: Jerome Glisse <[email protected]>
| * r600g: use r600_bo for relocation argument, simplify codeJerome Glisse2010-10-044-19/+29
| | | | | | | | Signed-off-by: Jerome Glisse <[email protected]>
| * r600g: allow r600_bo to be a sub allocation of a big boJerome Glisse2010-10-046-28/+37
| | | | | | | | | | | | | | Add bo offset everywhere needed if r600_bo is ever a sub bo of a bigger bo. Signed-off-by: Jerome Glisse <[email protected]>
| * r600g: rename radeon_ws_bo to r600_boJerome Glisse2010-10-0412-86/+86
| | | | | | | | Signed-off-by: Jerome Glisse <[email protected]>
| * nvfx: Pair os_malloc_aligned() with os_free_aligned().Krzysztof Smiechowicz2010-10-041-1/+1
| | | | | | | | From AROS.
| * r600g: TODO domain managementDave Airlie2010-10-041-2/+2
| | | | | | | | | | no wonder it was slow, the code is deliberately forcing stuff into GTT, we used to have domain management but it seems to have disappeared.