summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2011-12-12r300g: integer and fixed-point 16.16 textures are not supportedMarek Olšák1-0/+11
2011-12-11i915g: fix debug dump on 64 bit systemsMichael Karcher1-1/+1
2011-12-11i915g: Fix wrong indices for LINE_LOOP caseFatih Aşıcı1-2/+2
2011-12-11vl: Add missing mpeg fields to pipe_mpeg12_picture_descMaarten Lankhorst2-0/+6
2011-12-11g3dvl/xlib: fix build by changing include orderTobias Droste1-2/+2
2011-12-10gallium: implement ARB_conservative_depthMarek Olšák4-1/+31
2011-12-09util: Add strings.h include on unicesJosé Fonseca1-0/+4
2011-12-08llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.José Fonseca6-11/+62
2011-12-08llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...José Fonseca3-5/+18
2011-12-08st/xa: Update xa_yuv_planar_blit semanticsThomas Hellstrom5-12/+16
2011-12-07st/dri: Use depth instead of bpp when communicating formats with the X server v3Thomas Hellstrom1-3/+38
2011-12-06nouveau/nvfx: Add more unsupported PIPE_CAP valuesPatrice Mandin1-1/+5
2011-12-06vega: remove unused varsFabio Pedretti1-20/+5
2011-12-06r600g: check shaders presence in r600_draw_vboVadim Girlin1-0/+3
2011-12-05r600g: fix error path and use util_slab_freeJerome Glisse1-1/+1
2011-12-05gallium/radeon: fix indentationJerome Glisse4-28/+28
2011-12-03util: add casts in fprintf() calls to silence warningsBrian Paul1-4/+6
2011-12-02nv50/nvc0: fix crash when channel allocation failsMarcin Slusarz2-2/+4
2011-12-01i915g: Implement GL_STREAM_* for textures by using untiled textures.Stéphane Marchesin1-1/+1
2011-12-01i915g: Add unsupported PIPE_SHADER_CAP_OUTPUT_READ to silence warnings.Stéphane Marchesin1-0/+2
2011-12-02gallium: add PIPE_FORMAT_ETC1_RGB8Chia-I Wu8-2/+165
2011-12-01u_vbuf: Silence uninitialized variable warnings.Vinson Lee1-0/+2
2011-11-30gallium/failover: Remove the deprecated module.Kai Wasserbäch9-1186/+5
2011-11-29gallium/cell: Remove the driver.Kai Wasserbäch80-20782/+3
2011-11-29Remove windows kernel support code.José Fonseca11-432/+11
2011-11-29gallium/auxiliary: Remove os_stream.José Fonseca12-762/+99
2011-11-29st/vega: Fix warnings about dllimport attributes on windows.José Fonseca1-0/+1
2011-11-29i965g: Delete this driver.Kai Wasserbäch118-37255/+1
2011-11-27r600g: add framebuffer support for 2/10/10/10 integerDave Airlie2-0/+4
2011-11-27r600g: add int support for 2/10/10/10 format.Dave Airlie1-0/+3
2011-11-27gallium: add B10G10R10A2_UINT formatDave Airlie2-0/+2
2011-11-26android: pass -std=c99 by defaultChia-I Wu4-7/+0
2011-11-25st/xa: Kill a couple of compilation warningsThomas Hellstrom2-1/+6
2011-11-25st/xa, xa/vmwgfx: Generate exported symbol list from the st/xa symbols.Thomas Hellstrom2-33/+7
2011-11-25st/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate global visibilityThomas Hellstrom7-36/+43
2011-11-25st/xa, xa/vmwgfx: Set the right version on library suffixThomas Hellstrom2-4/+1
2011-11-25android: add support for ICSChia-I Wu4-32/+50
2011-11-25st/egl: fix a crash in Android backendChia-I Wu1-3/+4
2011-11-23softpipe: s/int/unsigned/ to be consistent in alpha test codeBrian Paul1-2/+2
2011-11-23softpipe: remove pointless break stmtBrian Paul1-1/+0
2011-11-23i915g: don't set alpha to 1 for RGBX and BGRXVasily Khoruzhick1-2/+1
2011-11-22gallium: remove trailing comma and unneeded comments in p_defines.hBrian Paul1-4/+4
2011-11-22r600g: handle all remaining CAPsMarek Olšák1-0/+6
2011-11-22r600g: remove default case statements in get_paramMarek Olšák1-9/+3
2011-11-22r300g: re-order shaders CAPsMarek Olšák1-7/+6
2011-11-22r300g: handle SHADER_CAP_OUTPUT_READMarek Olšák1-0/+2
2011-11-22r300g: remove default case statements in get_paramMarek Olšák1-8/+2
2011-11-22u_vbuf_mgr: rename to u_vbufMarek Olšák7-30/+30
2011-11-22u_vbuf_mgr: better way to find a free VB slot + check errors earlyMarek Olšák1-41/+62
2011-11-22u_vbuf_mgr: remove a useless variableMarek Olšák1-4/+4