Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-19 | xlib: fix dependencies | Keith Whitwell | |
2009-01-19 | gallium: minor reformatting | Brian Paul | |
2009-01-19 | util: add reduced prim helper | Keith Whitwell | |
2009-01-19 | gallium: use align() intead of round_up() | Brian Paul | |
2009-01-19 | tgsi: change an if to an else-if, added const qual, added comments | Brian Paul | |
2009-01-19 | Merge commit 'origin/gallium-0.2' into gallium-xlib-rework | Keith Whitwell | |
Conflicts: src/gallium/state_trackers/glx/xlib/fakeglx.c src/gallium/state_trackers/glx/xlib/xm_api.c src/gallium/winsys/xlib/xmesaP.h | |||
2009-01-19 | xlib: fix compilation after xmesa header moves | Keith Whitwell | |
2009-01-19 | Merge commit 'origin/gallium-0.2' into gallium-xlib-rework | Keith Whitwell | |
2009-01-18 | g3dvl: Some cleanups. | Younes Manton | |
2009-01-18 | g3dvl: Ref count everywhere. | Younes Manton | |
2009-01-18 | g3dvl: Mark all buffers for incoming frame data as discardable. | Younes Manton | |
2009-01-18 | nouveau: Rename buffer on map if discardable, busy, and write-only. | Younes Manton | |
2009-01-18 | gallium: Add PIPE_BUFFER_USAGE_DISCARD. | Younes Manton | |
When passed to map() signals that the buffer's previous contents are not required, allowing the driver to allocate a new buffer if the current buffer can not be mapped immediately. | |||
2009-01-18 | g3dvl: Return BadAlloc if we can't create an XvMC surface. | Younes Manton | |
2009-01-19 | i915: Build gem and egl winsys by default | Jakob Bornecrantz | |
2009-01-19 | i915: Make gem submit commands | Jakob Bornecrantz | |
2009-01-19 | egl: Fix swap and creation of front buffer | Jakob Bornecrantz | |
2009-01-18 | i915: Use new egl state_tracker | Jakob Bornecrantz | |
2009-01-18 | egl: Add a egl state_tracker that use Gallium | Jakob Bornecrantz | |
This works on top Gallium and KMS. The only thing that does not work currently is swap buffers for shown mesa screens. So the only fun thing this will produce is a white screen. The driver wishing to us the state_tracker needs to implement the intrace as define in drm_api.h located in gallium/include/state_tracker. And also have a working KMS implementation. | |||
2009-01-18 | i915: Update gem backend a bit | Jakob Bornecrantz | |
2009-01-17 | debug: add noprefix version of debug_dump_enum | Keith Whitwell | |
2009-01-17 | xlib: don't explicitly create the pipe_winsys struct | Keith Whitwell | |
2009-01-17 | xlib: don't explicitly create the pipe_winsys struct | Keith Whitwell | |
2009-01-14 | gallium: Disable memory debugging for Windows OGL. | José Fonseca | |
Unfortunately both Mesa and Gallium use the same defines for memory allocation (MALLOC, FREE, etc), and worse, some times memory is allocated with one set and freed with the other set, causing the homegrown memory debugger to trip on itself. In the future mesa and gallium should use different names, but for now, memory debugging on Windows will have to be carried with different tools.. | |||
2009-01-14 | intel: Add a none working GEM backend for intel | Jakob Bornecrantz | |
2009-01-14 | cell: Specify constant as float for CEILF(). | Jonathan Adamczewski | |
Without the f, the constant is treated as a double, resulting in slower arithmetic and libgcc conversion calls each time CEILF() is used. | |||
2009-01-13 | xlib: split off cell to its own backend | Keith Whitwell | |
Also remove compile-time USE_XSHM flag. Still check for XSHM at runtime though. | |||
2009-01-13 | xlib: allow winsys's to register themselves with glx/xlib state tracker | Keith Whitwell | |
2009-01-13 | nv50: fix progs/tests/manytex | Ben Skeggs | |
Previously all squares were textured with the same texture.. not quite what the demo was supposed to look like! | |||
2009-01-13 | nv50: get glxgears showing all 3 gears instead of 1!! | Ben Skeggs | |
This fixes a lot of other things where not all the geometry got drawn also. | |||
2009-01-13 | nv50: change some magic reg, makes more things work | Ben Skeggs | |
No real idea what this does.. but a lot of things that misrendered and made the GPU throw a DATA_ERROR now work.. I'm wondering what side-effects we'll see from this :) | |||
2009-01-13 | nv50: add DXTn formats | Ben Skeggs | |
2009-01-13 | nv50: shadow mapping | Ben Skeggs | |
2009-01-13 | nv50: aniso | Ben Skeggs | |
2009-01-13 | nv50: occlusion queries | Ben Skeggs | |
Not quite working, but the general idea is right I think. | |||
2009-01-13 | nv50: implement KIL enough for progs/fp/kil to work | Ben Skeggs | |
2009-01-13 | cell: Add missing suffix to SHUFFLE macro | Jonathan Adamczewski | |
2009-01-12 | cell: allocate batch buffers w/ 16-byte alignment | Jonathan Adamczewski | |
Replace cell_batch{align,alloc)*() with cell_batch_alloc16(), allocating multiples of 16 bytes that are 16 byte aligned. Opcodes are stored in preferred slot of SPU machine word. Various structures are explicitly padded to 16 byte multiples. Added STATIC_ASSERT(). | |||
2009-01-12 | dri: make dri_display_surface static | Keith Whitwell | |
2009-01-12 | dri: pull dri_swapbuffers.c into dri_drawable.c | Keith Whitwell | |
2009-01-12 | gallivm: Make sure the bitcode buffer is followed by a 0 byte. | Michel Dänzer | |
May fail to parse otherwise. | |||
2009-01-12 | dri: rename dri1 directory | Keith Whitwell | |
2009-01-12 | dri: sketch of new device-independent glx/dri state tracker | Keith Whitwell | |
2009-01-12 | gallivm: Print error message from ParseBitcodeFile() in case it fails. | Michel Dänzer | |
2009-01-12 | gallivm: Adapt to header file move in LLVM 2.4. | Michel Dänzer | |
2009-01-12 | nv50: make rtt work again | Ben Skeggs | |
2009-01-12 | nv50: fix handling of depth textures | Ben Skeggs | |
2009-01-12 | nv50: another typo.. | Ben Skeggs | |
2009-01-12 | nouveau: fix warning | Ben Skeggs | |
2009-01-12 | nv50: fix assertion failure | Ben Skeggs | |