summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* r600g: fix color target maskJerome Glisse2010-08-031-2/+1
* r600g: fix stencilJerome Glisse2010-08-032-8/+7
* r600g: fix LIT + fix multiple constant one ALU + fix ALU block splittingJerome Glisse2010-08-035-113/+207
* r300g: handle polygon offset correctlyMarek Olšák2010-08-031-5/+5
* r600g: split alu block to conform to limit + RCP opcodeJerome Glisse2010-08-022-2/+4
* r600g: add autogenerated reg definition + debug print cleanupJerome Glisse2010-08-026-173/+194
* r300g: fix hardlock when using more than one stuffed sprite coordsMarek Olšák2010-08-022-19/+21
* r600g: add stencil op/func translationDave Airlie2010-08-022-3/+66
* r600g: initial alpha test stateDave Airlie2010-08-021-5/+13
* r600g: add initial blend state.Dave Airlie2010-08-025-20/+262
* r600g: set correct tex coord type for rect textures.Dave Airlie2010-08-021-4/+6
* r600g: make r600_db_format static.Dave Airlie2010-08-021-1/+1
* r300g: fix microtiling on RS6xxMarek Olšák2010-08-011-4/+18
* r600g: Remove unnecessary header.Vinson Lee2010-07-311-1/+0
* r600g: Remove unnecessary header.Vinson Lee2010-07-311-1/+0
* r600g: add KIL opcode supportJerome Glisse2010-07-301-1/+25
* llvmpipe: Silence unused value warning.Vinson Lee2010-07-301-0/+1
* llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee2010-07-301-0/+1
* llvmpipe: delete function bodies after generating machine codeZack Rusin2010-07-301-0/+1
* r600g: fix typo in tex instruction + shader semantic id fixJerome Glisse2010-07-301-8/+9
* llvmpipe: fix on-debug build breakageBrian Paul2010-07-291-1/+1
* llvmpipe: added some jit debug codeBrian Paul2010-07-292-0/+40
* gallium: implement bounds checking for constant buffersBrian Paul2010-07-293-3/+7
* llvmpipe: silence warnings in lp_test_sincos.cBrian Paul2010-07-291-2/+3
* r600g: mipmap early support + EX2/ABS instruction + cullingJerome Glisse2010-07-296-34/+108
* r300g/swtcl: fix crash in ETQW and minor fixupsMarek Olšák2010-07-293-26/+14
* r300g/swtcl: fix crash after the draw_vbo mergeMarek Olšák2010-07-291-1/+1
* llvmpipe: also test the new lp_build_assert() functionBrian Paul2010-07-291-0/+4
* llvmpipe: don't call LLVMCreateJITCompiler() twiceBrian Paul2010-07-295-45/+14
* scons: Use the current python executable for code generation.José Fonseca2010-07-291-1/+2
* llvmpipe: Avoid corrupting the FPU stack with MMX instructions on 32bit OSes.José Fonseca2010-07-291-0/+5
* gallium: Avoid void pointer arithmetic.Chia-I Wu2010-07-294-7/+7
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-2924-1147/+6
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-2947-202/+974
* r600g: state context ptr in sampler_view & add I8/L8 buffer formatJerome Glisse2010-07-282-0/+3
* r600g: switch btw flat/linear interpolationJerome Glisse2010-07-283-3/+7
* r600g: split pipe state creating/binding from hw state creationJerome Glisse2010-07-288-610/+1075
* r600g: cleanup resource buffer/texture messJerome Glisse2010-07-2810-259/+217
* r600g: add lrp instruction supportJerome Glisse2010-07-281-3/+80
* r600g: actualy fix the literal emissionJerome Glisse2010-07-281-3/+3
* r600g: fix up segfault with variation between views and count.Dave Airlie2010-07-281-4/+18
* r600g: use gallium util for float->ui conversionDave Airlie2010-07-282-19/+6
* r600g: texture supportJerome Glisse2010-07-277-9/+610
* llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()Brian Paul2010-07-271-2/+3
* r600g: Move declaration before code.Vinson Lee2010-07-271-2/+5
* r600g: always emit literal after emiting an alu instructionJerome Glisse2010-07-271-29/+32
* llvmpipe: Use lp_build_select_bitwise() where appropriate.José Fonseca2010-07-271-11/+11
* cell: comment-out unused fields, functionsBrian Paul2010-07-261-2/+4
* cell: make functions staticBrian Paul2010-07-261-3/+3
* cell: fix segfault when freeing samplersBrian Paul2010-07-261-1/+1