aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* freedreno/a2xx: fix compiler warningRob Clark2014-05-111-1/+1
* radeonsi: prepare depth export registers at compile timeMarek Olšák2014-05-103-14/+14
* radeonsi: simplify depth/stencil export codeMarek Olšák2014-05-101-11/+5
* radeon/llvm: add support for non-scalar system valuesMarek Olšák2014-05-101-0/+6
* radeonsi: add and use a helper function for loading constantsMarek Olšák2014-05-101-19/+19
* radeonsi: only count CS space for state atoms if we're going to drawMarek Olšák2014-05-101-5/+5
* radeonsi: remove unused variable exports_ps in si_pipe_shader_psMarek Olšák2014-05-101-12/+1
* radeonsi: use DRAW_PREAMBLE on CIKMarek Olšák2014-05-102-5/+10
* r600g: simplify framebuffer state size computationMarek Olšák2014-05-101-26/+4
* ilo: destroy the mutex, if winsys creation failsEmil Velikov2014-05-101-0/+1
* radeonsi: Enable geometry shaders with LLVM 3.4.1Tom Stellard2014-05-094-9/+13
* st/xa: Fix performance regression introduced by commit "Cache render target s...Thomas Hellstrom2014-05-091-1/+1
* clover: Destory pipe_screen when device does not support compute v2Tom Stellard2014-05-091-1/+4
* pipe-loader: Don't destroy the winsys in the sw loaderTom Stellard2014-05-091-3/+0
* radeonsi: Don't use anonymous struct trick in atom trackingAdam Jackson2014-05-086-10/+10
* llvmpipe: change LP_MAX_SHADER_INSTRUCTIONS limit definition.Roland Scheidegger2014-05-081-1/+3
* draw: do not use draw_get_option_use_llvm() inside draw execution pathsRoland Scheidegger2014-05-085-12/+12
* nv50/ir/gk110: fix set with f32 destIlia Mirkin2014-05-071-0/+3
* nv50/ir: allow load propagation when flags are definedIlia Mirkin2014-05-071-3/+4
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-0714-6/+21
* svga: add switch case for PIPE_SHADER_CAP_PREFERRED_IR, remove default caseBrian Paul2014-05-071-8/+10
* tgsi: add missing switch cases in tgsi_exec_get_shader_param()Brian Paul2014-05-071-2/+8
* gallivm: add PIPE_SHADER_CAP_PREFERRED_IR switch case, remove defaultBrian Paul2014-05-071-2/+6
* gallium: remove enum numbers from shader cap queriesBrian Paul2014-05-071-32/+32
* st/wgl: Advertise WGL_ARB_create_context(_profile).José Fonseca2014-05-071-0/+2
* st/wgl: Honour request of 3.1 contexts through core profile where available.José Fonseca2014-05-071-2/+15
* radeonsi: implement ARB_texture_cube_map_arrayMarek Olšák2014-05-063-6/+47
* st/egl: Flush resources before presentation (android - bug 77966)Paulo Sergio Travaglia2014-05-051-0/+7
* nv50,nvc0: add X8Z24_UNORM, fix stencil-only formatsIlia Mirkin2014-05-041-3/+9
* xa: fix segfaultRob Clark2014-05-041-0/+3
* radeonsi: add support for Mullins asics.Samuel Li2014-05-024-0/+11
* util: Don't attempt to redefine INFINITY/NAN on VS 2013.José Fonseca2014-05-021-0/+5
* draw: Prevent signed/unsigned comparisons.José Fonseca2014-05-021-1/+1
* st/vega: Prevent signed/unsigned comparisons.José Fonseca2014-05-021-5/+5
* util/u_debug_flush: Use util_snprintf.José Fonseca2014-05-021-2/+3
* targets/omx: add nouveau targetEmil Velikov2014-05-023-0/+65
* targets/omx: use GALLIUM_VIDEO_CFLAGSEmil Velikov2014-05-022-14/+2
* targets/pipe-loader: cleanup version-scriptEmil Velikov2014-05-023-5/+9
* targets/opencl: hide all the exported llvm/clang mayhem... hopefullyEmil Velikov2014-05-022-0/+7
* targets/egl-static: freshen up the version scriptEmil Velikov2014-05-023-5/+8
* targets/gbm: add version-script to limit exported symbolsEmil Velikov2014-05-022-0/+7
* targets/vdpau: use version script to limit the exported symbolsEmil Velikov2014-05-025-7/+9
* targets/omx: drop the version from the omx targetsEmil Velikov2014-05-021-0/+1
* targets/omx: use version script to limit amount of exported symbolsEmil Velikov2014-05-024-5/+7
* targets/dri: use a single version script to restict exported symbolsEmil Velikov2014-05-028-21/+6
* targets/xvmc: limit the amount of exported symbolsEmil Velikov2014-05-022-1/+33
* targets/osmesa: hide osmesa_create_screenEmil Velikov2014-05-021-1/+3
* targets/pipe-loader: drop driver_descriptor symbol from swrastEmil Velikov2014-05-022-4/+2
* nouveau: add ARB_buffer_storage supportIlia Mirkin2014-05-0210-5/+112
* nouveau: remove cb_dirty, it's never usedIlia Mirkin2014-05-022-4/+1