aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* targets/graw-gdi: link with mesautil, not mesautilsBrian Paul2014-08-041-1/+1
* targets/libgl-gdi: link with mesautilBrian Paul2014-08-041-0/+3
* targets/egl-static: link with libmesautil.laBrian Paul2014-08-041-0/+1
* targets/vdpau: link with libmesautil.la to fix build breakageBrian Paul2014-08-041-0/+1
* svga: SVGA_3D_CMD_BIND_GB_SHADER needs to reserve two relocations.Matthew McClure2014-08-041-1/+1
* gallium: Add libmesautil dependency to gdm and xa targetsJason Ekstrand2014-08-042-0/+2
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-0417-322/+14
* util: Gather some common macrosJason Ekstrand2014-08-049-4/+7
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-043-1/+5
* targets/dri: resolve the scons buildEmil Velikov2014-08-041-0/+1
* gallium: Fix compiler warning.Jan Vesely2014-08-042-2/+2
* st/dri: Fix driver loading if swrast isn't builtAaron Watry2014-08-031-0/+4
* Remove XA state tracker support for RadeonMarek Olšák2014-08-031-32/+0
* llvmpipe: don't store number of layers per levelRoland Scheidegger2014-08-012-78/+50
* llvmpipe: integrate memory allocation into llvmpipe_texture_layoutRoland Scheidegger2014-08-011-45/+29
* llvmpipe: get rid of impossible code in alloc_image_dataRoland Scheidegger2014-08-011-26/+13
* r600g: Implement gpu_shader5 textureGatherGlenn Kennard2014-08-012-5/+36
* r600g/radeonsi: Prefer VRAM for CPU -> GPU streaming buffersMichel Dänzer2014-08-011-4/+11
* r600g/radeonsi: Reduce or even drop special treatment of persistent mappingsMichel Dänzer2014-08-011-4/+8
* target-helpers: Do not build kms_dri on libdrm-less platforms.Jon TURNEY2014-08-012-0/+3
* r600g: gpu_shader5 gl_SampleMaskIn supportGlenn Kennard2014-07-312-7/+40
* r600g: Implement gpu_shader5 integer opsGlenn Kennard2014-07-311-0/+190
* r600g: Add IMUL_HI/UMUL_HI supportGlenn Kennard2014-07-311-6/+6
* r600g: Implement GL_ARB_texture_query_lodGlenn Kennard2014-07-312-2/+13
* gallium: Add a uif() helper function to complement fui()Eric Anholt2014-07-301-0/+8
* gallivm: fix up out-of-bounds level when using conformant out-of-bound behaviorRoland Scheidegger2014-07-311-0/+1
* dri: Add a new capabilities for drivers that can't share buffersGiovanni Campagna2014-07-304-8/+32
* gallium: Add a dumb drm/kms winsys backed swrast providerGiovanni Campagna2014-07-3011-0/+523
* st/gbm: don't segfault if the fail to create the screenEmil Velikov2014-07-301-1/+1
* st/gbm: retrieve the driver-name via dd_driver_name()Emil Velikov2014-07-301-0/+6
* os_process.c: Add cygwin as an expected platformYaakov Selkowitz2014-07-291-2/+2
* svga: remove unneeded depth==1 assertion in svga_texture_view_surface()Brian Paul2014-07-291-1/+0
* st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to nMaxFormats.José Fonseca2014-07-291-2/+4
* gallium/radeon: Add some Emacs .dir-locals.el filesMichel Dänzer2014-07-294-0/+45
* ilo: fix fb height of HiZ opsChia-I Wu2014-07-291-1/+1
* r600g,radeonsi: switch all occurences of array_size to util_max_layerMarek Olšák2014-07-283-6/+10
* radeonsi: fix occlusion queries on HawaiiMarek Olšák2014-07-281-1/+7
* winsys/radeon: fix vram_size overflow with HawaiiMarek Olšák2014-07-283-5/+7
* radeonsi: fix a hang with streamout on HawaiiMarek Olšák2014-07-282-1/+14
* radeonsi: fix a hang with instancing on HawaiiMarek Olšák2014-07-281-1/+15
* gallium/util: add a helper for calculating primitive count from vertex countMarek Olšák2014-07-281-0/+15
* radeonsi: fix CMASK and HTILE calculations for HawaiiMarek Olšák2014-07-281-2/+2
* r600g,radeonsi: add debug flags which disable tilingMarek Olšák2014-07-283-13/+24
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-2817-37/+37
* r600g: switch SNORM conversion to DX and GLES behaviorMarek Olšák2014-07-284-7/+0
* util: Fix typoTom Stellard2014-07-281-1/+1
* ilo: correctly propagate resource renames to hardwareChia-I Wu2014-07-283-14/+30
* ilo: add ilo_resource_get_bo() helperChia-I Wu2014-07-282-17/+18
* radeonsi: Use util_memcpy_cpu_to_le32()Tom Stellard2014-07-282-19/+8
* util: Add util_memcpy_cpu_to_le32() v3Tom Stellard2014-07-281-0/+17