summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* svga: add new surface-write-flushes HUD queryBrian Paul2016-03-074-8/+23
* svga: add new flush-time HUD queryBrian Paul2016-03-074-7/+24
* svga: also dump SVGA3D_BUFFER surfaces in svga_screen_cache_dump()Brian Paul2016-03-071-2/+8
* nvc0: reset TFB bufctx when we no longer hold a reference to the buffersIlia Mirkin2016-03-062-2/+3
* nv50/ir: using sampleid/pos shouldn't force per-sample interpolationIlia Mirkin2016-03-052-6/+1
* gallium/util: add new comments, assertions in u_debug_refcnt.cBrian Paul2016-03-051-0/+20
* gallium/util: update comments and URL in u_debug_refcnt.cBrian Paul2016-03-051-4/+10
* gallium/util: make stream variable static in u_debug_refcnt.cBrian Paul2016-03-051-1/+1
* gallium/util: re-indent u_debug_refcnt.[ch]Brian Paul2016-03-052-50/+65
* gallium/tests: silence warning in compute.cBrian Paul2016-03-051-1/+1
* st/xlib: Don't destroy screen on XCloseDisplay()George Kyriazis2016-03-041-3/+7
* st/xlib: Hang off screen destructor off main XCloseDisplay() callback.George Kyriazis2016-03-043-35/+27
* st/xlib: Support unlimited number of display connectionsGeorge Kyriazis2016-03-041-19/+103
* svga: add new command-buffer-size HUD queryBrian Paul2016-03-044-7/+23
* svga: add new svga_winsys_context::get_command_buffer_size()Brian Paul2016-03-042-0/+14
* svga: reorder SVGA_QUERY_ switch cases to match declaration orderBrian Paul2016-03-041-9/+9
* svga: Force an RGBA view creation for an RGBA resourceSinclair Yeh2016-03-041-1/+10
* svga: fix an error in svga_texture_generate_mipmapCharmaine Lee2016-03-041-1/+6
* winsys/svga: Increase the fence timeoutThomas Hellstrom2016-03-041-1/+2
* winsys/svga: Fix an uninitialized return valueThomas Hellstrom2016-03-041-0/+2
* radeonsi: Do colorformat endian swap for PIPE_USAGE_STAGINGOded Gabbay2016-03-031-5/+1
* r600g: Do colorformat endian swap for PIPE_USAGE_STAGINGOded Gabbay2016-03-032-17/+2
* mesa/build: add OpenSWR to buildTim Rowley2016-03-029-0/+444
* gallium/docs - add OpenSWR documentationTim Rowley2016-03-025-0/+381
* gallium/target-helpers: add OpenSWR driverTim Rowley2016-03-021-1/+11
* gallium/auxilary: more __cplusplus exportsTim Rowley2016-03-025-0/+34
* gallium/swr: add OpenSWR rasterizerTim Rowley2016-03-0288-0/+48234
* gallium/swr: add OpenSWR driverTim Rowley2016-03-0223-0/+5718
* gk110/ir: fix wrong emission of NOT modifier for VOTESamuel Pitoiset2016-03-021-1/+1
* gallium/cso: fix indentationThomas Hindoe Paaboel Andersen2016-03-021-4/+4
* gallium: fix PIPE_BIND_QUERY_BUFFER - PIPE_BIND_SCANOUT overlapMarek Olšák2016-03-021-3/+3
* freedreno/ir3: enable shareable shadersRob Clark2016-03-015-8/+12
* freedreno/ir3: pass ctx to constant-emit codeRob Clark2016-03-014-25/+21
* freedreno/ir3: add dev ptr to ir3_compilerRob Clark2016-03-016-8/+10
* virgl: add support for passing render condition flags to host.Dave Airlie2016-03-012-1/+5
* r600g: remove support for DRM < 2.12.0Marek Olšák2016-03-016-68/+16
* r300g: remove support for DRM < 2.12.0Marek Olšák2016-03-015-76/+7
* winsys/radeon: drop support for DRM 2.12.0 (kernel < 3.2)Marek Olšák2016-03-012-40/+18
* radeonsi: also dump shaders on a VM faultMarek Olšák2016-03-011-2/+1
* radeonsi: dump full shader disassemblies into ddebug logsMarek Olšák2016-03-011-9/+9
* radeonsi: allow dumping shader disassemblies to a fileMarek Olšák2016-03-013-22/+29
* radeonsi: use re-ZMarek Olšák2016-03-013-6/+21
* tgsi/scan: count memory instructionsMarek Olšák2016-03-012-0/+20
* st/nine: Fix second Multithreading issue with MANAGED buffersAxel Davy2016-02-291-0/+3
* st/nine: Fix Multithreading issue with MANAGED buffersAxel Davy2016-02-291-2/+6
* st/nine: Handle READONLY for buffer MANAGED poolAxel Davy2016-02-291-7/+10
* st/nine: Use Position input helper for ps3 declared inputsAxel Davy2016-02-291-0/+7
* st/nine: Introduce helper for Position shader inputAxel Davy2016-02-291-16/+15
* st/clover: Add libelf cflags to the buildKoop Mast2016-02-292-3/+1
* r600: Make enum alu_op_flags unsignedRob Herring2016-02-291-8/+8