aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* i915g: Update TODO.Stéphane Marchesin2011-12-131-0/+2
* winsys/radeon: add flush option not to rewrite tiling flags in registersMarek Olšák2011-12-133-4/+24
* mesa: add const flags to skip MaxVarying and MaxUniform linker checks (v2)Marek Olšák2011-12-132-1/+5
* r300g: integer and fixed-point 16.16 textures are not supportedMarek Olšák2011-12-121-0/+11
* i915g: fix debug dump on 64 bit systemsMichael Karcher2011-12-111-1/+1
* i915g: Fix wrong indices for LINE_LOOP caseFatih Aşıcı2011-12-111-2/+2
* vl: Add missing mpeg fields to pipe_mpeg12_picture_descMaarten Lankhorst2011-12-112-0/+6
* g3dvl/xlib: fix build by changing include orderTobias Droste2011-12-111-2/+2
* gallium: implement ARB_conservative_depthMarek Olšák2011-12-104-1/+31
* util: Add strings.h include on unicesJosé Fonseca2011-12-091-0/+4
* llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.José Fonseca2011-12-086-11/+62
* llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...José Fonseca2011-12-083-5/+18
* st/xa: Update xa_yuv_planar_blit semanticsThomas Hellstrom2011-12-085-12/+16
* st/dri: Use depth instead of bpp when communicating formats with the X server v3Thomas Hellstrom2011-12-071-3/+38
* nouveau/nvfx: Add more unsupported PIPE_CAP valuesPatrice Mandin2011-12-061-1/+5
* vega: remove unused varsFabio Pedretti2011-12-061-20/+5
* r600g: check shaders presence in r600_draw_vboVadim Girlin2011-12-061-0/+3
* r600g: fix error path and use util_slab_freeJerome Glisse2011-12-051-1/+1
* gallium/radeon: fix indentationJerome Glisse2011-12-054-28/+28
* util: add casts in fprintf() calls to silence warningsBrian Paul2011-12-031-4/+6
* nv50/nvc0: fix crash when channel allocation failsMarcin Slusarz2011-12-022-2/+4
* i915g: Implement GL_STREAM_* for textures by using untiled textures.Stéphane Marchesin2011-12-011-1/+1
* i915g: Add unsupported PIPE_SHADER_CAP_OUTPUT_READ to silence warnings.Stéphane Marchesin2011-12-011-0/+2
* gallium: add PIPE_FORMAT_ETC1_RGB8Chia-I Wu2011-12-028-2/+165
* u_vbuf: Silence uninitialized variable warnings.Vinson Lee2011-12-011-0/+2
* gallium/failover: Remove the deprecated module.Kai Wasserbäch2011-11-309-1186/+5
* gallium/cell: Remove the driver.Kai Wasserbäch2011-11-2980-20782/+3
* Remove windows kernel support code.José Fonseca2011-11-2911-432/+11
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-2912-762/+99
* st/vega: Fix warnings about dllimport attributes on windows.José Fonseca2011-11-291-0/+1
* i965g: Delete this driver.Kai Wasserbäch2011-11-29118-37255/+1
* r600g: add framebuffer support for 2/10/10/10 integerDave Airlie2011-11-272-0/+4
* r600g: add int support for 2/10/10/10 format.Dave Airlie2011-11-271-0/+3
* gallium: add B10G10R10A2_UINT formatDave Airlie2011-11-272-0/+2
* android: pass -std=c99 by defaultChia-I Wu2011-11-264-7/+0
* st/xa: Kill a couple of compilation warningsThomas Hellstrom2011-11-252-1/+6
* st/xa, xa/vmwgfx: Generate exported symbol list from the st/xa symbols.Thomas Hellstrom2011-11-252-33/+7
* st/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate global visibilityThomas Hellstrom2011-11-257-36/+43
* st/xa, xa/vmwgfx: Set the right version on library suffixThomas Hellstrom2011-11-252-4/+1
* android: add support for ICSChia-I Wu2011-11-254-32/+50
* st/egl: fix a crash in Android backendChia-I Wu2011-11-251-3/+4
* softpipe: s/int/unsigned/ to be consistent in alpha test codeBrian Paul2011-11-231-2/+2
* softpipe: remove pointless break stmtBrian Paul2011-11-231-1/+0
* i915g: don't set alpha to 1 for RGBX and BGRXVasily Khoruzhick2011-11-231-2/+1
* gallium: remove trailing comma and unneeded comments in p_defines.hBrian Paul2011-11-221-4/+4
* r600g: handle all remaining CAPsMarek Olšák2011-11-221-0/+6
* r600g: remove default case statements in get_paramMarek Olšák2011-11-221-9/+3
* r300g: re-order shaders CAPsMarek Olšák2011-11-221-7/+6
* r300g: handle SHADER_CAP_OUTPUT_READMarek Olšák2011-11-221-0/+2
* r300g: remove default case statements in get_paramMarek Olšák2011-11-221-8/+2