summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [intel-GEM] Add tiling support to swrast.Keith Packard2008-05-067-25/+350
| * | | | | Dump buffer tiled status from intelPrintSAREAKeith Packard2008-05-051-6/+6
| * | | | | GEM: Allocate the right number of relocs, avoiding heap smashing.Eric Anholt2008-05-051-1/+1
| * | | | | GEM: Include target buffer handle in relocation debug.Eric Anholt2008-05-051-2/+2
| * | | | | GEM: Set validate index to keep the same buffer from being duped on the list.Eric Anholt2008-05-051-0/+1
| * | | | | Print GEM handles instead of BO pointers in debugging.Eric Anholt2008-05-051-15/+18
| * | | | | Initialize bufmgr_gem->validate_array[i].offset.Eric Anholt2008-05-051-0/+1
| * | | | | Make intel_{batch,exec}_ioctl return an error code so we can recover better.Eric Anholt2008-05-053-26/+33
| * | | | | Add intel_bufmgr_gem.c to i915Keith Packard2008-05-051-0/+1
| * | | | | Temporarily disable intel pixel ops on i915 for GEMKeith Packard2008-05-053-5/+8
| * | | | | Don't forget to set handle of shared buffers.Eric Anholt2008-05-021-1/+3
| * | | | | Fix GEM execbuf ioctl argument.Eric Anholt2008-05-021-2/+3
| * | | | | Fix to use GEM execbuf instead of TTM.Eric Anholt2008-05-021-2/+2
| * | | | | Minor fixups to get GEM to the point of execbuf ioctl.Eric Anholt2008-05-022-10/+11
| * | | | | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt2008-05-0215-301/+55
| * | | | | Add intel_bufmgr_gem for new graphics execution manager.Eric Anholt2008-05-0210-40/+869
* | | | | | mesa: fix out-of-bounds memory reads in swizzle_copy()Brian Paul2008-08-081-30/+90
* | | | | | glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protectionJeremy Huddleston2008-08-085-19/+93
* | | | | | glx/x11: Fix missing __GL_EXT_BYTES declarationJeremy Huddleston2008-08-082-1/+3
* | | | | | mesa: fix glBindTexture error string (bug 17005)Brian Paul2008-08-071-1/+1
* | | | | | disable debug code accidentally enabled by prev commitBrian Paul2008-08-061-2/+2
* | | | | | mesa: glsl: count number of temp regs usedHaihao Xiang2008-08-062-5/+36
* | | | | | mesa: fix comment about texture targets (bug 17005)Brian Paul2008-08-061-1/+1
* | | | | | fix some FBO/texture queries (bug 15296)Brian Paul2008-08-061-2/+12
* | | | | | i965: update TexSrcUnit for OPCODE_TXBXiang, Haihao2008-08-061-0/+5
* | | | | | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-0515-5/+67
* | | | | | i965: Use program->SamplerUnits[] to get the appropriate texture unit.Xiang, Haihao2008-08-052-10/+15
* | | | | | Drop unused 'entries' field from __glxHashTable.Adam Jackson2008-08-041-4/+2
* | | | | | added null ptr check (fix bug 16959)Brian Paul2008-08-031-1/+2
* | | | | | intel: sync to vblank by defaultJesse Barnes2008-07-311-1/+1
* | | | | | mesa: glsl: remove old assertion (fixes glsl/bitmap.c)Brian Paul2008-07-291-1/+1
* | | | | | mesa: disable debug codeBrian Paul2008-07-291-1/+1
* | | | | | mesa: regenerated filesBrian Paul2008-07-292-820/+800
* | | | | | mesa: Silence compiler warnings on Windows.Brian Paul2008-07-297-17/+19
* | | | | | mesa: cast to fix warningBrian Paul2008-07-291-1/+1
* | | | | | mesa: fix bug/failure in recursive function inliningBrian Paul2008-07-291-5/+27
* | | | | | mesa: glsl: silence warning (s/int/GLuint)Brian Paul2008-07-291-1/+1
* | | | | | mesa: remove stray debug codeBrian Paul2008-07-291-1/+0
* | | | | | mesa: glsl: assorted fixes for resolving polymorphic functionsBrian Paul2008-07-298-205/+393
* | | | | | mesa: glsl: re-order some constructorsBrian Paul2008-07-291-12/+12
* | | | | | mesa: glsl: remove unneeded operatorsBrian Paul2008-07-291-50/+0
* | | | | | mesa: glsl: added null ptr checkBrian Paul2008-07-291-1/+2
* | | | | | mesa: fix issues causing warnings on WindowsBrian Paul2008-07-292-3/+6
* | | | | | mesa: glsl: additional error detectionBrian Paul2008-07-293-10/+64
* | | | | | mesa: gls: fix broken else clause of conditional break/continueBrian Paul2008-07-292-13/+5
* | | | | | mesa: glsl: only try to link shaders defining main()Brian Paul2008-07-294-37/+31
* | | | | | mesa: Silence compiler warning on windows.Michal Krol2008-07-291-1/+1
* | | | | | mesa: glsl: fix/simplify array element handlingBrian Paul2008-07-291-39/+15
* | | | | | mesa: glsl: mark constructor params as constBrian Paul2008-07-291-1/+2
* | | | | | mesa: glsl: rework swizzle storage handlingBrian Paul2008-07-293-53/+40