aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* i915: Made batch buffer size much largerJakob Bornecrantz2008-05-303-4/+5
* i915: Fix extentions not being setJakob Bornecrantz2008-05-301-0/+3
* i915: Cleaned up intel_winsys_pipe.cJakob Bornecrantz2008-05-291-37/+39
* i915: Deprecated pipe_winsys buffer functionsJakob Bornecrantz2008-05-291-38/+7
* i915: Remove last usage of surface_alloc_storageJakob Bornecrantz2008-05-291-30/+1
* i915: Ops how did that get thereJakob Bornecrantz2008-05-291-1/+1
* i915: DriConfigOptions started complaining on this lineJakob Bornecrantz2008-05-281-2/+2
* i915: Prepare for tiled private front and back buffersJakob Bornecrantz2008-05-281-2/+24
* i915: Made vertex submission eaven fasterJakob Bornecrantz2008-05-281-4/+4
* i915: Made vbuf workJakob Bornecrantz2008-05-281-2/+2
* Remove CVS keywords.José Fonseca2008-05-262-2/+0
* Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz2008-05-2622-763/+3630
|\
| * i915: Revert accidental changeJakob Bornecrantz2008-05-231-1/+1
| * i915: Improved vertex buffer performanceJakob Bornecrantz2008-05-231-3/+19
| * 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: 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: Propagate tex_usage flags down to winsys.José Fonseca2008-05-071-1/+2
|/
* gallium: Eliminate p_winsys::printfJosé Fonseca2008-03-311-10/+0
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-262-12/+17
* gallium: implement pipe_screen for softpipe driverBrian2008-02-271-1/+2
* gallium: introduce 'pipe_screen' for context-independent functionsBrian2008-02-261-3/+7
* intel_winsys: Fix build failure due to DEBUG_IOCTL being undefined.Michel Dänzer2008-02-261-0/+3
* gallium/i915: Use hardware rendering, unless INTEL_SP env var is setBrian2008-02-251-1/+2
* i915: include stdio.hBrian2008-02-221-0/+1
* i915: include p_debug.h (resolves undefined assert())Brian2008-02-221-0/+1
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-192-7/+10
* Update scons build for new code layout.José Fonseca2008-02-181-8/+6
* Code reorganization: update build.José Fonseca2008-02-153-6/+6
* Code reorganization: move files into their places.José Fonseca2008-02-1522-0/+5149