| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 394 | -1521/+1514 |
* | nvc0: force cache flush when binding a new ubo | Samuel Pitoiset | 2015-07-21 | 1 | -0/+2 |
* | nv50: force cache flush when binding a new ubo | Samuel Pitoiset | 2015-07-21 | 1 | -0/+2 |
* | r600/sb: Fix an &/&& mistake | Adam Jackson | 2015-07-21 | 1 | -1/+1 |
* | nouveau: use bool instead of boolean | Samuel Pitoiset | 2015-07-21 | 70 | -679/+679 |
* | gallivm: Initialize LLVM Modules's DataLayout to an empty string. | Tom Stellard | 2015-07-20 | 1 | -5/+23 |
* | nvc0: add a missing parameter to nvc0_set_shader_images() | Samuel Pitoiset | 2015-07-20 | 1 | -3/+3 |
* | nouveau: always align buffers to 0x100 | Samuel Pitoiset | 2015-07-20 | 1 | -7/+1 |
* | nv50: limit the maximum number of samplers to 16 | Samuel Pitoiset | 2015-07-20 | 1 | -1/+1 |
* | nv50: turn samples counts off during blit | Samuel Pitoiset | 2015-07-20 | 1 | -0/+11 |
* | nv50: add nesting support for occlusion queries | Samuel Pitoiset | 2015-07-20 | 2 | -11/+20 |
* | nv50: fix max level clamping on G80 | Ilia Mirkin | 2015-07-20 | 1 | -2/+9 |
* | gm107/ir: fix indirect txq emission | Ilia Mirkin | 2015-07-18 | 1 | -2/+8 |
* | nvc0/ir: don't worry about sampler in txq handling | Ilia Mirkin | 2015-07-18 | 1 | -22/+8 |
* | nvc0/ir: fix txq on indirect samplers | Ilia Mirkin | 2015-07-18 | 2 | -2/+56 |
* | vc4: Switch to using a separate ioctl for making shaders. | Eric Anholt | 2015-07-17 | 4 | -12/+78 |
* | vc4: Fix printing of shader-db debug when shader-db isn't turned on. | Eric Anholt | 2015-07-17 | 1 | -4/+6 |
* | vc4: Add debugging on texture relocation validation failures. | Eric Anholt | 2015-07-17 | 1 | -7/+13 |
* | vc4: Also consider uniform 0 in uniform lowering. | Eric Anholt | 2015-07-17 | 1 | -3/+3 |
* | vc4: Use the pure/const attributes on a bunch of our QPU functions. | Eric Anholt | 2015-07-17 | 2 | -18/+18 |
* | gallium: add interface for writable shader buffers | Marek Olšák | 2015-07-16 | 2 | -0/+28 |
* | gallium: add interface for writable shader images | Marek Olšák | 2015-07-16 | 10 | -27/+120 |
* | gallium: add new limits for shader buffers and images | Marek Olšák | 2015-07-16 | 3 | -4/+5 |
* | gallium: add BIND flags for R/W buffers and images | Marek Olšák | 2015-07-16 | 7 | -13/+19 |
* | gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS | Marek Olšák | 2015-07-16 | 15 | -0/+18 |
* | clover: little OpenCL status code logging clean | EdB | 2015-07-16 | 5 | -25/+32 |
* | osmesa: fix OSMesaPixelsStore typo | Brian Paul | 2015-07-15 | 1 | -1/+1 |
* | vc4: Cache the texture p1 for the sampler. | Eric Anholt | 2015-07-14 | 3 | -49/+69 |
* | vc4: Cache texture p0/p1 setup for the sampler view. | Eric Anholt | 2015-07-14 | 3 | -28/+43 |
* | vc4: Move uniforms handling to a separate file. | Eric Anholt | 2015-07-14 | 3 | -314/+341 |
* | vc4: Fix some -Wdouble-promotion warnings. | Eric Anholt | 2015-07-14 | 3 | -6/+6 |
* | vc4: Fix compiler warnings on release builds. | Eric Anholt | 2015-07-14 | 4 | -7/+14 |
* | vc4: Add better debug for register allocation failure. | Eric Anholt | 2015-07-14 | 1 | -1/+5 |
* | vc4: Drop reloc_count tracking for debug asserts on non-debug builds. | Eric Anholt | 2015-07-14 | 1 | -0/+10 |
* | vc4: Rework cl handling to be friendlier to the compiler. | Eric Anholt | 2015-07-14 | 6 | -152/+203 |
* | vc4: Make a helper function for getting the current offset in the CL. | Eric Anholt | 2015-07-14 | 4 | -20/+21 |
* | vc4: Drop separate cl*_reloc_hindex(). | Eric Anholt | 2015-07-14 | 1 | -18/+6 |
* | vc4: Store reloc pointers as pointers, not offsets. | Eric Anholt | 2015-07-14 | 1 | -5/+5 |
* | vc4: Add perf debug for when we wait on BOs. | Eric Anholt | 2015-07-14 | 4 | -43/+72 |
* | auxiliary/vl: use the correct screen index | Emil Velikov | 2015-07-13 | 1 | -4/+13 |
* | radeonsi: directly include radeon/* headers | Emil Velikov | 2015-07-13 | 1 | -1/+1 |
* | auxiliary/vl: use loader_open_device() over open() | Emil Velikov | 2015-07-13 | 2 | -1/+4 |
* | pipe-loader: use loader_open_device() rather than open() | Emil Velikov | 2015-07-13 | 1 | -1/+1 |
* | pipe-loader: remove pipe_loader_sw_probe_xlib | Emil Velikov | 2015-07-13 | 3 | -53/+0 |
* | automake: remove empty GALLIUM_PIPE_LOADER_LIBS | Emil Velikov | 2015-07-13 | 10 | -20/+7 |
* | automake: pipe-loader: remove the 'client' pipe-loader | Emil Velikov | 2015-07-13 | 3 | -28/+22 |
* | pipe-loader: remove pipe_loader_drm_probe_fd() x_auth argument | Emil Velikov | 2015-07-13 | 6 | -90/+7 |
* | pipe-loader: simplify pipe_loader_drm_probe | Emil Velikov | 2015-07-13 | 1 | -9/+4 |
* | pipe-loader: drop support for non-render node devices | Emil Velikov | 2015-07-13 | 1 | -59/+1 |
* | radeonsi: direct emit intrinsic for DFRAC. | Dave Airlie | 2015-07-13 | 1 | -0/+1 |