Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-24 | r600g: bring over fix from old path to new path | Jerome Glisse | |
Up to 2010-09-19: r600g: fix tiling support for ddx supplied buffers 9b146eae2521d8e5f6d3cbefa4f6f7737666313a user buffer seems to be broken... new to fix that. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-24 | r600g: fix evergreen new path | Jerome Glisse | |
glxgears seems to work, had somelockup but now they seems to have vanish. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-24 | r600g: fix reg definition | Jerome Glisse | |
Doesn't bother fixing old path code, just disable that reg. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-24 | r600g: fix evergreen new path | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-24 | r600g: fixup some evergreen register definitions | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-24 | egl: Fix several 'comparison between signed and unsigned integer' warnings | Ian Romanick | |
I hate GCC for requiring the (int) cast on sizeof. | |||
2010-09-24 | egl_glx: Silence piles of 'unused variable' warnings | Ian Romanick | |
2010-09-24 | intel: Dead comment removal. | Eric Anholt | |
2010-09-24 | r600c: fix mipmap stride on evergreen | Alex Deucher | |
taken from Dave's r600g fix | |||
2010-09-24 | EGL DRI2: Silence 'missing initializer' warnings | Ian Romanick | |
2010-09-24 | EGL DRI2: Silence piles of 'unused variable' warnings | Ian Romanick | |
2010-09-24 | llvmpipe: make texture border_color dynamic state | Brian Paul | |
2010-09-24 | llvmpipe: make min/max lod and lod bias dynamic state | Brian Paul | |
Before, changing any of these sampler values triggered generation of new JIT code. Added a new flag for the special case of min_lod == max_lod which is hit during auto mipmap generation. | |||
2010-09-24 | r600g: fix compilation after change to evergreend.h | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-24 | r600g: evergreen fix for new design | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-24 | r600g: move use_mem_constants flags for new designs structure alignment | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-24 | r600g: fix typo in evergreen define (resource are in [0x30000;0x34000] range) | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-24 | st/mesa: use the wrapped renderbuffer in CopyPixels() | Brian Paul | |
Fixes assertion failures when copying stencil pixels. NOTE: this is a candidate for the 7.9 branch. | |||
2010-09-24 | st/mesa: add missing MESA_FORMAT_S8 case in st_mesa_format_to_pipe_format() | Brian Paul | |
NOTE: this is a candidate for the 7.9 branch. | |||
2010-09-24 | mesa: fix assertions to handle srgb formats | Brian Paul | |
http://bugs.freedesktop.org/show_bug.cgi?id=30333 NOTE: This is a candidate for the 7.9 branch. | |||
2010-09-24 | d3d1x: CRLF -> LF in progs | Luca Barbieri | |
2010-09-24 | d3d1x: stop using GLX in demos, just use the default visual | Luca Barbieri | |
2010-09-24 | d3d1x: assert if X visual is not among enumerated visuals | Luca Barbieri | |
2010-09-24 | d3d1x: don't crash on drivers not supporting vertex or geometry sampling | Luca Barbieri | |
2010-09-24 | nvfx: add RGB framebuffer format support in addition to BGR | Luca Barbieri | |
2010-09-24 | nvfx: allow setting NULL constant buffers | Luca Barbieri | |
2010-09-24 | r600g: break alu clause earlier | Andre Maasikas | |
we still have constants to add and next int may need also 6 slots | |||
2010-09-24 | d3d1x: fix linking of dxbc2tgsi | Luca Barbieri | |
2010-09-24 | d3d1x: draw to the correct buffer | Luca Barbieri | |
2010-09-24 | d3d1x: fix CheckMultisampleQualityLevels | Luca Barbieri | |
2010-09-24 | d3d1x: don't assert on unsupported resource types | Luca Barbieri | |
2010-09-24 | d3d1x: add untested support for geometry shader translation | Luca Barbieri | |
2010-09-24 | d3d1x: add shader dumping | Luca Barbieri | |
2010-09-24 | r600g: fix polygon mode | Dave Airlie | |
this fixes glean'pointSprite test. | |||
2010-09-24 | r600g: fixup sprite coord enable. | Dave Airlie | |
this fixes piglit glsl-fs-pointcoord | |||
2010-09-24 | r600g: fix typo in r700 alu emit | Dave Airlie | |
2010-09-24 | r600g: fixup VP->FP output->input routing. | Dave Airlie | |
We need to map the TGSI semantics to each other using the hw semantic ids. this fixes glsl-kwin-blur and glsl-routing. | |||
2010-09-24 | r600g: fixup tex wrapping. | Dave Airlie | |
the clamp edge/clamp cases were reversed. | |||
2010-09-24 | r600g: drop index_offset parameter to index buffer translate. | Dave Airlie | |
r600 doesn't need this as we always have working index bias | |||
2010-09-24 | r600g: fix draw-elements and draw-elements-base-vertex | Dave Airlie | |
2010-09-24 | r600g: some more vertex formats | Dave Airlie | |
2010-09-24 | r600g: add some more vertex format support. | Dave Airlie | |
adds the sscaled formats, this passes some more of the draw-vertices tests. | |||
2010-09-24 | r600g: add vert support for 16/16 and 16/16/16 floats. | Dave Airlie | |
makes draw-vertices-half-float pass | |||
2010-09-24 | Build r300g by default | Marek Olšák | |
NOTE: This will go to 7.9 as well. | |||
2010-09-24 | r300g: fix the border color for every format other than PIPE_FORMAT_B8G8R8A8 | Marek Olšák | |
TX_BORDER_COLOR should be formatted according to the texture format. Also the interaction with ARB_texture_swizzle should be fixed too. NOTE: This is a candidate for the 7.9 branch. | |||
2010-09-24 | r300g: fix a copy-paste typo for logging | Marek Olšák | |
2010-09-24 | r300g: make accessing map_list and buffer_handles thread-safe | Marek Olšák | |
NOTE: This is a candidate for the 7.9 branch. | |||
2010-09-24 | r300g: fixup long-lived BO maps being incorrectly unmapped when flushing | Marek Olšák | |
Based on commit 3ddc714b20ac4e28b80c6f88d1993445fff2262c by Dave Airlie. NOTE: This is a candidate for the 7.9 branch. | |||
2010-09-24 | util: make calling remove_from_list multiple times in a row safe | Marek Olšák | |
This commit fixes an infinite loop in foreach_s if remove_from_list is used more than once on the same item with other list operations in between. NOTE: This is a candidate for the 7.9 branch because the commit "r300g: fixup long-lived BO maps being incorrectly unmapped when flushing" depends on it. | |||
2010-09-23 | i915: Remove a dead if (0) block. | Eric Anholt | |