summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nouveau: missed PCI caseBen Skeggs2008-05-251-1/+2
* nouveau: remove final PIPE_FORMAT_U_* usageBen Skeggs2008-05-256-22/+22
* Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-05-2574-1027/+11327
|\
| * i915: Revert accidental changeJakob Bornecrantz2008-05-231-1/+1
| * i915: Improved vertex buffer performanceJakob Bornecrantz2008-05-231-3/+19
| * i915: Fix for edgeflagsJakob Bornecrantz2008-05-231-0/+6
| * Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz2008-05-2350-733/+10709
| |\
| | * i915: Made EGL report the actual modes on the screen/output pairJakob Bornecrantz2008-05-231-2/+14
| | * i915: Make batchbuffers larger.Thomas Hellstrom2008-05-232-2/+2
| | * i915: Use the malloc pool for constant buffers since they don't go to the GPU...Thomas Hellstrom2008-05-232-15/+16
| | * i915: Added EGL winsysJakob Bornecrantz2008-05-1428-0/+7110
| | * i915: Real fix for weird fence leak. Thanks ThomasJakob Bornecrantz2008-04-232-44/+67
| | * i915: Fixed weird fence leak when I915_VBUF=trueJakob Bornecrantz2008-04-221-1/+1
| | * i915: Changed name to i915_dri.soJakob Bornecrantz2008-04-151-1/+1
| | * Removed intel_ioctl it wasn't neededJakob Bornecrantz2008-04-143-179/+1
| | * Fixed memory leakJakob Bornecrantz2008-04-121-0/+1
| | * i915: Added debug counter to bufmgrJakob Bornecrantz2008-04-081-0/+9
| | * i915: Fixed fence related problemsJakob Bornecrantz2008-04-082-9/+13
| | * i915: Fixed fence leak in intel_swapbuffers.cJakob Bornecrantz2008-04-081-1/+0
| | * Added fence counter to fence managerJakob Bornecrantz2008-04-081-0/+5
| | * Fixed user_buffer memory leakJakob Bornecrantz2008-04-082-2/+3
| | * i915: Pulled in changes from i915texJakob Bornecrantz2008-04-0723-726/+3712
| | * gallium: Stop warningsJakob Bornecrantz2008-04-071-0/+3
| * | gallium: fix some texture object leaksBrian Paul2008-05-192-0/+13
| * | if x86_get_func() returns NULL, handle it properly instead of abortingBrian Paul2008-05-192-1/+8
| * | cosmetic changesZack Rusin2008-05-171-3/+2
| * | fix rsqZack Rusin2008-05-171-3/+3
| * | fix abs and start on rsqZack Rusin2008-05-174-20/+58
| * | do the lit (some artifacts present)Zack Rusin2008-05-174-14/+40
| * | implement min/max and abstract ops on vectorsZack Rusin2008-05-174-11/+100
| * | llvm: implement sub and absZack Rusin2008-05-175-17/+67
| * | fix injections of functions from builtins into shadersZack Rusin2008-05-172-10/+11
| * | move the swizzling code to gallivm in preperation for code-generating itZack Rusin2008-05-175-194/+201
| * | gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul2008-05-1711-57/+137
| * | gallium: remove deprecated format namesBrian Paul2008-05-171-8/+0
* | | nv40: fix typo in one of the previous commitsBen Skeggs2008-05-141-1/+1
* | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-05-1413-105/+128
|\| |
| * | adjust llvm code to the changes in 2.3Zack Rusin2008-05-123-28/+26
| * | gallium: optimize the flush_spans() functionBrian2008-05-101-41/+40
| * | gallium: remove unused codeBrian2008-05-101-15/+0
| * | draw: Fix number of vertices allocated in draw_pt_emit().Michel Dänzer2008-05-091-1/+1
| * | draw: mimize cost of translate key compares, use cache universallyKeith Whitwell2008-05-094-17/+23
| * | translate: helper functions for mimizing cost of key comparesKeith Whitwell2008-05-091-0/+21
| * | draw: only fill in / compare the part of the translate key we're using.Keith Whitwell2008-05-083-10/+11
| * | xlib: more SP_NO_RAST supportKeith Whitwell2008-05-082-0/+12
| * | softpipe: don't calc det if NO_RAST setKeith Whitwell2008-05-081-2/+3
| * | cso_cache: Fix test for currently bound blend state.Michel Dänzer2008-05-081-1/+1
* | | nouveau: remove winsys-related stuff from nouveau_local.hBen Skeggs2008-05-143-36/+42
* | | nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs2008-05-1316-43/+23
* | | nouveau: make nouveau_device.h part of public APIBen Skeggs2008-05-136-5/+1