summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* scons: List `util/tgsi_text.c'.Michal Krol2008-07-121-0/+1
* tgsi: Add tgsi_text utility module.Michal Krol2008-07-122-0/+627
* tgsi: Fix dumping of indirect addressing.Michal Krol2008-07-121-4/+6
* tgsi: Add missing copyright headers.Michal Krol2008-07-126-11/+166
* gallium: Make dri drivers create a egl_name_dri.so if supportedJakob Bornecrantz2008-07-112-1/+10
* egl: added EGL_OPENVG_API case (allow all APIs)Brian Paul2008-07-101-0/+1
* gallium: fix logic in pb_check_usage()Brian Paul2008-07-091-1/+1
* egl: plug a small memleakZack Rusin2008-07-091-0/+1
* draw: remove some debug outputZack Rusin2008-07-091-2/+0
* gallium: tweak printing of generic declarationsBrian Paul2008-07-081-1/+2
* i915: Takedown EGL screenJakob Bornecrantz2008-07-081-10/+71
* i915: Use deviceID in EGL device createJakob Bornecrantz2008-07-081-1/+1
* i915: Complete the screen -> device renamingJakob Bornecrantz2008-07-084-10/+10
* i915: Renamed intel_screen to intel_deviceJakob Bornecrantz2008-07-086-23/+23
* i915: Fix wrong pointer to cleanupJakob Bornecrantz2008-07-071-1/+1
* i915: Fix EGL make currentJakob Bornecrantz2008-07-071-5/+8
* i915: More cleanup of displayJakob Bornecrantz2008-07-071-0/+2
* i915: Fetch the real deviceID for EGLJakob Bornecrantz2008-07-073-4/+34
* i915: Destruction of surface, context and device in EGLJakob Bornecrantz2008-07-074-9/+65
* i915: Fix EGL version and nameJakob Bornecrantz2008-07-051-1/+2
* i915: Added a intel be function to wrap a drm bo handleJakob Bornecrantz2008-07-053-16/+52
* i915: Fix haveDepth and haveStencil for visual in EGLJakob Bornecrantz2008-07-051-0/+2
* softpipe: Prevent NULL ptr derreference on takedown.José Fonseca2008-07-051-2/+2
* softpipe: Compute block size for display targets.José Fonseca2008-07-051-1/+3
* i915: Added debug filling code of texture, not activeJakob Bornecrantz2008-07-041-2/+11
* i915: Clean up intel_egl.c a bitJakob Bornecrantz2008-07-041-21/+3
* gallium: fix trim() function bug when count < firstBrian Paul2008-07-041-0/+2
* psb: Fill all texture fields when creating texture blanket.José Fonseca2008-07-051-0/+2
* softpipe: Implement texture blankets.José Fonseca2008-07-051-0/+34
* gallium: added a4r4g4b4_put_tile_rgba()Brian Paul2008-07-031-0/+31
* gallium: increase TGSI interpreter's number of temp registers to 64Brian Paul2008-07-032-24/+28
* gallium: increase TGSI_EXEC_MAX_COND_NESTING, etcBrian Paul2008-07-031-3/+3
* pipebuffer: Silent warnings.José Fonseca2008-07-031-0/+4
* gallium: Don't forget to get overllaping blits working again.José Fonseca2008-07-031-0/+1
* i915: EGL almost works againJakob Bornecrantz2008-07-036-40/+67
* gallium: Use surface_copy for 1:1 blits.José Fonseca2008-07-031-0/+10
* gallium: nr_attrs was off by one, updated comments, minor code movementBrian Paul2008-07-021-2/+4
* gallium: replace 128 with MAX_LABELSBrian Paul2008-07-022-2/+4
* gallium: Allow draw module to work on non-x86 platforms again.Michel Dänzer2008-07-021-0/+2
* pipebuffer: Debug buffer manager to detect buffer under- and overflows.José Fonseca2008-07-024-1/+309
* pipebuffer: Verify usage flag consistency. Minor cleanups.José Fonseca2008-07-028-17/+43
* i915: Last reference to surface -> pitchJakob Bornecrantz2008-07-011-1/+1
* gallium: Use the inline keyword on C++.José Fonseca2008-07-011-1/+3
* egl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE, EGL_SURFACE_TYPE attri...Brian Paul2008-06-281-0/+7
* egl: helps if the stride is rightZack Rusin2008-06-271-1/+3
* eh, we need a buildbot... fix the compilationZack Rusin2008-06-272-6/+4
* gallium: handle msaaRoland Scheidegger2008-06-272-4/+8
* egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...Robert Ellison2008-06-271-0/+1
* i915: Fix the last of the stride/pitch changesJakob Bornecrantz2008-06-273-12/+12
* gdi: Update for cpp removal.José Fonseca2008-06-271-3/+5