| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/cso: avoid unnecessary null dereference | Eric Engestrom | 2016-08-24 | 1 | -1/+1 |
* | st/xvmc: fix a couple 'unused-but-set-variable' warnings | Eric Engestrom | 2016-08-24 | 1 | -2/+3 |
* | st/va: Remove unused variable coded_size from vlVaEndPicture() | Kai Wasserbäch | 2016-08-24 | 1 | -1/+0 |
* | st/va: Remove else case in vlVaEndPicture() made superfluous by c59628d11b | Kai Wasserbäch | 2016-08-24 | 1 | -3/+1 |
* | st/va: add missing mutex_unlock | Eric Engestrom | 2016-08-24 | 1 | -1/+3 |
* | st/dri: respect driver's request to avoid mixed color/depth bit configs | Ilia Mirkin | 2016-08-23 | 1 | -2/+6 |
* | gallium: add a cap to expose whether driver supports mixed color/zs bits | Ilia Mirkin | 2016-08-23 | 17 | -0/+22 |
* | dri: add a way to request that modes have matching color/zs depths | Ilia Mirkin | 2016-08-23 | 1 | -2/+2 |
* | nv50/ir: make sure cfg iterator always hits all blocks | Ilia Mirkin | 2016-08-23 | 1 | -4/+4 |
* | vc4: Tell state_tracker that we would prefer NIR. | Eric Anholt | 2016-08-22 | 3 | -8/+31 |
* | vc4: Use proper type sizes for uniforms. | Eric Anholt | 2016-08-22 | 1 | -4/+5 |
* | vc4: Add VARYING_SLOT_PNTC support. | Eric Anholt | 2016-08-22 | 1 | -4/+5 |
* | vc4: Fix vc4_nir_lower_io for non-vec4 I/O. | Eric Anholt | 2016-08-22 | 1 | -22/+12 |
* | nir: Define system values for vc4's blending-lowering arguments. | Eric Anholt | 2016-08-22 | 4 | -46/+54 |
* | gallium/hud: round max_value to print nicely rounded numbers next to graphs | Marek Olšák | 2016-08-22 | 3 | -4/+80 |
* | gallium/hud: generalize code for drawing numbers next to graphs | Marek Olšák | 2016-08-22 | 1 | -5/+8 |
* | gallium/hud: draw numbers with 3 decimal places if those aren't 0 | Marek Olšák | 2016-08-22 | 1 | -5/+12 |
* | gallium/hud: use sRGB for nicer AA lines | Marek Olšák | 2016-08-22 | 1 | -0/+21 |
* | gallium/hud: use AA lines for graphs | Marek Olšák | 2016-08-22 | 1 | -1/+5 |
* | gallium/hud: don't enable blending for all objects | Marek Olšák | 2016-08-22 | 1 | -2/+7 |
* | llvmpipe: fix issues with depth clamp | Roland Scheidegger | 2016-08-20 | 3 | -49/+94 |
* | llvmpipe: fix depth clamping wrt reversed near/far values | Roland Scheidegger | 2016-08-20 | 1 | -9/+3 |
* | a4xx: make sure to actually clamp depth as requested | Ilia Mirkin | 2016-08-19 | 2 | -2/+29 |
* | a4xx: only disable depth clipping, not all clipping, when requested | Ilia Mirkin | 2016-08-19 | 2 | -1/+4 |
* | vc4: Switch store_output to using nir_lower_io_to_scalar / component. | Eric Anholt | 2016-08-19 | 2 | -44/+16 |
* | vc4: Use the intrinsic's first_component for vattr VPM index. | Eric Anholt | 2016-08-19 | 2 | -7/+3 |
* | vc4: Convert to using nir_lower_io_scalar for FS inputs. | Eric Anholt | 2016-08-19 | 2 | -44/+62 |
* | vc4: Switch to using the intrinsic accessors. | Eric Anholt | 2016-08-19 | 3 | -23/+29 |
* | ttn: Use nir_load_front_face instead of the TGSI-style input. | Eric Anholt | 2016-08-19 | 3 | -63/+28 |
* | ttn: Make FRAG_RESULT_DEPTH be a float variable to match gtn and ptn. | Eric Anholt | 2016-08-19 | 4 | -11/+17 |
* | vc4: Dump the TGSI before trying to convert it to NIR. | Eric Anholt | 2016-08-19 | 1 | -4/+3 |
* | radeon/vce: set flag based on dual instance enablement | Boyuan Zhang | 2016-08-19 | 1 | -2/+4 |
* | st/va: enable dual instances encode by sync surface | Boyuan Zhang | 2016-08-19 | 3 | -3/+46 |
* | radeonsi: initialize and finalize the LLVM function pass manager | Marek Olšák | 2016-08-18 | 1 | -0/+2 |
* | swr: [rasterizer core] only use Viewport/Scissors during SwrDraw* operations | Tim Rowley | 2016-08-17 | 12 | -415/+400 |
* | swr: [rasterizer common] reorder SWR_FORMAT_INFO | Tim Rowley | 2016-08-17 | 2 | -825/+1433 |
* | swr: [rasterizer core] make dirtytile list point directly to macrotilequeues | Tim Rowley | 2016-08-17 | 3 | -14/+15 |
* | swr: [rasterizer core] portability - remove use of INT64 | Tim Rowley | 2016-08-17 | 1 | -2/+2 |
* | swr: [rasterizer core] viewport transform disabled fix | Tim Rowley | 2016-08-17 | 1 | -4/+11 |
* | swr: [rasterizer core] clamp scissor rects to current tile rect | Tim Rowley | 2016-08-17 | 1 | -0/+18 |
* | swr: [rasterizer core] align stats structures | Tim Rowley | 2016-08-17 | 1 | -2/+2 |
* | swr: [rasterizer core] use AVX2 permute to simplify PaTriList | Tim Rowley | 2016-08-17 | 1 | -1/+35 |
* | swr: [rasterizer core] move some global variables to SWR_CONTEXT | Tim Rowley | 2016-08-17 | 2 | -9/+9 |
* | swr: [rasterizer core] change scale on VP matrix element gathers | Tim Rowley | 2016-08-17 | 1 | -6/+6 |
* | swr: [rasterizer] implementing native AVX-512 simd16 intrinsics | Tim Rowley | 2016-08-17 | 2 | -84/+265 |
* | svga: fix src/dst typo in can_blit_via_copy_region_vgpu10() | Brian Paul | 2016-08-17 | 1 | -1/+1 |
* | svga: initialize a variable to silence a gcc warning | Brian Paul | 2016-08-17 | 1 | -1/+1 |
* | radeonsi: fix up buffer descriptor upper-bound checking | Marek Olšák | 2016-08-17 | 1 | -1/+1 |
* | gallium: change pipe_image_view::first_element/last_element -> offset/size | Marek Olšák | 2016-08-17 | 7 | -40/+22 |
* | gallium: change pipe_sampler_view::first_element/last_element -> offset/size | Marek Olšák | 2016-08-17 | 22 | -71/+74 |