aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* u_vbuf_mgr: correctly obtain min/max_index for uploads and translateMarek Olšák2011-11-201-7/+146
* r600g: use u_vbuf_mgr to set/get the index bufferMarek Olšák2011-11-202-14/+5
* r300g: use u_vbuf_mgr to set/get the index bufferMarek Olšák2011-11-203-24/+12
* u_vbuf_mgr: add set_index_buffer functionMarek Olšák2011-11-202-0/+18
* u_vbuf_mgr: add commentsMarek Olšák2011-11-201-5/+15
* u_vbuf_mgr: don't upload user buffers which have been uploaded by translateMarek Olšák2011-11-201-19/+33
* r600g: set MIN/MAX_VTX_INDX to 0 and ~0, respectivelyMarek Olšák2011-11-201-10/+4
* r300g: always set VF_MIN_VTX_INDX to 0Marek Olšák2011-11-201-11/+10
* gallium/docs: remove obsolete documentationMarek Olšák2011-11-191-14/+0
* r600g: don't change the order of writes in merge_inst_groupVadim Girlin2011-11-171-1/+14
* nvc0: add support for GF119 (NVD9)Ben Skeggs2011-11-172-0/+2
* util/draw: replace assertions with conditionals in util_draw_max_index()Brian Paul2011-11-152-13/+39
* r600g: fix the representation of control-flow instructionsMarek Olšák2011-11-159-426/+536
* gallium: add TGSI_SEMANTIC_VERTEXIDChristoph Bumiller2011-11-145-2/+9
* r600g: mask write for fake VS export componentsVadim Girlin2011-11-141-4/+4
* r600g: fix op3 & write in merge_inst_groupsVadim Girlin2011-11-141-1/+1
* r600g: set max max tex/vtx instructions count to 16 for caymanAlex Deucher2011-11-141-3/+1
* r600g: set max tex/vtx instructions count to 16 for evergreenVadim Girlin2011-11-141-1/+1
* llvmpipe: Silent warnings about undeclared llvmpipe_check_render_cond.José Fonseca2011-11-142-0/+2
* util: Avoid signed/unsigned comparison in u_trim_pipe_prim().José Fonseca2011-11-141-1/+1
* llvmpipe: Remove unused variables.José Fonseca2011-11-141-2/+0