summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.cMarek Olšák2012-01-291-0/+3
* r600g: fix linear and flat interpolationVadim Girlin2012-01-284-17/+27
* r600g: remove unsupported evergreen CB formatsAlex Deucher2012-01-271-7/+0
* Revert "r600g: use S_028B20_BUFFER_0_EN macro for streamout buffer enable"Marek Olšák2012-01-271-1/+1
* r600g: handle start_component from stream_output_info when possibleMarek Olšák2012-01-251-4/+4
* r600g: don't expose transform_feedback2 without kernel supportMarek Olšák2012-01-251-1/+2
* r600g: nuke the fallback for vertex and fragment color clampingMarek Olšák2012-01-256-53/+1
* st/mesa: do vertex and fragment color clamping in shadersMarek Olšák2012-01-251-1/+3
* r600g: remove unused variableBrian Paul2012-01-241-1/+0
* r600g: fix inconsistency with INTERP* opcode definitionsVadim Girlin2012-01-243-11/+11
* r600g: replace raw opcodes with names in the is_alu_trans/vectorVadim Girlin2012-01-241-12/+80
* r600g: add missing opcode definitionsVadim Girlin2012-01-241-5/+85
* r600g: fix loop break/continue operationsVadim Girlin2012-01-241-2/+0
* r600g: fix fragcoord.wVadim Girlin2012-01-241-4/+27
* r600g: fix interpolation with clipvertexVadim Girlin2012-01-241-0/+3
* r600g: clean up register headersAlex Deucher2012-01-234-66/+55
* r600g: cayman fix integer multipliesDave Airlie2012-01-231-1/+29
* r600g: cayman initial integer supportDave Airlie2012-01-231-22/+24
* r600g: fix VS fog exportVadim Girlin2012-01-231-0/+5
* r600g: shift integer ops are trans unit only on r600.Dave Airlie2012-01-221-0/+1
* r600g: replace trans/vector-only instruction lists with ranges (v2)Vadim Girlin2012-01-221-71/+15
* Revert "r600g: replace trans/vector-only instruction lists with ranges"Dave Airlie2012-01-221-11/+73
* r600g: srgb mode is only valid on certain format types.Dave Airlie2012-01-221-0/+8
* r600g: initial cube shadow samplingDave Airlie2012-01-221-2/+22
* r600g: take into account kcache banks for bank swizzle checkVadim Girlin2012-01-221-2/+2
* r600g: set round_mode to truncate and get rid of tgsi_f2i on evergreenVadim Girlin2012-01-223-56/+50
* r600g: replace trans/vector-only instruction lists with rangesVadim Girlin2012-01-221-73/+11
* r600g: fix some interpolation tests for evergreenVadim Girlin2012-01-221-4/+4
* r600g: implement clip vertex v2Vadim Girlin2012-01-2110-113/+196
* r600g: improve kcache line sets handling v2Vadim Girlin2012-01-214-86/+216
* r600g: no need to do CUBE coordinate handling for TXQ.Dave Airlie2012-01-211-1/+3
* r600g: make INTERP_LOAD_P0 vector-onlyVadim Girlin2012-01-211-0/+1
* r600g: use S_028B20_BUFFER_0_EN macro for streamout buffer enableAlex Deucher2012-01-201-1/+1
* r600g: update streamout support for virtual addressesAlex Deucher2012-01-201-7/+18
* r600g: fix streamout on evergreenVadim Girlin2012-01-201-0/+6
* r600g: fix combined MEM_STREAM instructionsVadim Girlin2012-01-201-1/+3
* r600g: fixup AR handling (v5)Dave Airlie2012-01-204-7/+106
* r600g: fix typo in evergreen registerAlex Deucher2012-01-191-7/+6
* r600g: fix ISLT on r600/700Dave Airlie2012-01-181-1/+1
* r600g: make r600/700 use correct ineg.Dave Airlie2012-01-181-1/+1
* r600g: fix some of the interpolation tests.Dave Airlie2012-01-181-5/+10
* r600g: fix UINT_TO_FLT on evergreenVadim Girlin2012-01-181-1/+1
* r600g: add workaround for original R600 PS setupAlex Deucher2012-01-171-2/+7
* r600g: fix recip_uint on r600.Dave Airlie2012-01-181-0/+1
* r600g: fix USLT for r600-egVadim Girlin2012-01-171-2/+2
* r600g: rework IDIV/UDIV and implement MOD/UMOD (v2)Vadim Girlin2012-01-172-133/+593
* r600g: fix mullo_uint trans slot only on r600/r700Dave Airlie2012-01-151-1/+1
* r600g: implement clip distancesVadim Girlin2012-01-156-17/+111
* r600g: implement two-sided lighting (v3)Vadim Girlin2012-01-156-25/+135
* r600g: add support for ISHR/USHR/SHL on r600-evergreenVadim Girlin2012-01-152-10/+13