summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2014-05-01gallivm: fix 2 leaks in disassembly codeRoland Scheidegger1-4/+5
2014-04-29translate_sse: Use the correct buffer index in this fast path.Andreas Hartmetz1-1/+3
2014-04-29clover: Query drivers for max clock frequencyTom Stellard3-1/+8
2014-04-29radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCYTom Stellard3-0/+13
2014-04-29gallium: Add PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCYTom Stellard2-1/+4
2014-04-29clover: Stub implementation of CL 1.2 sub-devices.EdB3-4/+66
2014-04-29clover: Add clEnqueue{Marker, Barrier}WithWaitList.EdB2-7/+43
2014-04-29clover: Align kernel argument sizes to nearest power of 2Jan Vesely1-7/+16
2014-04-29clover: Avoid warnings from references to deprecated CL 1.1 APIs.Francisco Jerez1-0/+2
2014-04-29clover: Update OpenCL headers to version 1.2 from Khronos.Francisco Jerez1-2/+6
2014-04-28nvc0/ir: offset appears to come before the Z refIlia Mirkin1-1/+3
2014-04-28nv50/ir: change texture offsets to ValueRefs, allow nonconstIlia Mirkin8-20/+61
2014-04-28nvc0/ir: do constant folding of extbf/insbfIlia Mirkin1-1/+66
2014-04-28nvc0/ir: add support for MUL_HI tgsi opcodesIlia Mirkin1-1/+12
2014-04-28nvc0/ir: add support for new bitfield manipulation opcodesIlia Mirkin7-4/+127
2014-04-28tgsi: add tgsi_exec support for new bit manipulation opcodesIlia Mirkin1-0/+172
2014-04-28gallium/util: add helpers for bitfield manipulationIlia Mirkin1-0/+31
2014-04-28gallium: add new opcodes for ARB_gs5 bit manipulation supportIlia Mirkin3-1/+93
2014-04-28st/dri: cleanup dri extension handlingEmil Velikov2-25/+30
2014-04-28util: Fix cross-compiles between endiannessesRichard Sandiford2-32/+46
2014-04-28util: Split out channel-parsing Python codeRichard Sandiford1-46/+50
2014-04-28util: Split out channel-printing Python codeRichard Sandiford2-41/+69
2014-04-28util: Turn inv_swizzle into a global functionRichard Sandiford2-11/+11
2014-04-28util: Add more query methods to u_format_parse.FormatRichard Sandiford3-36/+51
2014-04-26nvc0/ir: fetch shadow value from proper place for TG4 cube arrayIlia Mirkin1-1/+4
2014-04-26nvc0/ir: set gatherComp for non-shadow targetsIlia Mirkin1-0/+2
2014-04-26nvc0/ir: set instance count based on the GS_INVOCATIONS propertyIlia Mirkin1-3/+1
2014-04-26nvc0/ir: add support for INVOCATIONID system valueIlia Mirkin3-2/+1
2014-04-26nvc0/ir: add support for SAMPLEMASK sysvalIlia Mirkin5-0/+8
2014-04-26gallium: add GS_INVOCATIONS propertyIlia Mirkin3-1/+19
2014-04-26gallium: add INVOCATIONID semanticIlia Mirkin3-2/+10
2014-04-26nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin15-14/+131
2014-04-26nv50: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin14-8/+107
2014-04-26mesa/st: add support for ARB_sample_shadingIlia Mirkin5-0/+32
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin19-2/+48
2014-04-25gallium/tests: conditionally include sw/dri winsysEmil Velikov1-1/+5
2014-04-25automake: cleanup pipe-loader handling when using sw/xlib winsysEmil Velikov4-4/+4
2014-04-25pipe-loader: conditionally build and use pipe_loader_sw_probe_driEmil Velikov2-0/+6
2014-04-25llvmpipe: fix clearing of individual color buffers in a fbRoland Scheidegger6-163/+190
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger11-38/+38
2014-04-25llvmpipe: (trivial) use correct LP_MIN_VECTOR_ALIGN define for alignment.Roland Scheidegger1-1/+1
2014-04-25r600g: fix hang on RV740 by using DX_RASTERIZATION_KILL instead of SX_MISCMarek Olšák5-7/+27
2014-04-25r600g: fix for an MSAA hang on RV770Marek Olšák3-1/+12
2014-04-25r600g: fix for broken CULL_FRONT behavior on R6xxMarek Olšák4-61/+64
2014-04-25r600g: fix for HTILE on R6xxMarek Olšák1-0/+6
2014-04-25r600g: fix buffer copying on R600-R700Marek Olšák1-0/+6
2014-04-25r600g: fix flushing on RV670, RS780, RS880 againMarek Olšák1-0/+9
2014-04-25r600g: fix MSAA resolve on R6xx when the destination is 1D-tiledMarek Olšák1-0/+6
2014-04-25r600g: disable async DMA on R700Marek Olšák1-1/+2
2014-04-25r600g: fix edge flags and layered rendering on R600-R700Marek Olšák1-2/+4