Age | Commit message (Expand) | Author |
2010-07-21 | tgsi: added tgsi_shader_info::indirect_files field | Brian Paul |
2010-07-21 | gallivm: refactor code into get_indirect_offsets() function | Brian Paul |
2010-07-21 | gallivm: added comment | Brian Paul |
2010-07-21 | gallivm: remove extraneous braces | Brian Paul |
2010-07-21 | gallivm: no longer do indirect addressing in get_temp_ptr() | Brian Paul |
2010-07-21 | gallivm: implement correct indirect addressing of temp registers | Brian Paul |
2010-07-21 | gallivm: re-org, comments for get_temp_ptr() | Brian Paul |
2010-07-21 | draw: whitespace clean-up | Brian Paul |
2010-07-21 | gallium: remove pointless bitfield restrction in pipe_vertex_element | Keith Whitwell |
2010-07-21 | gallivm: rename a var to avoid compiler warnings | Brian Paul |
2010-07-20 | gallivm: fix indirect addressing of constant buffer | Brian Paul |
2010-07-20 | gallivm: added lp_build_const_int32() helper | Brian Paul |
2010-07-20 | r600g: split trans unit computation | Jerome Glisse |
2010-07-20 | draw: correctly handle max_index=0xffffffff case in vcache code | Brian Paul |
2010-07-20 | graw/tests: pass -e option to test draw_elements_instanced() | Brian Paul |
2010-07-20 | softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear(). | Michal Krol |
2010-07-20 | util: mempool: initialize last block's magic number in a page | Marek Olšák |
2010-07-20 | st/egl: Fixes for recent GLX cleanup. | Chia-I Wu |
2010-07-20 | st/dri: Remove driFrameTrackingExtension. | Chia-I Wu |
2010-07-19 | draw: fix incorrect instancing divisor in LLVM code | Brian Paul |
2010-07-19 | r300g: fix possible crash in destroy_context | Marek Olšák |
2010-07-19 | util: remove the dummy field in mempool | Marek Olšák |
2010-07-19 | util: add dummy field to empty structure types | Brian Paul |
2010-07-19 | r300g: fix typo | Marek Olšák |
2010-07-19 | r300g: use memory pools for buffer_create and get_transfer | Marek Olšák |
2010-07-19 | util: add a memory pool for equally sized memory allocations | Marek Olšák |
2010-07-18 | r300g: u_upload optimisation | Dave Airlie |
2010-07-18 | gallium/st/dri2: add dri2 vblank query extension support | Sven Arvidsson |
2010-07-18 | llvmpipe: Remove dead initialization. | Vinson Lee |
2010-07-17 | r300g: final fix for r3xx constant buffer emission | Marek Olšák |
2010-07-17 | r300g: fix typo in r3xx constant buffer emission | Marek Olšák |
2010-07-17 | r300g: fix constant buffer emission on r3xx | Marek Olšák |
2010-07-17 | llvmpipe: Remove unused variable in lp_test_sincos. | Vinson Lee |
2010-07-16 | nv50: s/__func__/__FUNCTION__/ | Vinson Lee |
2010-07-16 | nouveau: s/__func__/__FUNCTION__/ | Vinson Lee |
2010-07-16 | nouveau: s/snprintf/util_snprintf/ | Vinson Lee |
2010-07-16 | r300g: Remove unnecessary header. | Vinson Lee |
2010-07-16 | nouveau: s/inline/INLINE/ | Vinson Lee |
2010-07-16 | scons: Fix Cygwin build. | Vinson Lee |
2010-07-16 | r300g: inline winsys_buffer_destroy | Marek Olšák |
2010-07-16 | r300g: do not make copies of constant buffers, emit them directly | Marek Olšák |
2010-07-16 | draw: updated debug/dump code | Brian Paul |
2010-07-16 | draw: added array element debug / bounds checking code (disabled) | Brian Paul |
2010-07-16 | llvmpipe: use single swizzled tile | Keith Whitwell |
2010-07-16 | llvmpipe: Describe _mm_shuffle_epi8() with gcc extended inline assembly when ... | José Fonseca |
2010-07-16 | llvmpipe: Only use -mssse3 on gcc 4.3+ | José Fonseca |
2010-07-16 | draw/llvm: adjust the instance id at run time | Zack Rusin |
2010-07-16 | draw: use the instance id when fetching vertex data | Zack Rusin |
2010-07-16 | st/egl: Fix build on FreeBSD. | Chia-I Wu |
2010-07-16 | i965g: Remove dead initialization in precalc_tex. | Vinson Lee |