summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | i965g: clean up winsys dumping code a littleKeith Whitwell2009-11-051-59/+82
| * | | | | i965g: pass relocation information in an array with bo_subdataKeith Whitwell2009-11-051-6/+25
| * | | | | i965g: propogate map-buffer-range semantics down to winsysKeith Whitwell2009-11-051-2/+17
| * | | | | i965g: make the winsys responsible for all buffer->offset handlingKeith Whitwell2009-11-051-1/+0
| * | | | | brw: push more dumping into the winsysKeith Whitwell2009-11-051-29/+82
| * | | | | i965g: disassemble more than one instruction at a timeKeith Whitwell2009-11-051-14/+8
| * | | | | i965g: call dissassembler for appropriate data uploadsKeith Whitwell2009-11-051-4/+7
| * | | | | i965g: add lots of error checks and early returnsKeith Whitwell2009-11-051-28/+18
| * | | | | i965g: hook up dumpers in dumping winsysKeith Whitwell2009-11-051-0/+61
| * | | | | i965g: add data type tags to aid dumping/decodingKeith Whitwell2009-11-051-33/+62
| * | | | | i965g: Builds with sconsJakob Bornecrantz2009-11-051-0/+5
| * | | | | i965g: Do not create a symlink for i965_dri.soJakob Bornecrantz2009-11-051-1/+0
| * | | | | i915g: Do not create a symlink for i965_dri.soJakob Bornecrantz2009-11-051-1/+0
| * | | | | i965g: consolidate some includesKeith Whitwell2009-11-041-2/+3
| * | | | | ws/i965: allow NULL buffer in winsys::bo_unreferenceKeith Whitwell2009-11-041-0/+6
| * | | | | i965g: hook up flush-frontbufferKeith Whitwell2009-11-041-13/+24
| * | | | | i965g: add missing buffer functionsKeith Whitwell2009-11-041-0/+4
| * | | | | ws/i965: add load-time driver registrationKeith Whitwell2009-11-041-0/+7
| * | | | | ws/i965: add butt-ugly linker hackKeith Whitwell2009-11-041-0/+15
| * | | | | i965g: add standalone xlib debug winsysKeith Whitwell2009-11-043-0/+460
| * | | | | i965g: convert read/write domain pairs into single usage valueKeith Whitwell2009-11-041-4/+38
| * | | | | i965g: driver and winsys compileKeith Whitwell2009-11-017-511/+262
| * | | | | ws/i965: renames from i915, hook up makefilesKeith Whitwell2009-10-2412-237/+236
| * | | | | ws/i965: pull in the rest of the i915 winsys tree.Keith Whitwell2009-10-237-0/+299
| * | | | | ws/i965: clone the i915 winsysKeith Whitwell2009-10-237-0/+799
* | | | | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-217-37/+147
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-152-4/+5
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | mesa: Add missing $(DESTDIR) support to src/gallium/winsys/xlib/MakefileMatthew Bell2009-12-141-4/+4
| | * | | | i915g: Silence unused value warning in intel_drm_get_device_id.Vinson Lee2009-12-121-0/+1
| * | | | | vmwgfx: Update vmwgfx_drm.h to the on upstreamJakob Bornecrantz2009-12-142-27/+30
| * | | | | vmware/xorg: Use new stream ioctlJakob Bornecrantz2009-12-144-10/+107
| * | | | | vmwgfx/core: Check for 3D via the get param ioctlJakob Bornecrantz2009-12-122-3/+12
* | | | | | Revert "r300g: flush CS if a buffer being deleted is referenced by it"Corbin Simpson2009-12-183-8/+0
* | | | | | Merge branch 'pipe-format-simplify'Michal Krol2009-12-189-25/+34
|\ \ \ \ \ \
| * | | | | | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-179-25/+26
| * | | | | | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-1729-210/+1749
| |\ \ \ \ \ \
| * | | | | | | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-032-4/+5
| * | | | | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-038-9/+18
* | | | | | | | r300g: store own copy of flush_cb and flush data.Dave Airlie2009-12-183-2/+8
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'glsl-pp-rework-2'Michal Krol2009-12-171-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into glsl-pp-rework-2Michal Krol2009-12-1277-1978/+6215
| |\ \ \ \ \ \ \
| * | | | | | | | scons: Get GLSL code building correctly when cross compiling.José Fonseca2009-12-101-1/+1
| * | | | | | | | gdi: Link to glslcl.Michal Krol2009-11-131-1/+1
| * | | | | | | | Merge commit 'origin/master' into glsl-pp-rework-2Michal Krol2009-09-175-28/+321
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'origin/master' into glsl-pp-rework-2Michal Krol2009-09-143-4/+34
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | gdi: Fix prototype of gdi_softpipe_surface_buffer_create().Michal Krol2009-09-081-0/+1
| * | | | | | | | | | gdi: Add glsl to LIBS.Michal Krol2009-09-071-1/+1
* | | | | | | | | | | r300g: flush CS if a buffer being deleted is referenced by itMarek Olšák2009-12-153-0/+8
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-115-3/+100
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | vmware/xorg: Properly detect overlay supportJakob Bornecrantz2009-12-093-0/+38