summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-07-31r600g: Remove unnecessary header.Vinson Lee
2010-07-31egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu
2010-07-31st/dri: Remove unnecessary headers.Vinson Lee
2010-07-30r600g: add KIL opcode supportJerome Glisse
2010-07-30st/dri: move backend hooks to appropriate objectGeorge Sapountzis
2010-07-30st/dri: drop dri1_helperGeorge Sapountzis
2010-07-30st/dri: mv driDriverAPI to backendsGeorge Sapountzis
2010-07-30llvmpipe: Silence unused value warning.Vinson Lee
2010-07-30draw: actually a noop, rather than not implementedZack Rusin
2010-07-30tgsi: remove incorrect assertionBrian Paul
2010-07-30llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee
2010-07-30util: Fix the range of util_draw_elements_instanced.Chia-I Wu
2010-07-30llvmpipe: delete function bodies after generating machine codeZack Rusin
2010-07-30r600g: fix typo in tex instruction + shader semantic id fixJerome Glisse
2010-07-30util: more helpers for old draw codeKeith Whitwell
2010-07-29llvmpipe: fix on-debug build breakageBrian Paul
2010-07-29llvmpipe: added some jit debug codeBrian Paul
2010-07-29draw: do bounds checking of array elements (debug only)Brian Paul
2010-07-29draw: assorted clean-ups in clipper codeBrian Paul
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul
2010-07-29draw: add vertex buffer offset in draw_print_arrays()Brian Paul
2010-07-29llvmpipe: silence warnings in lp_test_sincos.cBrian Paul
2010-07-29r600g: mipmap early support + EX2/ABS instruction + cullingJerome Glisse
2010-07-29r300g/swtcl: fix crash in ETQW and minor fixupsMarek Olšák
2010-07-29r300g/swtcl: fix crash after the draw_vbo mergeMarek Olšák
2010-07-29llvmpipe: also test the new lp_build_assert() functionBrian Paul
2010-07-29llvmpipe: don't call LLVMCreateJITCompiler() twiceBrian Paul
2010-07-29gallivm: added lp_build_assert() function to make assertions in LLVM codeBrian Paul
2010-07-29Revert "gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture"José Fonseca
2010-07-29gallivm: fix lp_build_sample_offset() crash when indexing a 1-D textureBrian Paul
2010-07-29util: add uint version of pack_z_stencilKeith Whitwell
2010-07-29scons: Use the current python executable for code generation.José Fonseca
2010-07-29draw: Also emit EMMS on generated LLVM IR.José Fonseca
2010-07-29llvmpipe: Avoid corrupting the FPU stack with MMX instructions on 32bit OSes.José Fonseca
2010-07-29util: Don't include xmmintrin.h.José Fonseca
2010-07-29st/python: Adapt to interface change.Chia-I Wu
2010-07-29graw/tests: Use pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Avoid void pointer arithmetic.Chia-I Wu
2010-07-29gallium/docs: Document draw_vbo and set_index_buffer.Chia-I Wu
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Use unified pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-29gallium: Add pipe_context::draw_vbo and pipe_context::set_index_buffer.Chia-I Wu
2010-07-28Untangle gallium/egl/glx source sharing mess and make it compile againKristian Høgsberg
2010-07-28r600g: state context ptr in sampler_view & add I8/L8 buffer formatJerome Glisse
2010-07-28r600g: switch btw flat/linear interpolationJerome Glisse
2010-07-28r600g: split pipe state creating/binding from hw state creationJerome Glisse
2010-07-28r600g: cleanup resource buffer/texture messJerome Glisse
2010-07-28r600g: add lrp instruction supportJerome Glisse
2010-07-28r600g: actualy fix the literal emissionJerome Glisse