Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r600g: Initial import | Jerome Glisse | 2010-05-27 | 52 | -0/+14464 |
| | |||||
* | llvmpipe: s/bool/boolean/ | Brian Paul | 2010-05-27 | 1 | -2/+2 |
| | |||||
* | llvmpipe: s/bool/boolean | Brian Paul | 2010-05-27 | 1 | -2/+2 |
| | |||||
* | sw/xlib: avoid dereferencing a null pointer | Brian Paul | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | gallivm: add assertions to check type of phi variables | Brian Paul | 2010-05-27 | 1 | -0/+2 |
| | |||||
* | r300g/swtcl: fix secondary color and back-face color outputs | Marek Olšák | 2010-05-27 | 6 | -5/+382 |
| | | | | | | | | | | These piglit tests have been fixed: - bgra-sec-color-pointer - glsl-routing See comments at the beginning of r300_vs_draw.c WPOS is implemented too but it doesn't work yet. I'm still working on it. | ||||
* | llvmpipe: Refer to my personal udis86 repository. | José Fonseca | 2010-05-27 | 1 | -2/+3 |
| | | | | As it has a bunch of fixes/additions not merged by upstream yet. | ||||
* | util: Also add a define for the dynamic library's prefix. | José Fonseca | 2010-05-27 | 1 | -0/+3 |
| | |||||
* | egl/mks: remove extra param from function call | Brian Paul | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image() | Brian Paul | 2010-05-27 | 1 | -0/+1 |
| | |||||
* | r300g: decouple drawing code and two-sided stencil refvalue fallback | Marek Olšák | 2010-05-27 | 3 | -205/+154 |
| | | | | | | It's now more separate from the rest of the driver and it can be disabled by commenting out just 1 line. Well, I couldn't make the previous version work with SW TCL reliably, that's the reason of this little rework. | ||||
* | r300g/swtcl: handle large index count properly | Marek Olšák | 2010-05-26 | 1 | -23/+53 |
| | | | | This fixes piglit/draw-elements. | ||||
* | r300g/swtcl: force vertex prefetching for non-indexed primitives | Marek Olšák | 2010-05-26 | 3 | -6/+7 |
| | |||||
* | r300g/swtcl: move emitting AOS to prepare_for_rendering | Marek Olšák | 2010-05-26 | 3 | -11/+14 |
| | |||||
* | r300g/swtcl: vbo transfer sanity checks | Marek Olšák | 2010-05-26 | 1 | -0/+6 |
| | |||||
* | r300g: add get_cs_info winsys entrypoint, abandon check_cs | Marek Olšák | 2010-05-26 | 6 | -7/+27 |
| | |||||
* | r300g/swtcl: do not use u_upload_mgr and do not compute max_index | Marek Olšák | 2010-05-26 | 2 | -40/+45 |
| | |||||
* | r300g: remove unnecessary includes | Marek Olšák | 2010-05-26 | 1 | -10/+0 |
| | |||||
* | gallivm: Remove unnecessary headers. | Vinson Lee | 2010-05-26 | 1 | -2/+0 |
| | |||||
* | st/xorg: Remove unnecessary headers. | Vinson Lee | 2010-05-26 | 2 | -2/+0 |
| | |||||
* | util: Remove unnecessary headers. | Vinson Lee | 2010-05-26 | 1 | -2/+0 |
| | |||||
* | st/dri: Remove dri.c from SCons build. | Vinson Lee | 2010-05-26 | 1 | -1/+0 |
| | | | | | This was missed in commit f501230db3a94c9328b8e769d9c17b2c3792e19c. Fixes SCons build. | ||||
* | r300g: fix fence referencing | Marek Olšák | 2010-05-26 | 1 | -0/+1 |
| | |||||
* | r300/compiler: move hardware caps to the radeon_compiler base struct | Marek Olšák | 2010-05-26 | 2 | -2/+4 |
| | | | | Needed for vertex shaders too. | ||||
* | rbug: add set sample mask passthrough. | Dave Airlie | 2010-05-26 | 1 | -0/+12 |
| | | | | | | This at least stops rbug segfaulting at startup. Signed-off-by: Dave Airlie <[email protected]> | ||||
* | r300g: more efficient finish + fix comments | Marek Olšák | 2010-05-26 | 2 | -6/+7 |
| | |||||
* | r300g: implement fake but compliant fences | Marek Olšák | 2010-05-26 | 4 | -35/+63 |
| | |||||
* | r300g: add r300_init_render_functions, remove r300_render.h | Marek Olšák | 2010-05-25 | 4 | -174/+84 |
| | |||||
* | r300g: remove r300_query.h | Marek Olšák | 2010-05-25 | 4 | -38/+7 |
| | |||||
* | r300g: remove r300_flush.h | Marek Olšák | 2010-05-25 | 4 | -30/+1 |
| | |||||
* | r300g: add r300_init_blit_functions, remove r300_blit.h | Marek Olšák | 2010-05-25 | 4 | -77/+28 |
| | |||||
* | util: update comments at blitter | Marek Olšák | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | util: fix indentation in blitter | Marek Olšák | 2010-05-25 | 1 | -14/+14 |
| | |||||
* | r300g,util: remove pipe_surface from the util_blitter_copy interface and ↵ | Marek Olšák | 2010-05-25 | 5 | -171/+151 |
| | | | | clean up | ||||
* | r300g,util: remove pipe_surface from the util_blitter_fill interface and ↵ | Marek Olšák | 2010-05-25 | 5 | -57/+45 |
| | | | | clean up | ||||
* | util: remove unused util_blitter_copy_surface | Marek Olšák | 2010-05-25 | 1 | -19/+1 |
| | |||||
* | drm_api: Remove type argument from create screen callback | Jakob Bornecrantz | 2010-05-25 | 12 | -94/+30 |
| | | | | | With the removal of DRI1 support there where no use of this argument, some drivers didn't even properly check it. | ||||
* | gallium: Remove dri1_api.h and winsys support for DRI1 | Jakob Bornecrantz | 2010-05-25 | 4 | -255/+7 |
| | | | | | Since DRI1 support was dropped from st/dri it makes no sense to keep this code around. | ||||
* | st/dri: Remove DRI1 support | Jakob Bornecrantz | 2010-05-25 | 4 | -596/+6 |
| | | | | | Nobody used it and the current code had been trough so many changes yet never once being tested. | ||||
* | llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE ↵ | José Fonseca | 2010-05-25 | 2 | -32/+11 |
| | | | | | | | | | | magic. Flush means flush, i.e., all previous operations should be visible from other contexts. This does not imply unswizzling tiles, since unswizzling should be done on a needed basis for any context. | ||||
* | gallivm: Choose an appropriate code generation optimization level. | José Fonseca | 2010-05-25 | 1 | -1/+33 |
| | | | | 'Default' unless GALLIVM_DEBUG=nopt option is set. | ||||
* | sw/xlib: NULL-out pointers after freeing image data | Brian Paul | 2010-05-24 | 1 | -1/+7 |
| | | | | | | This fixes a double-free() error when not using a shared memory XImage. The XDestroyImage() function frees the ximage->data buffer if non-NULL. If we free it ourselves, we also need to NULL-out the pointer. | ||||
* | st/glx: check if deleting head of buffer list | Brian Paul | 2010-05-24 | 1 | -0/+4 |
| | |||||
* | llvmpipe: Also test compressed formats in lp_test_format() | José Fonseca | 2010-05-24 | 1 | -0/+2 |
| | |||||
* | llvmpipe: Fix lp_test_format on 32bit OSes. | José Fonseca | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | xorg-vmwgfx: Add vmwctrl proto | Jakob Bornecrantz | 2010-04-30 | 9 | -0/+760 |
| | |||||
* | llvmpipe: Delete extraneous arugment too. | José Fonseca | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | llvmpipe: Remove unused sincos_test_case struct. | José Fonseca | 2010-05-24 | 1 | -6/+2 |
| | |||||
* | llvmpipe: Unit test for sin/cos that compares against reference implementation. | Qicheng Christopher Li | 2010-05-24 | 4 | -1/+984 |
| | | | | Signed-off-by: José Fonseca <[email protected]> | ||||
* | gallivm: Efficient implementation of sin/cos. | Qicheng Christopher Li | 2010-05-24 | 1 | -105/+429 |
| | | | | | | Based on Julien Pommier's SSE and SSE2 algorithms. Signed-off-by: José Fonseca <[email protected]> |