| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gallivm: add a log function that handles edge cases | Zack Rusin | 2013-07-19 | 2 | -0/+21 |
* | gallivm: export unordered/ordered cmp to a common function | Zack Rusin | 2013-07-19 | 1 | -283/+158 |
* | gallivm: handle -inf, inf and nan's in sin/cos instructions | Zack Rusin | 2013-07-19 | 2 | -0/+49 |
* | gallivm: add a version of log2 which handles edge cases | Zack Rusin | 2013-07-19 | 3 | -6/+65 |
* | gallivm: fix edge cases in exp2 | Zack Rusin | 2013-07-19 | 1 | -3/+7 |
* | gallivm: handle nan's in min/max | Zack Rusin | 2013-07-19 | 6 | -52/+482 |
* | scons: Disallow undefined symbols in Xlib libGL.so. | José Fonseca | 2013-07-19 | 1 | -0/+3 |
* | llvmpipe: clamp inputs for srgb render buffers | Roland Scheidegger | 2013-07-18 | 1 | -0/+35 |
* | llvmpipe: fix blending with SRC_ALPHA_SATURATE with some formats without alpha | Roland Scheidegger | 2013-07-18 | 2 | -8/+26 |
* | r600g: use WAIT_3D_IDLE before using CP DMA | Marek Olšák | 2013-07-18 | 2 | -0/+2 |
* | r300g: make use of gallium's os_get_process_name() | Jonathan Gray | 2013-07-18 | 1 | -1/+6 |
* | nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0 | Ilia Mirkin | 2013-07-18 | 11 | -3/+1815 |
* | gallivm: (trivial) simplify lp_build_cos/lp_build_sin a tiny bit | Roland Scheidegger | 2013-07-17 | 1 | -7/+6 |
* | util/u_format_s3tc: handle srgb formats correctly. | Roland Scheidegger | 2013-07-17 | 2 | -185/+254 |
* | r600g/sb: improve alu packing on cayman | Vadim Girlin | 2013-07-17 | 2 | -15/+89 |
* | r600g/sb: fix handling of new multislot instructions on cayman | Vadim Girlin | 2013-07-17 | 3 | -5/+6 |
* | r600g/sb: fix debug dump code in scheduler | Vadim Girlin | 2013-07-17 | 1 | -4/+5 |
* | r600g/sb: fix initial register allocation | Vadim Girlin | 2013-07-17 | 1 | -0/+1 |
* | r600g/sb: move chip & class name functions to sb_context | Vadim Girlin | 2013-07-17 | 4 | -53/+55 |
* | r600g/sb: fix handling of PS in source bytecode on cayman | Vadim Girlin | 2013-07-17 | 1 | -0/+5 |
* | r600g/sb: Initialize ra_checker member variables. | Vinson Lee | 2013-07-17 | 1 | -1/+1 |
* | gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}int | Emil Velikov | 2013-07-17 | 2 | -8/+8 |
* | llvmpipe: use MCJIT on ARM and AArch64 | Kyle McMartin | 2013-07-17 | 2 | -2/+9 |
* | llvmpipe: support sRGB framebuffers | Roland Scheidegger | 2013-07-16 | 4 | -18/+111 |
* | Revert "r300g: allow HiZ with a 16-bit zbuffer" | Marek Olšák | 2013-07-15 | 1 | -0/+1 |
* | r300g/swtcl: fix a lockup in MSAA resolve | Marek Olšák | 2013-07-15 | 1 | -0/+7 |
* | r300g/swtcl: fix geometry corruption by uploading indices to a buffer | Marek Olšák | 2013-07-15 | 3 | -45/+31 |
* | gallivm: (trivial) use constant instead of exp2f() function | Roland Scheidegger | 2013-07-14 | 1 | -2/+3 |
* | ilo: skip 3DSTATE_INDEX_BUFFER when possible | Chia-I Wu | 2013-07-14 | 4 | -59/+77 |
* | gallivm: handle srgb-to-linear and linear-to-srgb conversions | Roland Scheidegger | 2013-07-13 | 6 | -7/+332 |
* | gallivm: better support for fast rsqrt | Roland Scheidegger | 2013-07-13 | 2 | -16/+63 |
* | r600g/sb: Initialize ra_constraint::cost. | Vinson Lee | 2013-07-13 | 1 | -1/+1 |
* | winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfault | Marek Olšák | 2013-07-13 | 1 | -9/+11 |
* | ilo: move a santiy check into its assert() | Chia-I Wu | 2013-07-13 | 1 | -5/+2 |
* | ilo: mark some states dirty when they are really changed | Chia-I Wu | 2013-07-13 | 1 | -0/+16 |
* | ilo: clean up ilo_blitter_pipe_begin() | Chia-I Wu | 2013-07-13 | 3 | -27/+39 |
* | r600g: don't use the CB/DB CP COHER logic on r6xx | Alex Deucher | 2013-07-12 | 1 | -2/+10 |
* | nv30: fix KILL_IF breakage | Brian Paul | 2013-07-12 | 1 | -1/+1 |
* | gallium: fixup definitions of the rsq and sqrt | Zack Rusin | 2013-07-11 | 3 | -16/+11 |
* | util/u_format: Comment out half float denormal test case. | José Fonseca | 2013-07-12 | 1 | -0/+5 |
* | gallivm: Eliminate redundant lp_build_select calls. | José Fonseca | 2013-07-12 | 1 | -12/+2 |
* | tgsi: rename the TGSI fragment kill opcodes | Brian Paul | 2013-07-12 | 30 | -105/+103 |
* | tgsi: fix-up KILP comments | Brian Paul | 2013-07-12 | 3 | -10/+8 |
* | tgsi: exec TGSI_OPCODE_SQRT as a scalar instruction, not vector | Brian Paul | 2013-07-12 | 1 | -1/+1 |
* | tgsi: use X component of the second operand in exec_scalar_binary() | Brian Paul | 2013-07-12 | 1 | -1/+1 |
* | os: add os_get_process_name() function | Brian Paul | 2013-07-12 | 3 | -0/+133 |
* | softpipe: silence some MSVC warnings | Brian Paul | 2013-07-12 | 2 | -14/+14 |
* | hud: silence some MSVC warnings | Brian Paul | 2013-07-12 | 1 | -8/+8 |
* | util: add casts to silence MSVC warnings in u_blit.c | Brian Paul | 2013-07-12 | 1 | -14/+14 |
* | tgsi: s/unsigned/int/ to silence MSVC warning | Brian Paul | 2013-07-12 | 1 | -1/+1 |