aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* 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
* u_vbuf_mgr: rename to u_vbufMarek Olšák2011-11-223-4/+4
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-7/+8
* gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák2011-11-221-1/+0
* r600g: handle PIPE_SHADER_CAP_OUTPUT_READVadim Girlin2011-11-211-0/+2
* r600g: use u_vbuf_mgr to set/get the index bufferMarek Olšák2011-11-202-14/+5
* r600g: set MIN/MAX_VTX_INDX to 0 and ~0, respectivelyMarek Olšák2011-11-201-10/+4
* r600g: don't change the order of writes in merge_inst_groupVadim Girlin2011-11-171-1/+14
* r600g: fix the representation of control-flow instructionsMarek Olšák2011-11-159-426/+536
* 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
* r600g: properly handle cayman in is_alu_vec_unit_inst()Alex Deucher2011-11-131-7/+15
* r600g: fix cb offset for flushed_depth_textureVadim Girlin2011-11-131-1/+1
* r600g: fix stencil buffer ref counting on evergreenVadim Girlin2011-11-131-1/+4
* r600g: lazy load for AR registerVadim Girlin2011-11-133-46/+61
* r600g: include INTERP_[XY|ZW] in is_alu_vec_unit_instVadim Girlin2011-11-131-1/+3
* r600g: don't set the query result to 0 after a call to get_query_resultMarek Olšák2011-11-111-2/+0
* r600g: the type of OCCLUSION_PREDICATE result should be booleanMarek Olšák2011-11-113-11/+17
* r600g: implement PIPE_QUERY_OCCLUSION_PREDICATEMarek Olšák2011-11-101-5/+21
* r600g: remove useless texture barrierMarek Olšák2011-11-101-2/+0
* r600g: flush the whole context when CS is full, not just hw_contextMarek Olšák2011-11-103-1/+6
* r600g: turn some CS overflow checks into assertionsMarek Olšák2011-11-102-12/+2
* r600g: put the rest of CS overflow checks in r600_need_cs_spaceMarek Olšák2011-11-103-18/+9
* r600g: flush caches regardless of render conditionMarek Olšák2011-11-101-5/+5
* r600g: disable render condition at the end of CS, re-enable at the beginningMarek Olšák2011-11-102-0/+19
* r600g: don't suspend queries if they have already been suspended by blitterMarek Olšák2011-11-101-2/+11
* r600g: properly reserve CS space for queries_suspendMarek Olšák2011-11-103-21/+18
* r600g: reserve CS space for a draw command in begin_query and render_conditionMarek Olšák2011-11-103-11/+25
* r600g: consolidate checking whether CS is fullMarek Olšák2011-11-103-31/+28
* r600g: clarify meaning of one variable in shader codegenMarek Olšák2011-11-091-1/+1
* r600g: cosmetic changes in query codeMarek Olšák2011-11-092-10/+7
* r600g: use modulo for computing index into query (ring) buffersMarek Olšák2011-11-091-14/+5
* r600g: make r600_query_result more genericMarek Olšák2011-11-091-15/+37
* r600g: add initial linestipple support.Dave Airlie2011-11-066-6/+51
* r600g: move SPI setup to PS setupVadim Girlin2011-11-054-74/+73
* r600g: precalculate semantic indices for SPI setupVadim Girlin2011-11-055-58/+65
* Revert "r600g: precalculate semantic indices for SPI setup"Alex Deucher2011-11-045-64/+57
* Revert "r600g: move SPI setup to PS setup"Alex Deucher2011-11-044-73/+74
* r600g: move SPI setup to PS setupVadim Girlin2011-11-044-74/+73
* r600g: precalculate semantic indices for SPI setupVadim Girlin2011-11-045-57/+64
* r600g: more integer supportDave Airlie2011-11-032-23/+37
* r600g: add comment about special shader exportsAlex Deucher2011-11-021-0/+32
* r600g: take into account PSIZE output for spi mappingVadim Girlin2011-11-021-3/+6
* r600g: reset the render condition to NULL when rendering unconditionallyMarek Olšák2011-10-301-1/+5
* r600g: shortcut ctx->screen->ws to ctx->wsMarek Olšák2011-10-305-12/+15
* r600g: Replace needless flush in texture upload.Mathias Fröhlich2011-10-291-1/+1
* r600g: remove one pointless flushMarek Olšák2011-10-293-25/+4