Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: Autodetect WINCE. | José Fonseca | 2008-05-28 | 1 | -3/+4 |
| | |||||
* | Revert DOS line endings. | José Fonseca | 2008-05-26 | 3 | -1494/+1494 |
| | |||||
* | Remove CVS keywords. | José Fonseca | 2008-05-26 | 2 | -2/+0 |
| | |||||
* | i915: Removed screen sufixes on texture functions | Jakob Bornecrantz | 2008-05-26 | 1 | -14/+14 |
| | |||||
* | i915: Fix for tex-surface merge | Jakob Bornecrantz | 2008-05-26 | 1 | -2/+27 |
| | |||||
* | Merge branch 'gallium-tex-surface' into gallium-0.1 | Jakob Bornecrantz | 2008-05-26 | 51 | -735/+10729 |
|\ | | | | | | | | | | | Conflicts: src/gallium/include/pipe/p_util.h | ||||
| * | i915: Revert accidental change | Jakob Bornecrantz | 2008-05-23 | 1 | -1/+1 |
| | | |||||
| * | i915: Improved vertex buffer performance | Jakob Bornecrantz | 2008-05-23 | 1 | -3/+19 |
| | | |||||
| * | i915: Fix for edgeflags | Jakob Bornecrantz | 2008-05-23 | 1 | -0/+6 |
| | | |||||
| * | Merge branch 'gallium-i915-current' into gallium-0.1 | Jakob Bornecrantz | 2008-05-23 | 50 | -733/+10709 |
| |\ | |||||
| | * | i915: Made EGL report the actual modes on the screen/output pair | Jakob Bornecrantz | 2008-05-23 | 1 | -2/+14 |
| | | | |||||
| | * | i915: Make batchbuffers larger. | Thomas Hellstrom | 2008-05-23 | 2 | -2/+2 |
| | | | |||||
| | * | i915: Use the malloc pool for constant buffers since they don't go to the ↵ | Thomas Hellstrom | 2008-05-23 | 2 | -15/+16 |
| | | | | | | | | | | | | GPU directly. | ||||
| | * | i915: Added EGL winsys | Jakob Bornecrantz | 2008-05-14 | 28 | -0/+7110 |
| | | | |||||
| | * | i915: Real fix for weird fence leak. Thanks Thomas | Jakob Bornecrantz | 2008-04-23 | 2 | -44/+67 |
| | | | |||||
| | * | i915: Fixed weird fence leak when I915_VBUF=true | Jakob Bornecrantz | 2008-04-22 | 1 | -1/+1 |
| | | | |||||
| | * | i915: Changed name to i915_dri.so | Jakob Bornecrantz | 2008-04-15 | 1 | -1/+1 |
| | | | |||||
| | * | Removed intel_ioctl it wasn't needed | Jakob Bornecrantz | 2008-04-14 | 3 | -179/+1 |
| | | | |||||
| | * | Fixed memory leak | Jakob Bornecrantz | 2008-04-12 | 1 | -0/+1 |
| | | | |||||
| | * | i915: Added debug counter to bufmgr | Jakob Bornecrantz | 2008-04-08 | 1 | -0/+9 |
| | | | |||||
| | * | i915: Fixed fence related problems | Jakob Bornecrantz | 2008-04-08 | 2 | -9/+13 |
| | | | |||||
| | * | i915: Fixed fence leak in intel_swapbuffers.c | Jakob Bornecrantz | 2008-04-08 | 1 | -1/+0 |
| | | | |||||
| | * | Added fence counter to fence manager | Jakob Bornecrantz | 2008-04-08 | 1 | -0/+5 |
| | | | |||||
| | * | Fixed user_buffer memory leak | Jakob Bornecrantz | 2008-04-08 | 2 | -2/+3 |
| | | | |||||
| | * | i915: Pulled in changes from i915tex | Jakob Bornecrantz | 2008-04-07 | 23 | -726/+3712 |
| | | | |||||
| | * | gallium: Stop warnings | Jakob Bornecrantz | 2008-04-07 | 1 | -0/+3 |
| | | | |||||
* | | | cso: use memcpy rather than structure asignment for copying | Keith Whitwell | 2008-05-25 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | Apparently gcc will omit to copy hidden padding bytes under some circumstances, which means later on memcmp() will indicate a difference between structs even though all the visible members are identical. | ||||
* | | | gallium: Poor-man profiler for win32 kernel. | José Fonseca | 2008-05-24 | 2 | -0/+186 |
| | | | |||||
* | | | scons: New profile build. | José Fonseca | 2008-05-24 | 1 | -0/+1 |
| | | | |||||
* | | | pipebuffer: More robust face null pointers. | José Fonseca | 2008-05-22 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | It is really the caller responsibility not to call pipebuffer with null buffers, etc. But don't let the crash happen here, and still asserting early. | ||||
* | | | pipebuffer: Don't retry allocating in slab suballocator. | José Fonseca | 2008-05-22 | 1 | -18/+5 |
| | | | | | | | | | | | | | | | | | | In pipebuffer, fencing is done at on a level above sub-allocation, so no matter how many times slab allocator retries no buffer will be freed. The pipebuffer fencing implemention already retries allocating. | ||||
* | | | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul | 2008-05-19 | 2 | -0/+13 |
|\| | | |||||
| * | | gallium: fix some texture object leaks | Brian Paul | 2008-05-19 | 2 | -0/+13 |
| | | | |||||
* | | | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul | 2008-05-19 | 2 | -1/+8 |
|\| | | |||||
| * | | if x86_get_func() returns NULL, handle it properly instead of aborting | Brian Paul | 2008-05-19 | 2 | -1/+8 |
| | | | |||||
* | | | i915simple: Fix win9x build. | José Fonseca | 2008-05-19 | 1 | -1/+1 |
| | | | |||||
* | | | gallium: Additional formats for bump mapping. | José Fonseca | 2008-05-19 | 1 | -0/+3 |
| | | | |||||
* | | | gallium: Fix typo. | José Fonseca | 2008-05-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul | 2008-05-18 | 26 | -376/+640 |
|\| | | |||||
| * | | cosmetic changes | Zack Rusin | 2008-05-17 | 1 | -3/+2 |
| | | | |||||
| * | | fix rsq | Zack Rusin | 2008-05-17 | 1 | -3/+3 |
| | | | |||||
| * | | fix abs and start on rsq | Zack Rusin | 2008-05-17 | 4 | -20/+58 |
| | | | |||||
| * | | do the lit (some artifacts present) | Zack Rusin | 2008-05-17 | 4 | -14/+40 |
| | | | |||||
| * | | implement min/max and abstract ops on vectors | Zack Rusin | 2008-05-17 | 4 | -11/+100 |
| | | | |||||
| * | | llvm: implement sub and abs | Zack Rusin | 2008-05-17 | 5 | -17/+67 |
| | | | |||||
| * | | fix injections of functions from builtins into shaders | Zack Rusin | 2008-05-17 | 2 | -10/+11 |
| | | | |||||
| * | | move the swizzling code to gallivm in preperation for code-generating it | Zack Rusin | 2008-05-17 | 5 | -194/+201 |
| | | | | | | | | | | | | also some minor cleanups | ||||
| * | | gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state() | Brian Paul | 2008-05-17 | 11 | -57/+137 |
| | | | | | | | | | | | | The caller can then free the token array immediately. | ||||
| * | | gallium: remove deprecated format names | Brian Paul | 2008-05-17 | 1 | -8/+0 |
| | | | |||||
| * | | adjust llvm code to the changes in 2.3 | Zack Rusin | 2008-05-12 | 3 | -28/+26 |
| | | |