| Commit message (Expand) | Author | Age | Files | Lines |
* | glapi: fix _glapi_get_proc_address() for mangled function names | Frederic Devernay | 2016-04-25 | 1 | -12/+6 |
* | util/blitter: use ARRAY_SIZE macro | Brian Paul | 2016-04-25 | 1 | -9/+3 |
* | svga: s/Elements/ARRAY_SIZE/ | Brian Paul | 2016-04-25 | 19 | -55/+55 |
* | svga: whitespace and formatting fixes in svga_pipe_rasterizer.c | Brian Paul | 2016-04-25 | 1 | -16/+13 |
* | svga: whitespace and formatting fixes in svga_pipe_depthstencil.c | Brian Paul | 2016-04-25 | 1 | -14/+14 |
* | svga: whitespace and formatting fixes in svga_pipe_sampler.c | Brian Paul | 2016-04-25 | 1 | -31/+33 |
* | gallium/util: initialize pipe_framebuffer_state to zeros | Brian Paul | 2016-04-25 | 1 | -1/+1 |
* | util/cache: add comments, fix formatting | Brian Paul | 2016-04-25 | 1 | -5/+35 |
* | i965: Mark URB reads as volatile. | Kenneth Graunke | 2016-04-25 | 1 | -0/+3 |
* | i965: Make a few tessellation related functions non-static. | Kenneth Graunke | 2016-04-25 | 3 | -47/+51 |
* | svga: separate HUD counters for state objects | Brian Paul | 2016-04-25 | 7 | -12/+29 |
* | st/omx: Fix resource leak on OMX_ErrorNone | Robert Foss | 2016-04-25 | 1 | -0/+1 |
* | isl: remove ffs function that conflicts with system headers | Jonathan Gray | 2016-04-25 | 1 | -5/+1 |
* | gallium: use unreachable instead of asserts | Grazvydas Ignotas | 2016-04-25 | 1 | -1/+1 |
* | anv: fix warnings in release build | Grazvydas Ignotas | 2016-04-25 | 4 | -4/+4 |
* | isl: fix warnings in release build | Grazvydas Ignotas | 2016-04-25 | 2 | -2/+2 |
* | spirv: fix warning in release build | Grazvydas Ignotas | 2016-04-25 | 1 | -1/+1 |
* | gallium: fix warnings in release build | Grazvydas Ignotas | 2016-04-25 | 7 | -7/+9 |
* | glsl: fix warning in release build | Grazvydas Ignotas | 2016-04-25 | 1 | -1/+1 |
* | util: add MAYBE_UNUSED for config dependent variables | Grazvydas Ignotas | 2016-04-25 | 1 | -0/+2 |
* | nouveau: codegen: combineLd/St do not combine indirect loads | Hans de Goede | 2016-04-25 | 1 | -0/+7 |
* | freedreno/ir3: relax restriction in grouping | Rob Clark | 2016-04-24 | 1 | -3/+5 |
* | freedreno/ir3: fix small memory leak | Rob Clark | 2016-04-24 | 1 | -0/+2 |
* | freedreno/ir3: fix small RA bug | Rob Clark | 2016-04-24 | 1 | -1/+2 |
* | freedreno/a4xx: better workaround for astc+srgb | Rob Clark | 2016-04-24 | 10 | -22/+195 |
* | Revert "freedreno/a4xx: lower srgb in shader for astc textures" | Rob Clark | 2016-04-24 | 7 | -62/+6 |
* | freedreno/a4xx: blend state no longer depends on fb state | Rob Clark | 2016-04-24 | 1 | -4/+1 |
* | Revert "st/dri: add 32-bit RGBX/RGBA formats" | Marek Olšák | 2016-04-24 | 2 | -10/+0 |
* | genxml: use PYTHON3 | Jonathan Gray | 2016-04-23 | 2 | -1/+3 |
* | i965/tex_image: Flush certain subnormal ASTC channel values | Nanley Chery | 2016-04-23 | 1 | -0/+87 |
* | configure.ac: search for and set PYTHON3 | Jonathan Gray | 2016-04-23 | 1 | -0/+2 |
* | i965/blorp: Enable for buffer resolves | Topi Pohjolainen | 2016-04-23 | 1 | -1/+1 |
* | i965/blorp: Enable for normal color clears | Topi Pohjolainen | 2016-04-23 | 1 | -0/+9 |
* | i965/blorp: Fix clear code for ignoring colormask for XRGB formats on Gen9+ | Topi Pohjolainen | 2016-04-23 | 1 | -7/+26 |
* | mesa/formats: Take luminance into account in component count | Topi Pohjolainen | 2016-04-23 | 1 | -0/+1 |
* | i965/blorp: Do not trigger re-emission of base state address | Topi Pohjolainen | 2016-04-23 | 2 | -2/+0 |
* | i965/blorp: Reconfigure base state address only if needed | Topi Pohjolainen | 2016-04-23 | 3 | -3/+7 |
* | i965/blorp: Use BRW_NEW_BLORP instead of trashing all state bits | Topi Pohjolainen | 2016-04-23 | 2 | -5/+2 |
* | i965: Make all atoms to track BRW_NEW_BLORP by default | Kenneth Graunke | 2016-04-23 | 62 | -46/+179 |
* | i965: Introduce state flag for blorp | Topi Pohjolainen | 2016-04-23 | 2 | -0/+3 |
* | i965/blorp/gen6: Use normal base state address setup | Topi Pohjolainen | 2016-04-23 | 3 | -54/+5 |
* | i965: Remove pointers to non-existing atoms | Topi Pohjolainen | 2016-04-23 | 1 | -8/+0 |
* | radeonsi: Implement ddx/ddy on VI using ds_bpermute | Tom Stellard | 2016-04-22 | 1 | -12/+30 |
* | radeonsi: Use llvm.amdgcn.mbcnt.* intrinsics instead of llvm.SI.tid | Tom Stellard | 2016-04-22 | 1 | -1/+16 |
* | radeonsi: Set range metadata on calls to llvm.SI.tid | Tom Stellard | 2016-04-22 | 1 | -3/+26 |
* | radeonsi: Create a helper function for computing the thread id | Tom Stellard | 2016-04-22 | 1 | -6/+11 |
* | i965: Disable KHR_texture_compression_astc_hdr on Gen9 | Nanley Chery | 2016-04-22 | 2 | -4/+3 |
* | swr: [rasterizer memory] Constify load tiles | Tim Rowley | 2016-04-22 | 2 | -6/+8 |
* | swr: [rasterizer core] CompleteDrawContext changes for gcc | Tim Rowley | 2016-04-22 | 1 | -4/+11 |
* | swr: [rasterizer] Small cleanups | Tim Rowley | 2016-04-22 | 7 | -20/+29 |