Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-30 | Revert "Prefer intrinsics to handrolled atomic ops." | Tom Fogal | |
This reverts commit 5f66b340aa49c6bc8d0acb2d1a6f8e9a7ef2cb2e, quickly fixing 30514. | |||
2010-09-30 | r600g: fix constant & literal src splitting, also fix mplayer gl2 shader | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-30 | Prefer intrinsics to handrolled atomic ops. | Tom Fogal | |
2010-09-30 | Implement x86_64 atomics for compilers w/o intrinsics. | Tom Fogal | |
Really old gcc's (3.3, at least) don't have support for the intrinsics we need. This implements a fallback for that case. | |||
2010-09-30 | r600g: use constant buffer instead of register for constant | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-30 | gallivm: check for level=0 case in lp_build_minify() | Brian Paul | |
This lets us avoid the shift and max() operations. | |||
2010-09-30 | gallivm: More comprehensive border usage logic. | José Fonseca | |
2010-09-30 | st/egl: Drop context argument from egl_g3d_get_egl_image. | Chia-I Wu | |
Fix a regression since 17eace581d25a626a7d75d9d1205d012cbb14a6e. | |||
2010-09-30 | gallium/winsys: remove duplicated include | Nicolas Kaiser | |
Remove duplicated include. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-09-30 | gallium/st: remove duplicated includes | Nicolas Kaiser | |
Remove duplicated includes. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-09-30 | gallium/softpipe: remove duplicated include | Nicolas Kaiser | |
Remove duplicated include. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-09-30 | gallium/llvmpipe: remove duplicated include | Nicolas Kaiser | |
Remove duplicated include. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-09-30 | gallium/i915: remove duplicated include | Nicolas Kaiser | |
Remove duplicated include. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-09-30 | gallium/util: remove duplicated include | Nicolas Kaiser | |
Remove duplicated include. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-09-30 | gallium/rtasm: remove duplicated include | Nicolas Kaiser | |
Remove duplicated include. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-09-30 | st/egl: Skip single-buffered configs in EGL. | Chia-I Wu | |
Let DRI2 report single-buffered configs and skip them in EGL. This is based on the patch by Luca Barbieri. | |||
2010-09-30 | r300g: fix conditional rendering in non-wait path | Marek Olšák | |
NOTE: This is a candidate for the 7.9 branch. | |||
2010-09-30 | r600g: return string for chip family | Dave Airlie | |
use same strings as r600c. | |||
2010-09-30 | r600g: clean up some code from move to new paths. | Dave Airlie | |
mainly remove 2 suffix from function names | |||
2010-09-30 | r600g: add L8A8 unorm. | Dave Airlie | |
fixes texEnv warnings. | |||
2010-09-30 | r600g: port r300g fix for X* formats in texformat code | Dave Airlie | |
2010-09-29 | gallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding. | José Fonseca | |
2010-09-29 | python/retrace: Handle set_index_buffer and draw_vbo. | José Fonseca | |
2010-09-29 | trace: Fix set_index_buffer and draw_vbo tracing. | José Fonseca | |
2010-09-29 | r600g: Fix SCons build. | Vinson Lee | |
2010-09-29 | r600g: more cleanup | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-29 | r600g: Update SConscript. | Vinson Lee | |
Fixes SCons build. | |||
2010-09-29 | r600g: Update SConscript. | Vinson Lee | |
Fixes SCons build. | |||
2010-09-29 | r600g: cleanup | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-29 | r600g: Update SConscript. | Vinson Lee | |
This is a follow-up to commit 9c284b5cae916a083d17d1039d2f2da128b47882. Fixes SCons build. | |||
2010-09-29 | r300g: add support for formats beginning with X, like X8R8G8B8 | Marek Olšák | |
This is actually a format translator fix. | |||
2010-09-29 | r600g: delete old path | Jerome Glisse | |
Lot of clean can now happen. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-29 | r600g: use a hash table instead of group | Jerome Glisse | |
Instead of creating group of register use a hash table to lookup into which block each register belongs. This simplify code a bit. Signed-off-by: Jerome Glisse <jglisse@redhat.com | |||
2010-09-29 | draw: pass sampler state down to llvm jit state | Brian Paul | |
Fixes a regression caused from the change to make min/max lod dynamic state. https://bugs.freedesktop.org/show_bug.cgi?id=30437 | |||
2010-09-29 | llvmpipe: Decouple sampler view and sampler state updates. | José Fonseca | |
Fixes glean pbo crash. It would be possible to avoid crashing without decoupling, but given that state trackers give no guarantee that number of views is consistent, that would likely cause too many state updates (or miss some). | |||
2010-09-29 | Revert "r600g: add initial vertex translate support." | Dave Airlie | |
This reverts commit 914b669b082258fc05d0fec047b69949d88585c4. I didn't mean to commit this yet, will redo in new state system once we clean it up. | |||
2010-09-29 | draw: added viewport and cliptest flags | Hui Qi Tay | |
Corrections in store_clip to store clip coordinates in AoS form. Viewport & cliptest flag options based on variant key. Put back draw_pt_post_vs and now 2 paths based on whether clipping occurs or not. | |||
2010-09-29 | draw: cliptest and viewport done in a single loop in vertex shader | Hui Qi Tay | |
Cliptesting now done at the end of vs in draw_llvm instead of draw_pt_post_vs. Added viewport mapping transformation and further cliptesting to vertex shader in draw_llvm.c Alternative path where vertex header setup, clip coordinates store, cliptesting and viewport mapping are done earlier in the vertex shader. Still need to hook this up properly according to the return value of "draw_llvm_shader" function. | |||
2010-09-29 | r600g: remove old assert from new codepath | Dave Airlie | |
this fixes draw-elements-base-vertex | |||
2010-09-29 | r600g: add initial vertex translate support. | Dave Airlie | |
2010-09-29 | r600g: move radeon.h members around to add back map flushing. | Dave Airlie | |
2010-09-29 | r600g: add evergreen texture border support to new path | Dave Airlie | |
2010-09-29 | r600g: add back evergreen name. | Dave Airlie | |
2010-09-28 | r600g: Cleaned up index buffer reference handling in the draw module. | Tilman Sauerbeck | |
This fixes a buffer leak. Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> | |||
2010-09-28 | r600g: avoid rebuilding the vertex shader if no change to input format | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-28 | r600g: suspend/resume occlusion query around clear/copy | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-28 | r600g: switch to new design | Jerome Glisse | |
New design seems to be on parity according to piglit, make it default to get more exposure and see if there is any show stopper in the coming days. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-28 | r600g: fix remaining piglit issue in new design | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-28 | r600g: use ptr for blit depth uncompress function | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-28 | nv50: fix GP state bind and validate | Christoph Bumiller | |