| Commit message (Expand) | Author | Age | Files | Lines |
* | glapi/glx: Emit direct GL calls instead of dispatch lookup | Adam Jackson | 2016-03-28 | 2 | -34/+10 |
* | glx: Unbreak generating some of the xorg glx headers | Adam Jackson | 2016-03-28 | 1 | -2/+2 |
* | mesa/st: Fix NULL access if no fragment shader is bound | Bas Nieuwenhuizen | 2016-03-28 | 1 | -2/+2 |
* | freedreno/ir3: fix for load_front_face intrinsic | Rob Clark | 2016-03-28 | 1 | -1/+8 |
* | freedreno/ir3: fix compiler warn | Rob Clark | 2016-03-28 | 1 | -1/+1 |
* | nvc0: make sure to disable fetches from previously-set VBOs when blitting | Ilia Mirkin | 2016-03-28 | 1 | -0/+2 |
* | nvc0: disable primitive restart and index bias during blits | Ilia Mirkin | 2016-03-28 | 1 | -0/+11 |
* | nvc0/ir: fix picking of coordinates from tex instruction for textureGrad | Ilia Mirkin | 2016-03-28 | 1 | -1/+11 |
* | nv50/ir: saturate depth writes | Ilia Mirkin | 2016-03-28 | 1 | -1/+4 |
* | gallium/util: fix up inaccurate behavior of util_framebuffer_state_equal (v2) | Marek Olšák | 2016-03-28 | 1 | -5/+5 |
* | st/mesa: only minify height if target != 1D array in st_finalize_texture | Marek Olšák | 2016-03-28 | 1 | -1/+6 |
* | mesa: optimize out the realloc from glCopyTexImagexD() | Miklós Máté | 2016-03-27 | 1 | -0/+36 |
* | st/mesa: fix handling the fallback texture | Miklós Máté | 2016-03-27 | 1 | -3/+4 |
* | st/mesa: enable GL_ATI_fragment_shader | Miklós Máté | 2016-03-27 | 1 | -0/+1 |
* | st/mesa: implement GL_ATI_fragment_shader | Miklós Máté | 2016-03-27 | 10 | -4/+1064 |
* | program: add ATI_fragment_shader to shader stages list | Miklós Máté | 2016-03-27 | 1 | -0/+2 |
* | mesa: optionally associate a gl_program to ATI_fragment_shader | Miklós Máté | 2016-03-27 | 5 | -2/+34 |
* | gallium/p_context.h: Make comment more readable | Edward O'Callaghan | 2016-03-27 | 1 | -1/+1 |
* | mesa/st: Remove GLSLVersion clamping | Edward O'Callaghan | 2016-03-27 | 1 | -10/+5 |
* | radeon/r600: Fix return type in failure branch | Edward O'Callaghan | 2016-03-27 | 1 | -1/+1 |
* | radeon/r600_query.c: Minor style fix | Edward O'Callaghan | 2016-03-27 | 1 | -1/+1 |
* | virgl: drop next shader property for now. | Dave Airlie | 2016-03-26 | 1 | -0/+1 |
* | glsl: reduce buffer block duplication | Timothy Arceri | 2016-03-26 | 6 | -82/+57 |
* | st/xa: emit sampler view declarations in shaders | Brian Paul | 2016-03-25 | 1 | -0/+19 |
* | swr: [rasterizer jitter] Fix MASKLOADD AVX prototype (float -> i32) | Tim Rowley | 2016-03-25 | 1 | -1/+1 |
* | swr: [rasterizer core] NUMA optimizations... | Tim Rowley | 2016-03-25 | 5 | -65/+105 |
* | swr: [rasterizer jitter] Fix logic bug for alpha-to-coverage. | Tim Rowley | 2016-03-25 | 1 | -2/+11 |
* | swr: [rasterizer core] Fix Compute workitem retirement | Tim Rowley | 2016-03-25 | 4 | -31/+22 |
* | swr: [rasterizer core] Cleanup state ring arena after last draw that referenc... | Tim Rowley | 2016-03-25 | 3 | -2/+14 |
* | swr: [rasterizer jitter] add missing include for llvm jitevents | Tim Rowley | 2016-03-25 | 1 | -0/+4 |
* | swr: [rasterizer core] Reduce Arena blocksize to 128KB (from 1MB). | Tim Rowley | 2016-03-25 | 1 | -3/+7 |
* | swr: [rasterizer core] One last pass at Arena optimizations | Tim Rowley | 2016-03-25 | 1 | -15/+15 |
* | swr: [rasterizer core] CachedArena optimizations | Tim Rowley | 2016-03-25 | 3 | -210/+161 |
* | swr: [rasterizer jitter] support llvm-svn | Tim Rowley | 2016-03-25 | 6 | -12/+37 |
* | swr: [rasterizer core] Globally cache allocated arena blocks for fast re-allo... | Tim Rowley | 2016-03-25 | 8 | -46/+168 |
* | swr: [rasterizer] more arena work | Tim Rowley | 2016-03-25 | 5 | -10/+110 |
* | swr: [rasterizer core] Add clipping against user clip distances in the NullPS... | Tim Rowley | 2016-03-25 | 1 | -2/+12 |
* | swr: [rasterizer core] Arena optimizations - preparing for global allocator. | Tim Rowley | 2016-03-25 | 5 | -187/+131 |
* | swr: [rasterizer core] Reset DrawContext arena at end of draw rather than upo... | Tim Rowley | 2016-03-25 | 2 | -21/+4 |
* | swr: [rasterizer core] Add clipping of user clip planes in clipper. | Tim Rowley | 2016-03-25 | 1 | -0/+86 |
* | swr: [rasterizer] Reduce max in-flight draws to 96 (by default) | Tim Rowley | 2016-03-25 | 1 | -1/+1 |
* | swr: [rasterizer] Fix run-time check asserts | Tim Rowley | 2016-03-25 | 2 | -8/+7 |
* | swr: [rasterizer jitter] signed immediate builder | Tim Rowley | 2016-03-25 | 2 | -0/+8 |
* | swr: [rasterizer common] changes for cygwin | Tim Rowley | 2016-03-25 | 1 | -1/+4 |
* | swr: [rasterizer] code styling and update copyrights | Tim Rowley | 2016-03-25 | 10 | -328/+328 |
* | swr: [rasterizer core] Guard against enquing work to invalid hot tiles | Tim Rowley | 2016-03-25 | 1 | -0/+5 |
* | swr: [rasterizer] Stop setting viewport size to larger than hottile array | Tim Rowley | 2016-03-25 | 1 | -0/+6 |
* | swr: [rasterizer] Discard work + misc fixes | Tim Rowley | 2016-03-25 | 9 | -28/+119 |
* | swr: [rasterizer] remove use of BYTE type | Tim Rowley | 2016-03-25 | 15 | -74/+65 |
* | swr: [rasterizer core] Fix crash that can occur when switching contexts | Tim Rowley | 2016-03-25 | 3 | -1/+22 |