summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-02debugclover-tgsi-wipHans de Goede1-0/+1
2016-07-02Clover: Add support for the llvm TGSI backendHans de Goede3-3/+110
2016-07-02nv30: Fix "array subscript is below array bounds" compiler warningHans de Goede1-2/+1
2016-07-02nouveau: Fix a couple of "foo may be used uninitialized' compiler warningsHans de Goede2-3/+3
2016-07-02nouveau: Fix gcc6 / c++11 auto_ptr deprecation compiler warningsHans de Goede1-0/+4
2016-07-02nouveau: Add support for SV_WORK_DIMHans de Goede8-12/+29
2016-07-02nvc0: Make NVC0_CB_AUX_GRID_INFO take an index argumentHans de Goede3-4/+4
2016-07-02clover: Pass work_dim parameter of clEnqueueNDRangeKernel() to driverHans de Goede2-0/+8
2016-07-02tgsi: Add WORK_DIM System ValueHans de Goede3-0/+10
2016-07-02mesa/main: fix error checking logic on CopyImageSubDataAlejandro Piñeiro1-5/+10
2016-07-02st/glsl_to_tgsi: don't increase immediate index by 1.Dave Airlie1-1/+1
2016-07-01st/mesa: get max supported number of image samples from driverIlia Mirkin1-1/+5
2016-07-01nvc0: fix up image support for allowing multiple samplesIlia Mirkin7-49/+108
2016-07-01st/mesa: check the texture image level in st_texture_match_imageNicolai Hähnle1-0/+3
2016-07-01st/mesa: an incomplete texture may have a zero-size first imageNicolai Hähnle1-0/+3
2016-07-01st/vdpau: use bicubic filter for scaling(v6.1)Nayan Deshmukh3-14/+106
2016-07-01vl: add a bicubic interpolation filter(v5)Nayan Deshmukh3-0/+528
2016-07-01mesa/st: Use 'struct nir_shader' instead of 'nir_shader'.Vinson Lee1-6/+6
2016-07-01docs: update MESA_DEBUG envvar documentation.Alejandro Piñeiro1-2/+11
2016-07-01i965: intel_texture_barrier reimplementedAlejandro Piñeiro1-1/+20
2016-07-01nv30: go back to not using viewport validate function for swtnlIlia Mirkin2-1/+16
2016-07-01nv30: fix viewport clipping settings to be based on viewport, not rtIlia Mirkin2-17/+11
2016-06-30gallium/util: check for window cliprects in util_can_blit_via_copy_region()Brian Paul1-0/+1
2016-06-30gallium: Force blend color to 16-byte alignmentChuck Atkins1-1/+11
2016-06-30swr: Refactor checks for compiler feature flagsChuck Atkins2-25/+52
2016-06-30st/wgl: make own_mutex() non-staticBrian Paul2-4/+7
2016-06-30glsl: atomic counters are different than their uniformsAndres Gomez1-37/+37
2016-06-30glsl: count atomic counters correctlyAndres Gomez1-4/+10
2016-06-30svga: use SVGA3D_vgpu10_BufferCopy() for buffer copiesBrian Paul1-4/+28
2016-06-30svga: add SVGA3D_vgpu10_BufferCopy()Brian Paul2-0/+30
2016-06-30svga: flush buffers when mapping for readingBrian Paul1-13/+24
2016-06-30svga: enable ARB_copy_image extension in the driverNeha Bhende1-1/+2
2016-06-30svga: try blitting with copy region in more casesBrian Paul1-1/+7
2016-06-30svga: use copy_region_vgpu10() for region copies when possibleBrian Paul1-4/+37
2016-06-30svga: use vgpu10 CopyRegion command when possibleNeha Bhende1-2/+147
2016-06-30svga: set render target flag for snorm surfacesBrian Paul1-0/+10
2016-06-30svga: add new svga_format_is_uncompressed_snorm() helperBrian Paul2-0/+24
2016-06-30svga: adjust sampler view format for RGBXBrian Paul1-1/+5
2016-06-30svga: adjust render target view format for RGBXBrian Paul1-1/+13
2016-06-30svga: don't advertise support for R32G32B32_UINT/SINT surface formatsNeha Bhende1-2/+2
2016-06-30svga: use untyped surface formats in most casesBrian Paul1-4/+7
2016-06-30gallium/util: add tight_format_check param to util_can_blit_via_copy_region()Brian Paul2-11/+30
2016-06-30gallium/util: simplify a few things in util_can_blit_via_copy_region()Brian Paul1-12/+8
2016-06-30gallium/util: new util_try_blit_via_copy_region() functionBrian Paul2-15/+32
2016-06-30svga: Fix failures caused in fedora 24Neha Bhende4-6/+26
2016-06-30st/wgl: remove unneeded inline qualifiersBrian Paul2-4/+4
2016-06-30st/wgl: add a stw_device::initialized fieldBrian Paul3-24/+35
2016-06-30st/wgl: refactor framebuffer locking codeBrian Paul4-51/+68
2016-06-30st/wgl: rename curctx to old_ctx in stw_make_current()José Fonseca1-8/+8
2016-06-30st/wgl: release the pbuffer DC at the end of wglBindTexImageARB()Brian Paul1-1/+6