Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-13 | llvmpipe: Fix non SSE2 builds. | José Fonseca | |
Should fix fdo 30168. | |||
2010-09-13 | r300g/swtcl: unlock VBO after draw_flush | Marek Olšák | |
https://bugs.freedesktop.org/show_bug.cgi?id=29901 https://bugs.freedesktop.org/show_bug.cgi?id=30132 | |||
2010-09-13 | llvmpipe: Change asm to __asm__. | Witold Baryluk | |
According to gcc documentation both are equivalent, second are prefered as first can make conflict with existing symbols. Signed-off-by: José Fonseca <jfonseca@vmware.com> | |||
2010-09-13 | r300g: fix SWTCL | Marek Olšák | |
https://bugs.freedesktop.org/show_bug.cgi?id=29901 | |||
2010-09-13 | llvmpipe: Unbreak rasterization on 64bit. | José Fonseca | |
2010-09-13 | gallium: Change the resource_copy_region semantics to allow copies between ↵ | José Fonseca | |
different yet compatible formats | |||
2010-09-13 | r600g: evergreen fixup dsa state for running query. | Dave Airlie | |
evergreen is always the same as r700 here. | |||
2010-09-13 | llvmpipe: use gcc asm only with gcc | José Fonseca | |
2010-09-13 | r300g: print unassigned FS inputs for DBG_RS | Marek Olšák | |
2010-09-13 | r300g: fix map_buffer | Marek Olšák | |
https://bugs.freedesktop.org/show_bug.cgi?id=30145 | |||
2010-09-13 | r300g: add new debug options for dumping scissor regs and disabling CBZB clear | Marek Olšák | |
2010-09-13 | r300g: skip rendering if CS space validation fails | Marek Olšák | |
radeon_cs_space_check flushes the pipe context on failure, retries the validation, and returns -1 if it fails again. At that point, there is nothing we can do, so let's skip draw operations instead of getting stuck in an infinite loop. This code path ideally should never be hit. | |||
2010-09-13 | r300g: remove u_upload_flush from r300_draw_arrays | Marek Olšák | |
This a leftover probably and is unnecessary, since we flush u_upload_mgr in r300_flush. | |||
2010-09-12 | nvfx: Remove unused variables. | Vinson Lee | |
2010-09-12 | nvfx: Move declaration before code. | Vinson Lee | |
Fixes SCons build. | |||
2010-09-12 | llvmpipe: introduce tri_3_4 for tiny triangles | Keith Whitwell | |
2010-09-12 | llvmpipe: allow tri_3_16 at any 4-aligned location within a tile | Keith Whitwell | |
Doesn't require 16-alignment, so catch more cases. | |||
2010-09-12 | llvmpipe: refactor tri_3_16 | Keith Whitwell | |
Keep step array as a set of four m128i's and reuse throughout the rasterization. | |||
2010-09-12 | llvmpipe: pass linear masks to fragment shader | Keith Whitwell | |
Fragment shader can extract the correct bits for each quad. | |||
2010-09-12 | llvmpipe: fix warnings on both 32 and 64 bit builds | Keith Whitwell | |
2010-09-12 | llvmpipe: fix wierd performance regression in isosurf | Keith Whitwell | |
I really don't understand the mechanism behind this, but it seems like the way data blocks for a scene are malloced, and in particular whether we treat them as stack or a queue, and whether we retain the most recently allocated or least recently allocated has a real affect (~5%) on isosurf framerates... This is probably specific to my distro or even just my machine, but none the less, it's nicer not to see the framerates go in the wrong direction. | |||
2010-09-12 | pb: Fix the build, and add notes. | José Fonseca | |
2010-09-12 | llvmpipe: Only generate the whole shader specialization for opaque shaders. | José Fonseca | |
If not opaque, then the color buffer will have to be read any way, therefore the specialization is pointless. | |||
2010-09-12 | pb: add void * for flush ctx to mapping functions | Dave Airlie | |
If the buffer we are attempting to map is referenced by the unsubmitted command stream for this context, we need to flush the command stream, however to do that we need to be able to access the context at the lowest level map function, currently we set the buffer in the toplevel map, but this racy between context. (we probably have a lot more issues than that.) I'll look into a proper solution as suggested by jrfonseca when I get some time. | |||
2010-09-11 | nv30: fix breakage due to 10 texcoord support on nv40 | Luca Barbieri | |
2010-09-11 | r600g: Undo bo placement change. | Tilman Sauerbeck | |
This reverts a part of e795ca8f3175fa6fd97b6b2ef2775e3f8803012a that causes artefacts and a performance drop. Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> | |||
2010-09-11 | llvmpipe: Silence some warnings. | José Fonseca | |
2010-09-11 | gallivm: nr_channels is only valid for formats with plain layout. | José Fonseca | |
This is erroneously throwing non plain formats out of the faster AoS sampling path. Doing 8bit interpolation for single channels such as L8 should be no worse than with floating point. But this may need more investigation. | |||
2010-09-11 | gallivm: Use const keyword on swizzles. | José Fonseca | |
2010-09-11 | gallivm: Allow to TGSI AoS translation to happen in BGRA ordering. | José Fonseca | |
Or any ordering. | |||
2010-09-11 | llvmpipe: Don't store display the alpha ref value in the key. | José Fonseca | |
It's never used. | |||
2010-09-11 | gallivm: Add a new debug flag to warn about performance issues. | José Fonseca | |
2010-09-11 | gallivm: Helper functions for pointer indirection. | José Fonseca | |
2010-09-11 | gallivm: Cleanup the TGSI <-> sampler interface. | José Fonseca | |
2010-09-11 | gallivm: Add some utility functions to set/get array elements too. | José Fonseca | |
2010-09-11 | gallivm: Basic AoS TGSI -> LLVM IR. | José Fonseca | |
Essentially a variation of the SoA version. | |||
2010-09-11 | gallivm: Move the texture modifiers to the header. | José Fonseca | |
Useful to pass these around. | |||
2010-09-11 | gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/ | José Fonseca | |
More accurate description of this function purpose. | |||
2010-09-11 | Add a test for the KIL opcode | Alex Corscadden | |
This is a simple test for the KIL opcode. It should render a 6 sided figure with a colored interior. | |||
2010-09-11 | llvmpipe: restore larger command blocks | Keith Whitwell | |
2010-09-11 | llvmpipe: move some debug to DEBUG_SCENE | Keith Whitwell | |
2010-09-11 | llvmpipe: add DEBUG_MEM option | Keith Whitwell | |
2010-09-11 | llvmpipe: allow bigger scenes | Keith Whitwell | |
2010-09-10 | r300/compiler: Enable presubtract sources | Tom Stellard | |
The r300 compiler can now emit instructions that select from the presubtract source. A peephole optimization has been added to convert instructions like: ADD Temp[0].x, none.1, -Temp[1].x into the INV (1 - src0) presubtract operation. | |||
2010-09-10 | r600g: Fixed a bo reference leak in the draw module. | Tilman Sauerbeck | |
Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> | |||
2010-09-10 | r600g: Only increase a bo's map_count if radeon_bo_map() succeeded. | Tilman Sauerbeck | |
Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> | |||
2010-09-10 | r600g: Fixed a bo leak in the error path of radeon_ctx_set_bo_new(). | Tilman Sauerbeck | |
Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> | |||
2010-09-10 | r600g: Fixed a bo leak in r600_texture_from_handle(). | Tilman Sauerbeck | |
We would leak bo if the argument check failed. Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> | |||
2010-09-10 | r600g: Don't leave stale references in query_list when we cannot create bo. | Tilman Sauerbeck | |
Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> | |||
2010-09-10 | r600g: Implemented the y component write for the LOG opcode. | Tilman Sauerbeck | |
This makes the 'vp1-LOG test' piglit test work. Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> |