summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/docs: Document draw_vbo and set_index_buffer.Chia-I Wu2010-07-292-58/+27
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-2925-1188/+6
* gallium: Use unified pipe_context::draw_vbo.Chia-I Wu2010-07-292-3/+2
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-2948-202/+1004
* gallium: Add pipe_context::draw_vbo and pipe_context::set_index_buffer.Chia-I Wu2010-07-292-0/+41
* Untangle gallium/egl/glx source sharing mess and make it compile againKristian Høgsberg2010-07-283-114/+58
* 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-289-612/+1077
* 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
* gallium/docs: Fix VMware spelling.Vinson Lee2010-07-281-2/+2
* draw: Fix VMware spelling.Vinson Lee2010-07-283-3/+3
* r600g: fix up segfault with variation between views and count.Dave Airlie2010-07-281-4/+18
* gallium/docs: Fix VMware spelling.Corbin Simpson2010-07-271-2/+2
* r600g: use gallium util for float->ui conversionDave Airlie2010-07-282-19/+6
* scons: Fix sunos5 build.Vinson Lee2010-07-272-0/+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
* swrastg: Add SWRAST_NO_PRESENT option to not send updates to X serverJakob Bornecrantz2010-07-271-1/+9
* 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
* gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwiseJosé Fonseca2010-07-272-22/+50
* 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
* cell: comment-out unneeded padding fieldBrian Paul2010-07-261-1/+1
* cell: added const qualifierBrian Paul2010-07-261-1/+1
* util: fix unused function warning on non-x86Brian Paul2010-07-261-0/+3
* st/egl: Fix debug linenobled2010-07-261-1/+1
* util: fix CPU detection on OS Xnobled2010-07-261-6/+6
* st/xorg: fix use-after-freenobled2010-07-261-1/+1
* i965g: Enable llvm in dri driver if builtJakob Bornecrantz2010-07-261-3/+8