Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-27 | r600g: fix driver + shader compiler backend change | Jerome Glisse | |
Change the way we translate from c_compiler to the asic specific representation. Should make things simpler. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-05-27 | r600g: Integrate into build | Jakob Bornecrantz | |
Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com> | |||
2010-05-27 | r600g: Fix buffer offsets | Jakob Bornecrantz | |
Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com> | |||
2010-05-27 | r600g: adapt to latest interfaces changes | Marek Olšák | |
- Wrapped the buffer and texture create/destroy/transfer/... functions using u_resource, which is then used to implement the resource functions. - Implemented texture transfers. I left the buffer and texture transfers separate because one day we'll need a special codepath for textures. - Added index_bias to the draw_*elements functions. - Removed nonexistent *REP and *FOR instructions. - Some pipe formats have changed channel ordering, so I've removed/fixed nonexistent ones. - Added stubs for create/set/destroy sampler views. - Added a naive implementation of vertex elements state (new CSO). - Reworked {texture,buffer}_{from,to}_handle. - Reorganized winsys files, removed dri,egl,python directories. - Added a new build target dri-r600. | |||
2010-05-27 | r600g: Initial import | Jerome Glisse | |
2010-05-27 | llvmpipe: s/bool/boolean/ | Brian Paul | |
2010-05-27 | llvmpipe: s/bool/boolean | Brian Paul | |
2010-05-27 | sw/xlib: avoid dereferencing a null pointer | Brian Paul | |
2010-05-27 | gallivm: add assertions to check type of phi variables | Brian Paul | |
2010-05-27 | r300g/swtcl: fix secondary color and back-face color outputs | Marek Olšák | |
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. | |||
2010-05-27 | llvmpipe: Refer to my personal udis86 repository. | José Fonseca | |
As it has a bunch of fixes/additions not merged by upstream yet. | |||
2010-05-27 | util: Also add a define for the dynamic library's prefix. | José Fonseca | |
2010-05-27 | egl/mks: remove extra param from function call | Brian Paul | |
2010-05-27 | egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image() | Brian Paul | |
2010-05-27 | r300g: decouple drawing code and two-sided stencil refvalue fallback | Marek Olšák | |
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. | |||
2010-05-26 | r300g/swtcl: handle large index count properly | Marek Olšák | |
This fixes piglit/draw-elements. | |||
2010-05-26 | r300g/swtcl: force vertex prefetching for non-indexed primitives | Marek Olšák | |
2010-05-26 | r300g/swtcl: move emitting AOS to prepare_for_rendering | Marek Olšák | |
2010-05-26 | r300g/swtcl: vbo transfer sanity checks | Marek Olšák | |
2010-05-26 | r300g: add get_cs_info winsys entrypoint, abandon check_cs | Marek Olšák | |
2010-05-26 | r300g/swtcl: do not use u_upload_mgr and do not compute max_index | Marek Olšák | |
2010-05-26 | r300g: remove unnecessary includes | Marek Olšák | |
2010-05-26 | gallivm: Remove unnecessary headers. | Vinson Lee | |
2010-05-26 | st/xorg: Remove unnecessary headers. | Vinson Lee | |
2010-05-26 | util: Remove unnecessary headers. | Vinson Lee | |
2010-05-26 | st/dri: Remove dri.c from SCons build. | Vinson Lee | |
This was missed in commit f501230db3a94c9328b8e769d9c17b2c3792e19c. Fixes SCons build. | |||
2010-05-26 | r300g: fix fence referencing | Marek Olšák | |
2010-05-26 | r300/compiler: move hardware caps to the radeon_compiler base struct | Marek Olšák | |
Needed for vertex shaders too. | |||
2010-05-26 | rbug: add set sample mask passthrough. | Dave Airlie | |
This at least stops rbug segfaulting at startup. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-05-26 | r300g: more efficient finish + fix comments | Marek Olšák | |
2010-05-26 | r300g: implement fake but compliant fences | Marek Olšák | |
2010-05-25 | r300g: add r300_init_render_functions, remove r300_render.h | Marek Olšák | |
2010-05-25 | r300g: remove r300_query.h | Marek Olšák | |
2010-05-25 | r300g: remove r300_flush.h | Marek Olšák | |
2010-05-25 | r300g: add r300_init_blit_functions, remove r300_blit.h | Marek Olšák | |
2010-05-25 | util: update comments at blitter | Marek Olšák | |
2010-05-25 | util: fix indentation in blitter | Marek Olšák | |
2010-05-25 | r300g,util: remove pipe_surface from the util_blitter_copy interface and ↵ | Marek Olšák | |
clean up | |||
2010-05-25 | r300g,util: remove pipe_surface from the util_blitter_fill interface and ↵ | Marek Olšák | |
clean up | |||
2010-05-25 | util: remove unused util_blitter_copy_surface | Marek Olšák | |
2010-05-25 | drm_api: Remove type argument from create screen callback | Jakob Bornecrantz | |
With the removal of DRI1 support there where no use of this argument, some drivers didn't even properly check it. | |||
2010-05-25 | gallium: Remove dri1_api.h and winsys support for DRI1 | Jakob Bornecrantz | |
Since DRI1 support was dropped from st/dri it makes no sense to keep this code around. | |||
2010-05-25 | st/dri: Remove DRI1 support | Jakob Bornecrantz | |
Nobody used it and the current code had been trough so many changes yet never once being tested. | |||
2010-05-25 | llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE ↵ | José Fonseca | |
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. | |||
2010-05-25 | gallivm: Choose an appropriate code generation optimization level. | José Fonseca | |
'Default' unless GALLIVM_DEBUG=nopt option is set. | |||
2010-05-24 | sw/xlib: NULL-out pointers after freeing image data | Brian Paul | |
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. | |||
2010-05-24 | st/glx: check if deleting head of buffer list | Brian Paul | |
2010-05-24 | llvmpipe: Also test compressed formats in lp_test_format() | José Fonseca | |
2010-05-24 | llvmpipe: Fix lp_test_format on 32bit OSes. | José Fonseca | |
2010-04-30 | xorg-vmwgfx: Add vmwctrl proto | Jakob Bornecrantz | |