summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: Fix memory leakAaron Watry2014-03-061-0/+2
* WIP: freedreno/a3xx: incorrect scissor for binning passRob Clark2014-03-053-8/+35
* nv50,nvc0: add 11f_11f_10f vertex supportIlia Mirkin2014-03-043-1/+3
* radeon/uvd: fix typo in documentationDieter Nützel2014-03-041-1/+1
* clover: Use correct LLVM version in #if for DataLayout constructionTom Stellard2014-03-041-1/+1
* translate: fix buffer overflowsZack Rusin2014-03-044-6/+18
* draw/llvm: fix generation of the VS with GS presentZack Rusin2014-03-041-7/+7
* st/osmesa: check buffer size when searching for buffersBrian Paul2014-03-041-4/+7
* r600g: implement edge flagsMarek Olšák2014-03-043-4/+53
* r600g: port color buffer format conversion from radeonsiMarek Olšák2014-03-044-913/+161
* radeonsi: move translate_colorswap to common codeMarek Olšák2014-03-044-54/+62
* util: don't define isfinite(), isnan() for MSVC >= 1800Hans2014-03-031-0/+4
* softpipe: use 64-bit arithmetic in softpipe_resource_layout()Brian Paul2014-03-031-3/+3
* st/vdpau: fix possible NULL dereferenceGrigori Goronzy2014-03-031-4/+4
* st/omx: always advertise all componentsChristian König2014-03-032-33/+23
* clover: Fix building with latest llvmBruno Jiménez2014-03-031-3/+2
* st/dri: add support for dma-buf importer (DRIimage v8)Dave Airlie2014-03-032-1/+57
* st/dri: move fourcc->format conversion to a common placeDave Airlie2014-03-031-46/+35
* freedreno/a3xx/compiler: overflow in trans_endifRob Clark2014-03-021-13/+5
* freedreno/a3xx/compiler: fix for resolving PHI'sRob Clark2014-03-021-18/+33
* freedreno/lowering: two-sided-colorRob Clark2014-03-025-57/+269
* freedreno/a3xx/compiler: add SSGRob Clark2014-03-022-0/+2
* freedreno/a3xx: fix gl_PointSizeRob Clark2014-03-025-13/+20
* freedreno: resync generated headersRob Clark2014-03-024-5/+7
* freedreno/a3xx: binning-pass vertex shader variantRob Clark2014-03-023-18/+57
* freedreno/a3xx: add support for frag coord/faceRob Clark2014-03-027-123/+408
* freedreno/a3xx: fix for unused inputsRob Clark2014-03-022-5/+11
* gallium/util: add missing u_math includeIlia Mirkin2014-02-281-0/+2
* r300g/tests: Added missing fclose for FILE resource.Siavash Eliasi2014-02-281-0/+3
* r600g/compute: PIPE_CAP_COMPUTE should be false for pre-evergreen GPUsTom Stellard2014-02-281-1/+3
* winsys/svga: Avoid calling drm getparam for max surface size on older kernelsThomas Hellstrom2014-02-281-7/+8
* util/u_format: don't crash in util_format_translate if we can't do translationRoland Scheidegger2014-02-272-6/+17
* nouveau: add a nouveau_compiler binary to compile TGSI into shader ISAIlia Mirkin2014-02-263-0/+235
* nv30: remove nv30_context use from nvfx_*progIlia Mirkin2014-02-2613-107/+110
* nv30: remove unused sprite flipping parameterIlia Mirkin2014-02-263-5/+3
* nv30: remove unused render_mode and hw_pointsprite_controlIlia Mirkin2014-02-262-8/+3
* nv30: remove use_nv4x, it is identical to is_nv4xIlia Mirkin2014-02-264-16/+14
* radeonsi: Prevent geometry shader from emitting too many verticesMichel Daenzer2014-02-271-0/+16
* ilo: create u_upload_mgr lastChia-I Wu2014-02-261-8/+11
* Re-commit 'clover: Fix build with LLVM 3.5'Tom Stellard2014-02-251-1/+3
* Revert "Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa"Timothy Arceri2014-02-261-3/+1
* clover: Fix build with LLVM 3.5Tom Stellard2014-02-251-1/+3
* nv50: enable txg where supportedIlia Mirkin2014-02-253-2/+8
* nv50: enable cube map array texture supportIlia Mirkin2014-02-253-9/+7
* libgl-xlib: add -Isrc/gallium/winsys flagBrian Paul2014-02-251-0/+1
* r600g,radeonsi: consolidate create_surface and surface_destroyMarek Olšák2014-02-256-85/+63
* radeonsi: inline util_blitter_copy_textureMarek Olšák2014-02-251-3/+21
* radeonsi: remove useless psbox variable from resource_copy_regionMarek Olšák2014-02-251-3/+2
* radeonsi: compute depth surface registers only onceMarek Olšák2014-02-251-44/+54
* radeonsi: compute color surface registers only onceMarek Olšák2014-02-251-44/+55