aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* clover: Make sure hidden is the default symbol visibility.Francisco Jerez2013-10-211-2/+5
* clover: Prepare the build system for ICD support.Tom Stellard2013-10-212-8/+11
* clover: Fix memory leak when initializing a device object fails.Francisco Jerez2013-10-211-1/+3
* clover: Tidy up resource::mapping.Francisco Jerez2013-10-212-11/+9
* clover: Simplify command_queue::flush().Francisco Jerez2013-10-212-11/+10
* clover: Clean up the kernel and program object interface.Francisco Jerez2013-10-218-136/+139
* clover: Clean up the interface of the context object slightly.Francisco Jerez2013-10-216-27/+23
* clover: Delete copy constructors and assignment operators in all non-copiable...Francisco Jerez2013-10-2111-22/+44
* clover: Define a few convenience equality operators.Francisco Jerez2013-10-2110-5/+47
* clover: Simplify the platform object by using util/range.Francisco Jerez2013-10-213-28/+8
* clover: Add property list helpers with a syntax consistent with other API obj...Francisco Jerez2013-10-215-50/+91
* clover: Switch samplers to the new model.Francisco Jerez2013-10-217-53/+53
* clover: Switch memory objects to the new model.Francisco Jerez2013-10-219-302/+267
* clover: Switch kernel and program objects to the new model.Francisco Jerez2013-10-2111-492/+458
* clover: Switch command queues to the new model.Francisco Jerez2013-10-2114-252/+264
* clover: Switch event objects to the new model.Francisco Jerez2013-10-217-222/+233
* clover: Switch context objects to the new model.Francisco Jerez2013-10-2113-103/+91