summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* u_vbuf_mgr: rename to u_vbufMarek Olšák2011-11-227-30/+30
* u_vbuf_mgr: better way to find a free VB slot + check errors earlyMarek Olšák2011-11-221-41/+62
* u_vbuf_mgr: remove a useless variableMarek Olšák2011-11-221-4/+4
* u_vbuf_mgr: remove redundant memsetMarek Olšák2011-11-221-3/+1
* u_vbuf_mgr: don't reference non-native vertex buffers as nativeMarek Olšák2011-11-221-1/+2
* u_vbuf_mgr: rename translate_vb_slot -> fallback_vb_slotMarek Olšák2011-11-221-15/+14
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-2221-124/+146
* gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák2011-11-2214-35/+0
* i915g: implement RGBX and BGRX render targetsVasily Khoruzhick2011-11-222-2/+7
* r600g: handle PIPE_SHADER_CAP_OUTPUT_READVadim Girlin2011-11-211-0/+2
* gallium: add PIPE_SHADER_CAP_OUTPUT_READVadim Girlin2011-11-212-2/+2
* r300g: set max_index to 0xffffff if there are no per-vertex attribsMarek Olšák2011-11-201-2/+11
* u_vbuf_mgr: correctly compute max vertex count from hw buffersMarek Olšák2011-11-203-27/+42