summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: Allow longer intrinsic namesKai Wasserbäch2013-10-301-1/+1
* clover: Don't install headers when using the icdTom Stellard2013-10-301-10/+11
* radeon/llvm: Specify the DataLayout when running optimizationsTom Stellard2013-10-301-0/+4
* ilo: Fix out-of-tree build.Johannes Obermayr2013-10-301-1/+1
* automake: properly handle non-default expat installationEmil Velikov2013-10-291-0/+1
* targets/xorg-nouveau: drop usage of dri1 function DRICreatePCIBusIDEmil Velikov2013-10-291-13/+14
* gallium/targets/xorg: drop set but unused variable entityEmil Velikov2013-10-294-12/+0
* st/xorg: drop set but unsused variables dxo, dyoEmil Velikov2013-10-291-4/+0
* st/xorg: add sanity checks after mallocEmil Velikov2013-10-291-0/+6
* st/xorg: remove unnecessary headersEmil Velikov2013-10-292-8/+0
* freedreno: emulated unsupported primitive typesRob Clark2013-10-295-25/+74
* gallium/auxiliary/indices: add u_primconvertRob Clark2013-10-293-0/+227
* gallium/auxiliary/indices: add start paramRob Clark2013-10-297-28/+56
* freedreno: update generated headersRob Clark2013-10-296-125/+238
* haiku-softpipe: Minor cleanup and color space fixesAlexander von Gluck IV2013-10-292-20/+13
* winsys: Correct Haiku winsys display target codeAlexander von Gluck IV2013-10-294-8/+41
* clover: Use context device list for error checking in clGetProgramBuildInfo.Francisco Jerez2013-10-291-1/+1
* llvmpipe: fix bogus layer clamping in setupRoland Scheidegger2013-10-292-8/+25
* util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure2013-10-293-19/+64
* svga: reindent drawing codeBrian Paul2013-10-293-266/+199
* r600g/sb: fix value::is_fixed()Vadim Girlin2013-10-291-2/+2
* vl/h264: split fields into SPS/PPSChristian König2013-10-287-125/+169
* radeon/uvd: fix H264 chroma format handlingChristian König2013-10-281-1/+15
* vl: add 400 chroma format as wellChristian König2013-10-281-0/+1
* ilo: minor cleanups for recent interface changesChia-I Wu2013-10-283-156/+9
* implement NV_vdpau_interop v7Christian König2013-10-265-8/+110
* winsys/radeon: make radeon_drm_winsys_create publicChristian König2013-10-261-1/+1
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-2614-1/+17
* r600g,radeonsi: use fences provided by the winsysMarek Olšák2013-10-258-462/+37
* winsys/radeon: add the implementation of fences from r300gMarek Olšák2013-10-254-33/+87
* radeonsi: add the vertex shader position output if it's missingMarek Olšák2013-10-251-0/+13
* radeonsi: respect semantic indices for COLOR[i] fragment shader outputsMarek Olšák2013-10-251-5/+2
* freedreno/a3xx/compiler: relative addressingRob Clark2013-10-241-1/+123
* freedreno/a3xx: fix const/rel/const-rel encodingRob Clark2013-10-244-88/+300
* freedreno/a3xx: add blend stateRob Clark2013-10-242-5/+23
* freedreno/resource: fail more gracefullyRob Clark2013-10-241-1/+13
* gallivm: implement fully accurate corner filtering for seamless cube mapsRoland Scheidegger2013-10-251-13/+151
* dri: Move driver config options to dri driver extensions.Eric Anholt2013-10-244-3/+11
* clover: Query maximum kernel block size from the device instead of the kernel...Francisco Jerez2013-10-244-10/+18
* svga: remove user-space vertex/index buffer codeBrian Paul2013-10-246-259/+13
* freedreno: fix compile errorRob Clark2013-10-231-1/+1
* clover: fix build after a3ed98f7aa85636579a5696bf036ec13e5c9104aDavid Heidelberger2013-10-231-3/+4
* nv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to PIPE_MAX_SAMPLERSBrian Paul2013-10-231-1/+1
* radeonsi: remove unused si_set_cs_sampler_view()Brian Paul2013-10-231-4/+0
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-2344-492/+277
* svga: remove unneeded include of u_double_list.hBrian Paul2013-10-231-2/+0
* st/dri: minor formatting clean-ups in dri_context.cBrian Paul2013-10-221-4/+6
* clover: Improve region and pitch argument handling in memory transfer APIs.Francisco Jerez2013-10-211-130/+270
* clover: Add a pixel_size() method to the image class.Francisco Jerez2013-10-212-0/+7
* clover: Implement support for the ICD extension.Francisco Jerez2013-10-2117-78/+1046