Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | gallium: Add texture usage flags, special-case allocation of display targets | Keith Whitwell | 2008-05-02 | 10 | -53/+111 | |
| * | | | | | | | | | | | | | | | | | gallium: remove usage of winsys->surface_alloc_storage from state tracker | Keith Whitwell | 2008-05-02 | 2 | -76/+64 | |
| * | | | | | | | | | | | | | | | | | gallium: fix build after merge | Keith Whitwell | 2008-05-02 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Keith Whitwell | 2008-05-02 | 46 | -409/+413 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | re-add pipe_surface map/unmap inlines | Keith Whitwell | 2008-05-02 | 3 | -2/+35 | |
| * | | | | | | | | | | | | | | | | | | cso: can memcmp-compare pipe_framebuffer_state now it includes fb dimensions | Keith Whitwell | 2008-05-02 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | gallium: use screen->tex_surface_release() | Brian Paul | 2008-05-01 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | gallium: add information to surface to identify which texture image it is poi... | Keith Whitwell | 2008-05-01 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | softpipe: missing file | Keith Whitwell | 2008-05-01 | 1 | -0/+58 | |
| * | | | | | | | | | | | | | | | | | | softpipe: use CPU flags for mapping | Keith Whitwell | 2008-05-01 | 4 | -16/+44 | |
| * | | | | | | | | | | | | | | | | | | gallium: tex surface checkpoint | Keith Whitwell | 2008-05-01 | 37 | -267/+465 | |
* | | | | | | | | | | | | | | | | | | | nouveau: missed PCI case | Ben Skeggs | 2008-05-25 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | | nouveau: remove final PIPE_FORMAT_U_* usage | Ben Skeggs | 2008-05-25 | 6 | -22/+22 | |
* | | | | | | | | | | | | | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-05-25 | 134 | -3710/+13358 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | 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 | 51 | -737/+10753 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | 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 GPU... | Thomas Hellstrom | 2008-05-23 | 2 | -15/+16 | |
| | * | | | | | | | | | | | | | | | | | 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 | |
| | * | | | | | | | | | | | | | | | | | mesa: Pulled in glthread from i915tex | Jakob Bornecrantz | 2008-04-07 | 1 | -4/+44 | |
| | * | | | | | | | | | | | | | | | | | gallium: Stop warnings | Jakob Bornecrantz | 2008-04-07 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | mesa: fix #include path for glapioffsets.h (fixes x86 build) | Brian | 2008-05-21 | 2 | -2/+2 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | gallium: fix vertex shader mem leak (glRasterPos) | Brian Paul | 2008-05-20 | 1 | -0/+7 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | gallium: replace assignment with pipe_texture_reference() | Brian Paul | 2008-05-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | gallium: fix shader mem leak | Brian Paul | 2008-05-20 | 1 | -0/+4 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | gallium: move vertex/fragment program unbinding | Brian Paul | 2008-05-20 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | gallium: fix default case in st_new_program() | Brian Paul | 2008-05-20 | 1 | -2/+7 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | gallium: fix mem leaks | Brian Paul | 2008-05-20 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | gallium: clean-up glDraw/CopyPixels shaders when destroying context | Brian Paul | 2008-05-20 | 4 | -12/+37 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | copy StateFlags in _mesa_clone_parameter_list() | Brian Paul | 2008-05-20 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | fix incorrect sampler numbering/indexing. | Brian Paul | 2008-05-20 | 5 | -14/+15 | |
| * | | | | | | | | | | | | | gallium: remove dead code | Brian Paul | 2008-05-19 | 1 | -9/+0 | |
| * | | | | | | | | | | | | | fix tempReg test in _mesa_combine_programs() | Brian Paul | 2008-05-19 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | gallium: fix some texture object leaks | Brian Paul | 2008-05-19 | 2 | -0/+13 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | if x86_get_func() returns NULL, handle it properly instead of aborting | Brian Paul | 2008-05-19 | 2 | -1/+8 | |
| * | | | | | | | | | | | fix program delete/refcount bug | Brian Paul | 2008-05-19 | 1 | -1/+3 |