Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-30 | r300g: Fix comment on SHADOW_AMBIENT. | Corbin Simpson | |
2010-01-30 | r300g: Dual-source blending isn't possible, period. | Corbin Simpson | |
2010-01-30 | r300g: Add alpha render targets. | Mathias Fröhlich | |
Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com> Tested-by: Mathias Fröhlich <Mathias.Froehlich@gmx.net> | |||
2010-01-29 | tgsi: add caps for fragment coord conventions (v3) | Luca Barbieri | |
Changes in v3: - Renumber caps to accomodate caps to add to master in the meantime - Document caps - Add unsupported caps to *_screen.c too Changes in v2: - Split for properties patch - Use positive caps instead of negative caps This adds 4 caps to indicate support of each of the fragment coord conventions. All drivers are also modifed to add the appropriate caps. Some drivers were incorrectly using non-Gallium-default conventions, and caps for them have them set so that they will behave correctly after the later state tracker patches. This drivers are softpipe/llvmpipe (uses integer rather than half integer) and pre-nv50 Nouveau (uses lower left rather than upper left). Other drivers might be broken. With this patchset, fixing them is only a matter of exposing the appropriate caps that match the behavior of the existing code. Drivers are encouraged to support all conventions themselves for better performance, and this feature is added to softpipe in a later patch. | |||
2010-01-28 | r300g: Clean up blend masks, change caps. | Corbin Simpson | |
progs/tests/drawbuffers should work, except I can't test it. GG new shader parser. GG. | |||
2010-01-28 | Merge commit 'origin/perrtblend' | Roland Scheidegger | |
Conflicts: src/gallium/drivers/softpipe/sp_screen.c src/gallium/include/pipe/p_defines.h | |||
2010-01-28 | gallium: Enable multiple constant buffers for vertex and geometry shaders. | Michal Krol | |
2010-01-28 | r300g: Fix bizarre half-flushes with immd mode. | Corbin Simpson | |
2010-01-28 | r300g: Atomize framebuffers. | Corbin Simpson | |
There might be some optimizations possible here... | |||
2010-01-27 | r300g: Remove unnecessary headers. | Vinson Lee | |
2010-01-27 | r300g: Silence GCC "missing braces around initializer" warning. | Vinson Lee | |
2010-01-26 | r300g: Turn the RS block into an atom. | Corbin Simpson | |
At least one extraneous dirty was eliminated, as well as the chance for avoiding dirty on shader change. | |||
2010-01-26 | r300g: Make vertex_format into an atom. | Corbin Simpson | |
Some delicious hax here. | |||
2010-01-26 | r300g: Kill dead code for hashing custom state. | Corbin Simpson | |
It just wasn't meant to be. | |||
2010-01-26 | r300g: Add A8_UNORM texture format. | Corbin Simpson | |
Keeps teeworld happy. | |||
2010-01-26 | r300g: Per-MRT blending is not supported. | Corbin Simpson | |
2010-01-25 | r300g: Finish and enable immediate mode. | Corbin Simpson | |
Based on Marek's immd-mode patch. | |||
2010-01-25 | Revert "r300g,radeong: finish and enable the immediate mode" | Corbin Simpson | |
This reverts commit 112239e9a66a155d36fe2ad0ab130e6f26eff298. | |||
2010-01-25 | r300g: adapt to blend changes | Roland Scheidegger | |
2010-01-24 | r300g,radeong: finish and enable the immediate mode | Marek Olšák | |
Nearly 100% performance increase in glxgears. | |||
2010-01-24 | r300g: fix zero-area scissor | Marek Olšák | |
2010-01-24 | r300g,radeong: set tiling flags in libdrm | Marek Olšák | |
2010-01-24 | r300g: avoid the use of goto | Dave Airlie | |
I was being lazy on Sunday morning, Droste on irc called me on it ;-) | |||
2010-01-24 | r300g: fix flushing harder. | Dave Airlie | |
I swear ipers runs here after this commit. After we flush we need to redo the space check | |||
2010-01-23 | r300: fix wrong call in last commit | Dave Airlie | |
2010-01-23 | r300g: fix up buffer emission ordering. | Dave Airlie | |
This fixes the code space checking VBOs, then resetting the space list and space checking other buffers. it fixes demos/ipers Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-01-19 | r300g: Move GB_AA_CONFIG to its eventual new home. | Corbin Simpson | |
2010-01-19 | r300g: Make invariant state into an atom. | Corbin Simpson | |
2010-01-18 | r300g: fix polygon offset | Marek Olšák | |
As per classic r300. Not sure why glean/polygonOffset still fails, but we do emit the same register values as in classic. | |||
2010-01-18 | r300g: fix vertex data swizzle | Marek Olšák | |
2010-01-18 | r300g: do not align compressed textures to a tile size | Marek Olšák | |
2010-01-17 | r300g: Check for bogus texture targets. | Corbin Simpson | |
2010-01-17 | r300g: fix the rasterization of secondary color | Marek Olšák | |
When the secondary color is used, the primary color must always be rasterized regardless of whether it is used or not. | |||
2010-01-17 | r300g: fix vertex colors with 8 bits per channel | Marek Olšák | |
The piglit BGRA tests pass now. | |||
2010-01-17 | r300g: simplify is_format_supported | Marek Olšák | |
2010-01-17 | r300g: output texture debug messages if only RADEON_DEBUG=tex is set | Marek Olšák | |
2010-01-17 | r300g: move debug flags into r300_screen | Marek Olšák | |
2010-01-17 | r300g: disable the MIP filter for NPOT textures | Marek Olšák | |
Safety first. | |||
2010-01-17 | r300g: fix the CS size when emitting invariant state | Marek Olšák | |
2010-01-16 | r300g: Stop using indices. | Corbin Simpson | |
Sorry, it was a good game, but it just doesn't work. | |||
2010-01-16 | r300g: Respect fill modes in indices fallback. | Corbin Simpson | |
2010-01-15 | Merge branch 'gallium-noconstbuf' | Roland Scheidegger | |
Conflicts: src/gallium/drivers/softpipe/sp_draw_arrays.c src/mesa/state_tracker/st_draw_feedback.c | |||
2010-01-14 | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz | |
Conflicts: src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/util/Makefile src/gallium/drivers/r300/r300_state_derived.c | |||
2010-01-14 | r300g: Cleanup from last few commits. | Corbin Simpson | |
Strangely enough, the code solidified pretty quickly. | |||
2010-01-14 | r300g: Really destroy translated buffer at the end. | Łukasz Krotowski | |
Note that indexSize is changed by r300_translate_elts(). Also make sure it's destroyed on errors. | |||
2010-01-13 | r300g: Use indices to translate index buffers of ubytes. | Corbin Simpson | |
progs/redbook/aapoly, among others, works fine now. | |||
2010-01-13 | r300g: Disable immediate mode rendering for now. | Corbin Simpson | |
Will re-enable when the bugs are ironed out. | |||
2010-01-13 | r300g: Account for CS space used per atom. | Corbin Simpson | |
Oh yeah, those atoms are startin' to pay off. The main obstacle now for OA playability is the absurdly low default mouse sensitivity, IMO. Not totally smooth yet, but getting there. | |||
2010-01-13 | r300g: Two dirty state optimizations. | Corbin Simpson | |
2010-01-13 | r300g: DCE in emit. | Corbin Simpson | |