summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* nvc0/ir: fetch shadow value from proper place for TG4 cube arrayIlia Mirkin2014-04-261-1/+4
* nvc0/ir: set gatherComp for non-shadow targetsIlia Mirkin2014-04-261-0/+2
* nvc0/ir: set instance count based on the GS_INVOCATIONS propertyIlia Mirkin2014-04-261-3/+1
* nvc0/ir: add support for INVOCATIONID system valueIlia Mirkin2014-04-263-2/+1
* nvc0/ir: add support for SAMPLEMASK sysvalIlia Mirkin2014-04-265-0/+8
* gallium: add GS_INVOCATIONS propertyIlia Mirkin2014-04-263-1/+19
* gallium: add INVOCATIONID semanticIlia Mirkin2014-04-263-2/+10
* nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-2615-14/+131
* nv50: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-2614-8/+107
* mesa/st: add support for ARB_sample_shadingIlia Mirkin2014-04-265-0/+32
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-2619-2/+48
* gallium/tests: conditionally include sw/dri winsysEmil Velikov2014-04-251-1/+5
* automake: cleanup pipe-loader handling when using sw/xlib winsysEmil Velikov2014-04-254-4/+4
* pipe-loader: conditionally build and use pipe_loader_sw_probe_driEmil Velikov2014-04-252-0/+6
* llvmpipe: fix clearing of individual color buffers in a fbRoland Scheidegger2014-04-256-163/+190
* gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2014-04-2511-38/+38
* llvmpipe: (trivial) use correct LP_MIN_VECTOR_ALIGN define for alignment.Roland Scheidegger2014-04-251-1/+1
* r600g: fix hang on RV740 by using DX_RASTERIZATION_KILL instead of SX_MISCMarek Olšák2014-04-255-7/+27
* r600g: fix for an MSAA hang on RV770Marek Olšák2014-04-253-1/+12
* r600g: fix for broken CULL_FRONT behavior on R6xxMarek Olšák2014-04-254-61/+64
* r600g: fix for HTILE on R6xxMarek Olšák2014-04-251-0/+6
* r600g: fix buffer copying on R600-R700Marek Olšák2014-04-251-0/+6
* r600g: fix flushing on RV670, RS780, RS880 againMarek Olšák2014-04-251-0/+9
* r600g: fix MSAA resolve on R6xx when the destination is 1D-tiledMarek Olšák2014-04-251-0/+6
* r600g: disable async DMA on R700Marek Olšák2014-04-251-1/+2
* r600g: fix edge flags and layered rendering on R600-R700Marek Olšák2014-04-251-2/+4
* r300g: don't crash when getting NULL colorbuffersMarek Olšák2014-04-254-29/+60
* r300g: fix runtime warning after winsys cleanupMarek Olšák2014-04-251-1/+0
* radeonsi: implement GL_ARB_vertex_type_10f_11f_11f_revMarek Olšák2014-04-251-0/+6
* st/xlib: Do minimal version checking in glXCreateContextAttribsARB.José Fonseca2014-04-241-19/+1
* llvmpipe: Advertise GLSL 3.30.José Fonseca2014-04-241-1/+1
* st/xlib: Honour request of 3.1 contexts through core profile where available.José Fonseca2014-04-241-2/+15
* draw/llvm: reduce memory usageZack Rusin2014-04-245-20/+27
* gallivm: Fix wrong operator in lp_exec_default.José Fonseca2014-04-241-1/+1
* util/u_debug: Pass correct size to strncat.José Fonseca2014-04-231-4/+4
* freedreno/a3xx: fix TOTALATTRTOVSRob Clark2014-04-234-1/+7
* st/omx/enc: implement frame reordering and B-framesChristian König2014-04-222-23/+87
* st/omx/enc: replace omx buffer with texture bufferLeo Liu2014-04-221-29/+185
* radeonsi: Fix calculation of number of banks for SIMichel Dänzer2014-04-223-16/+20
* svga: move draw debug code into separate functionBrian Paul2014-04-211-123/+135
* libgl-gdi: silence unused variable warning when not using LLVMBrian Paul2014-04-211-0/+2
* nouveau/codegen: add missing values for OP_TXLQ into the target arraysIlia Mirkin2014-04-192-7/+9
* nvc0: change logic for centering of eng2d blit when downsamplingIlia Mirkin2014-04-191-2/+2
* nv50: use 2d blit when src/dst have same number of samplesIlia Mirkin2014-04-191-4/+4