summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: Fix unpacking of R8G8Bx_SNORM format.Michal Krol2010-08-021-3/+12
* 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
* draw: fix warning in sse code.Dave Airlie2010-08-021-0/+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
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-312-4/+10
* st/dri: Remove unnecessary headers.Vinson Lee2010-07-312-2/+0
* r600g: add KIL opcode supportJerome Glisse2010-07-301-1/+25
* st/dri: move backend hooks to appropriate objectGeorge Sapountzis2010-07-307-29/+78
* st/dri: drop dri1_helperGeorge Sapountzis2010-07-3013-229/+23
* st/dri: mv driDriverAPI to backendsGeorge Sapountzis2010-07-306-130/+49
* llvmpipe: Silence unused value warning.Vinson Lee2010-07-301-0/+1
* draw: actually a noop, rather than not implementedZack Rusin2010-07-301-1/+4
* tgsi: remove incorrect assertionBrian Paul2010-07-301-1/+0
* llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee2010-07-302-0/+2
* util: Fix the range of util_draw_elements_instanced.Chia-I Wu2010-07-301-2/+0
* llvmpipe: delete function bodies after generating machine codeZack Rusin2010-07-304-0/+13
* r600g: fix typo in tex instruction + shader semantic id fixJerome Glisse2010-07-301-8/+9
* util: more helpers for old draw codeKeith Whitwell2010-07-302-25/+141
* llvmpipe: fix on-debug build breakageBrian Paul2010-07-291-1/+1
* llvmpipe: added some jit debug codeBrian Paul2010-07-292-0/+40
* draw: do bounds checking of array elements (debug only)Brian Paul2010-07-291-9/+26
* draw: assorted clean-ups in clipper codeBrian Paul2010-07-291-20/+20
* gallium: implement bounds checking for constant buffersBrian Paul2010-07-2916-27/+117
* draw: add vertex buffer offset in draw_print_arrays()Brian Paul2010-07-291-0/+1
* 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
* gallivm: added lp_build_assert() function to make assertions in LLVM codeBrian Paul2010-07-294-0/+144
* Revert "gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture"José Fonseca2010-07-291-3/+0
* gallivm: fix lp_build_sample_offset() crash when indexing a 1-D textureBrian Paul2010-07-291-0/+3
* util: add uint version of pack_z_stencilKeith Whitwell2010-07-291-0/+47
* scons: Use the current python executable for code generation.José Fonseca2010-07-292-3/+4
* draw: Also emit EMMS on generated LLVM IR.José Fonseca2010-07-291-0/+11
* llvmpipe: Avoid corrupting the FPU stack with MMX instructions on 32bit OSes.José Fonseca2010-07-292-0/+29
* util: Don't include xmmintrin.h.José Fonseca2010-07-291-1/+0
* st/python: Adapt to interface change.Chia-I Wu2010-07-291-21/+18
* graw/tests: Use pipe_context::draw_vbo.Chia-I Wu2010-07-297-17/+28
* gallium: Avoid void pointer arithmetic.Chia-I Wu2010-07-294-7/+7