| Commit message (Expand) | Author | Age | Files | Lines |
* | draw: Use GALLIVM_DEBUG opt. | José Fonseca | 2010-05-15 | 1 | -21/+34 |
* | gallivm: Centralize some of the LLVM debugging options. | José Fonseca | 2010-05-15 | 2 | -0/+31 |
* | gallivm: Temporarily remove function call support | José Fonseca | 2010-05-15 | 1 | -438/+53 |
* | gallivm: use our util_snprintf | Zack Rusin | 2010-05-15 | 1 | -1/+2 |
* | gallivm: implement function calls | Zack Rusin | 2010-05-15 | 1 | -53/+437 |
* | i965: Set the correct provoking vertex for clipped first-mode trifans. | Eric Anholt | 2010-05-14 | 1 | -3/+17 |
* | gallivm: added some vector length sanity checks | Brian Paul | 2010-05-14 | 1 | -0/+2 |
* | gallivm: added lp_sizeof_llvm_type() | Brian Paul | 2010-05-14 | 2 | -0/+41 |
* | gallivm: comments, const qualifiers | Brian Paul | 2010-05-14 | 1 | -4/+11 |
* | tgsi: clean up in emit_fetch() | Brian Paul | 2010-05-14 | 1 | -43/+41 |
* | mesa: more info in glUniform error messages | Brian Paul | 2010-05-14 | 1 | -4/+7 |
* | mesa: silence void * / func * conversion warnings | Brian Paul | 2010-05-14 | 1 | -5/+10 |
* | tgsi: add a dummy function to silence warning | Brian Paul | 2010-05-14 | 1 | -0/+8 |
* | mesa: enum bitfields are a gcc-only feature, use GLubyte | Brian Paul | 2010-05-14 | 1 | -2/+2 |
* | egl: Implement EGL_NOK_texture_from_pixmap | Kristian Høgsberg | 2010-05-14 | 7 | -29/+54 |
* | egl: Only allow valid config attributes in _eglParseConfigAttribList() | Kristian Høgsberg | 2010-05-14 | 1 | -28/+24 |
* | i965: Add program dumping for INTEL_DEBUG=gs. | Eric Anholt | 2010-05-14 | 3 | -2/+12 |
* | i965: Parse the ff_sync URB send opcode on Ironlake disasm. | Eric Anholt | 2010-05-14 | 1 | -1/+15 |
* | i965: Use R16G16B16A16_FLOAT for 3-component half-float. | Eric Anholt | 2010-05-14 | 1 | -1/+1 |
* | i965: Dump out the correct shared function for SEND on Ironlake. | Eric Anholt | 2010-05-14 | 6 | -8/+17 |
* | i965: Support INTEL_DEBUG=clip to dump the clip program. | Eric Anholt | 2010-05-14 | 5 | -2/+13 |
* | intel: Handle arbitrary compressed formats in intel_compressed_num_bytes. | Eric Anholt | 2010-05-14 | 1 | -19/+8 |
* | gallium: remove forward declarations of non-existent objects | Marek Olšák | 2010-05-14 | 5 | -5/+0 |
* | r300g: do not abort if a constant buffer is too large | Marek Olšák | 2010-05-14 | 1 | -14/+18 |
* | r300g: add framebuffer state debug logging | Marek Olšák | 2010-05-14 | 3 | -1/+35 |
* | r300g: sort out debug flags | Marek Olšák | 2010-05-14 | 1 | -13/+16 |
* | egl: remove duplicate ARRAY_SIZE() macro declaration | Brian Paul | 2010-05-14 | 1 | -1/+1 |
* | nouveau/nvfx: Define some capabilities for shaders | Patrice Mandin | 2010-05-14 | 1 | -0/+38 |
* | egl: Silence uninitialized variable warnings. | Vinson Lee | 2010-05-14 | 1 | -1/+1 |
* | mesa: print enum name instead of hexadecimal value in glGet errors | Brian Paul | 2010-05-14 | 1 | -4/+9 |
* | mesa: another transform feedback error check, 80-col wrapping | Brian Paul | 2010-05-14 | 1 | -3/+9 |
* | mesa: fpclassify dummy definition is not needed on FreeBSD. | Alex Kozlov | 2010-05-14 | 1 | -1/+1 |
* | util: fix copy_rect stride in default transfer_inline_write | Keith Whitwell | 2010-05-14 | 1 | -2/+2 |
* | egl: Implement EGL_NOK_swap_region | Kristian Høgsberg | 2010-05-13 | 5 | -2/+86 |
* | r300g: fix for piglit/fp-indirections2 | Marek Olšák | 2010-05-14 | 1 | -1/+1 |
* | rtasm: fix void * / func * casting warnings | Brian Paul | 2010-05-13 | 2 | -4/+24 |
* | draw: silence casting warnings | Brian Paul | 2010-05-13 | 1 | -5/+38 |
* | gallivm: silence uninitialized var warning | Brian Paul | 2010-05-13 | 1 | -1/+1 |
* | llvmpipe: silence casting warnings | Brian Paul | 2010-05-13 | 3 | -15/+32 |
* | gallivm: silence casting warning | Brian Paul | 2010-05-13 | 1 | -1/+17 |
* | gallivm: silence uninitialized var warning | Brian Paul | 2010-05-13 | 1 | -1/+1 |
* | llvmpipe: silence uninitialized var warnings | Brian Paul | 2010-05-13 | 1 | -1/+2 |
* | llvmpipe: silence cast warnings in test programs | Brian Paul | 2010-05-13 | 4 | -6/+63 |
* | gallivm: added lp_dump_llvmtype() debug helper | Brian Paul | 2010-05-13 | 2 | -0/+40 |
* | llvmpipe: additional comments | Brian Paul | 2010-05-13 | 1 | -3/+5 |
* | gallivm: rename a var | Brian Paul | 2010-05-13 | 1 | -3/+4 |
* | egl: Allow a prioritized list of default drivers | Kristian Høgsberg | 2010-05-13 | 6 | -26/+45 |
* | egl_dri2: Downgrade initialization errors to warnings | Kristian Høgsberg | 2010-05-13 | 1 | -4/+4 |
* | util: Fix ptr -> int conversion. | José Fonseca | 2010-05-13 | 1 | -1/+1 |
* | Conditionally revert "gallivm: Use a more compact approach for lp_build_broad... | José Fonseca | 2010-05-13 | 1 | -0/+10 |