aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* nvc0: treat non-linear 2DRect textures the same as 2DIlia Mirkin2014-05-021-1/+1
* clover: Add a stub implementation of clCreateImage() v3Tom Stellard2014-05-024-2/+21
* gallivm: fix 2 leaks in disassembly codeRoland Scheidegger2014-05-011-4/+5
* translate_sse: Use the correct buffer index in this fast path.Andreas Hartmetz2014-04-291-1/+3
* clover: Query drivers for max clock frequencyTom Stellard2014-04-293-1/+8
* radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCYTom Stellard2014-04-293-0/+13
* gallium: Add PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCYTom Stellard2014-04-292-1/+4
* clover: Stub implementation of CL 1.2 sub-devices.EdB2014-04-293-4/+66
* clover: Add clEnqueue{Marker, Barrier}WithWaitList.EdB2014-04-292-7/+43
* clover: Align kernel argument sizes to nearest power of 2Jan Vesely2014-04-291-7/+16
* clover: Avoid warnings from references to deprecated CL 1.1 APIs.Francisco Jerez2014-04-291-0/+2
* clover: Update OpenCL headers to version 1.2 from Khronos.Francisco Jerez2014-04-291-2/+6
* nvc0/ir: offset appears to come before the Z refIlia Mirkin2014-04-281-1/+3
* nv50/ir: change texture offsets to ValueRefs, allow nonconstIlia Mirkin2014-04-288-20/+61
* nvc0/ir: do constant folding of extbf/insbfIlia Mirkin2014-04-281-1/+66
* nvc0/ir: add support for MUL_HI tgsi opcodesIlia Mirkin2014-04-281-1/+12
* nvc0/ir: add support for new bitfield manipulation opcodesIlia Mirkin2014-04-287-4/+127
* tgsi: add tgsi_exec support for new bit manipulation opcodesIlia Mirkin2014-04-281-0/+172
* gallium/util: add helpers for bitfield manipulationIlia Mirkin2014-04-281-0/+31
* gallium: add new opcodes for ARB_gs5 bit manipulation supportIlia Mirkin2014-04-283-1/+93
* st/dri: cleanup dri extension handlingEmil Velikov2014-04-282-25/+30
* util: Fix cross-compiles between endiannessesRichard Sandiford2014-04-282-32/+46
* util: Split out channel-parsing Python codeRichard Sandiford2014-04-281-46/+50
* util: Split out channel-printing Python codeRichard Sandiford2014-04-282-41/+69
* util: Turn inv_swizzle into a global functionRichard Sandiford2014-04-282-11/+11
* util: Add more query methods to u_format_parse.FormatRichard Sandiford2014-04-283-36/+51