summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nvfx: new 2D: unify textures and buffersLuca Barbieri2010-08-214-137/+46
* nvfx: new 2D: use a CPU copy for up to 4 pixels, up from 0Luca Barbieri2010-08-211-5/+1
* nvfx: new 2D: new render temporaries with resourcesLuca Barbieri2010-08-218-146/+408
* nv30: new 2D: support ARB_texture_rectangleLuca Barbieri2010-08-212-3/+36
* nvfx: new 2D: optimize fragtex format lookupLuca Barbieri2010-08-212-50/+10
* nvfx: new 2D: enable swizzling for all surfacesLuca Barbieri2010-08-211-17/+4
* nvfx: new 2D: use new 2D engine in GalliumLuca Barbieri2010-08-2110-626/+340
* nv04-nv40: new 2D: add new Gallium-independent 2D engineLuca Barbieri2010-08-214-0/+1478
* nvfx: new 2D: rewrite transfer code to use staging transfersLuca Barbieri2010-08-213-173/+61
* nvfx: new 2D: rewrite miptree code, adapt transfersLuca Barbieri2010-08-216-224/+207
* nvfx: add nouveau_resource_on_gpuLuca Barbieri2010-08-211-1/+15
* nvfx: add linear flag for buffersLuca Barbieri2010-08-214-2/+5
* nvfx: properly unreference bound objects on context destructionLuca Barbieri2010-08-211-0/+8
* nvfx: reference count bound objectsLuca Barbieri2010-08-211-7/+29
* nvfx: fix format support code for compressed textureLuca Barbieri2010-08-211-1/+1
* gallium/auxiliary: add semantic linkage utility codeLuca Barbieri2010-08-213-0/+211
* u_debug_describe: use switch instead of if chainLuca Barbieri2010-08-211-7/+17
* u_debug_describe: add PIPE_TEXTURE_RECTLuca Barbieri2010-08-211-0/+2
* auxiliary: add copyright headersLuca Barbieri2010-08-2110-5/+258
* util: Match printf format to silence warning.José Fonseca2010-08-211-1/+1
* util: Make the reference debuggin code more C++ friendly.José Fonseca2010-08-214-13/+30
* util: Remove the x86 exception handlers.José Fonseca2010-08-211-55/+0
* trace: Don't immediately destroy the pipe's sampler view in the trace driver.Alex Corscadden2010-08-211-1/+1
* trace: Trace the correct version of the resource when setting the index buffer.Alex Corscadden2010-08-211-1/+1
* os_stream: fix bugs in allocation pathLuca Barbieri2010-08-211-16/+8
* p_compiler: add replacement va_copyLuca Barbieri2010-08-211-0/+8
* r600g: add POW instructionJerome Glisse2010-08-201-18/+73
* r600g: cleanup definition, fix segfault when no valid pixel shaderJerome Glisse2010-08-203-37/+40
* util: Fix build for C++ compilers.Michal Krol2010-08-202-0/+16
* gallium: hook up reference count debugging codeLuca Barbieri2010-08-201-6/+13
* auxiliary: add reference count debugging codeLuca Barbieri2010-08-204-0/+187
* os_stream: add printf facilityLuca Barbieri2010-08-208-3/+85
* u_debug_symbol: add symbol name cachingLuca Barbieri2010-08-202-1/+43
* u_debug_symbol: add support for getting symbol names from glibcLuca Barbieri2010-08-202-0/+49
* u_debug_symbol: support getting a string without outputLuca Barbieri2010-08-202-14/+27
* auxiliary: add functions to describe gallium objectsLuca Barbieri2010-08-204-0/+55
* r600g: add occlusion query supportDave Airlie2010-08-2010-42/+379
* u_staging: improve interfaceLuca Barbieri2010-08-202-11/+7
* gallium/docs: improve documentation for resourcesLuca Barbieri2010-08-201-3/+157
* targets/egl-gdi: Implement guess_gl_api.Chia-I Wu2010-08-201-2/+37
* galahad: remove incorrect comment just addedLuca Barbieri2010-08-201-1/+0
* nv50: use NV50TIC_0_2_TARGET_RECTLuca Barbieri2010-08-201-1/+3
* galahad: check resource_create templateLuca Barbieri2010-08-201-0/+29
* winsys/sw: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri2010-08-201-1/+7
* st/glx: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri2010-08-201-1/+6
* st/dri: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri2010-08-204-3/+9
* auxiliary: support using PIPE_TEXTURE_RECT internallyLuca Barbieri2010-08-202-34/+81
* u_staging: use PIPE_TEXTURE_RECTLuca Barbieri2010-08-201-1/+1
* u_blitter: use TGSI_TEXTURE_RECTLuca Barbieri2010-08-201-1/+1
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-2024-17/+49