Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-22 | g3dvl: Add Nouveau winsys, libdriclient. | Younes Manton | |
Nouveau winsys is based on Mesa's Nouveau winsys and soft-links to most of it. The 'nouveau_context' and 'nouveau_screen' code contains most of the changes, 'nouveau_winsys_pipe', 'nouveau_swapbuffers' and 'nouveau_lock' contain some minor changes. The driclient library contains the DRI userland stuff, most of which was based on Mesa's DRI code. | |||
2008-07-22 | g3dvl: Add stubs for some XvMC functions. | Younes Manton | |
Some of these may need to be implemented on the DDX side. | |||
2008-07-21 | nv50: add NV86 and NV94 to list of "supported" chips | Ben Skeggs | |
2008-07-20 | g3dvl: Fix some memory leaks in the winsys. | Younes Manton | |
2008-07-20 | g3dvl: Minor SP winsys cleanup. | Younes Manton | |
2008-07-14 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-07-13 | python: New state tracker which exposes the pipe driver to python scripts. | José Fonseca | |
Still under development. Just barely works. | |||
2008-07-13 | util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions. | José Fonseca | |
You don't need a pipe_context * for this, and all other necessary info is already inside pipe_surface. | |||
2008-07-13 | pb: buffer over/underflows are errors. | José Fonseca | |
2008-07-13 | tgsi: Parse destination operand modulate modifier. | Michal Krol | |
2008-07-13 | tgsi: Parse extended source register modifiers. | Michal Krol | |
2008-07-13 | tgsi: Parse _SAT and _SAT opcode suffix. | Michal Krol | |
2008-07-13 | tgsi: Parse IMM statements. | Michal Krol | |
2008-07-13 | tgsi: Parse texture instructions correctly. | Michal Krol | |
2008-07-13 | tgsi: Fix instruction operand counts. | Michal Krol | |
2008-07-13 | tgsi: Fix instruction opcode parsing. | Michal Krol | |
2008-07-13 | tgsi: Add missing SWZ opcode. | Michal Krol | |
2008-07-13 | tgsi: Parse DCL statements. | Michal Krol | |
2008-07-13 | tgsi: Remove depricated ATTRIB interpolate mode. | Michal Krol | |
2008-07-13 | llvm: build fixes. | Stephane Marchesin | |
2008-07-12 | scons: List `util/tgsi_text.c'. | Michal Krol | |
2008-07-12 | tgsi: Add tgsi_text utility module. | Michal Krol | |
Translates textual shader into a binary token stream. The syntax matches the tgsi_dump module, so it's possible to simply copy-paste the shader dump and transform it back to a binary form. | |||
2008-07-12 | tgsi: Fix dumping of indirect addressing. | Michal Krol | |
2008-07-12 | nv30: no npot textures | Patrice Mandin | |
2008-07-12 | nv30: update caps | Patrice Mandin | |
2008-07-12 | nv30: do not shift texture format | Patrice Mandin | |
2008-07-12 | nv30: Emit vertex buffer objects using state objects | Patrice Mandin | |
2008-07-12 | nv30: Move edgeflag stuff | Patrice Mandin | |
2008-07-12 | nv30: Reorder, remove useless stuff | Patrice Mandin | |
2008-07-12 | nv30: Rename state emission func | Patrice Mandin | |
2008-07-12 | tgsi: Add missing copyright headers. | Michal Krol | |
2008-07-12 | nv30: was setting wrong register | Patrice Mandin | |
2008-07-12 | nv30: does not have vp_attrib/result | Patrice Mandin | |
2008-07-12 | nv30: Change comment about slowdown | Patrice Mandin | |
2008-07-12 | nv30: Emit fragment program using state objects | Patrice Mandin | |
2008-07-12 | nv30: Emit vertex program using state objects | Patrice Mandin | |
2008-07-11 | egl: a minor overhauld of egl_xdri.c | Brian Paul | |
Rely more on the libGL code to avoid duplicated efforts. Also fix confusion arising from multiple __DRIscreen objects. | |||
2008-07-11 | glx: added __glXPreferEGL() to tell libGL to prefer "egl_" drivers over ↵ | Brian Paul | |
regular DRI drivers. Also, clean-up, consolidate the dlopen() code a bit. | |||
2008-07-11 | build egl subdirs | Brian Paul | |
2008-07-11 | nv30: Move constant buffers out of vert/frag prog structures | Patrice Mandin | |
2008-07-11 | nv30: Emit fragtex state using state objects | Patrice Mandin | |
2008-07-11 | nv30: split fragprog_upload from fragprog_bind | Patrice Mandin | |
2008-07-11 | nv30: split fragprog_prepare from fragprog_translate | Patrice Mandin | |
2008-07-11 | nv30: Update miptree to match latest changes | Patrice Mandin | |
2008-07-11 | gallium: Make dri drivers create a egl_name_dri.so if supported | Jakob Bornecrantz | |
2008-07-11 | nv50: obey do_flip in surface_copy() | Ben Skeggs | |
2008-07-11 | nv50: quick hack to get textures untiled on map, and tiled on unmap | Ben Skeggs | |
progs/fp/tri-tex is all good now rather than all scrambled :) | |||
2008-07-11 | nouveau: winsys surface funcs deprecated, remove them | Ben Skeggs | |
2008-07-11 | nv50: demagic tex filter / wrap mode | Ben Skeggs | |
2008-07-11 | nv50: add some texture formats | Ben Skeggs | |