summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: Couple of fixes to opengl32.dll's wglCreateContext/wglDeleteContext d...Jose Fonseca2015-04-153-9/+66
* xa: support for drivers which use NIRRob Clark2015-04-051-0/+12
* configure: nuke --with-max-{width,height}Emil Velikov2015-04-011-1/+1
* egl: add initial EGL_MESA_image_dma_buf_export v2.4Dave Airlie2015-04-011-1/+31
* clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fa...Tom Stellard2015-03-311-0/+2
* st/omx/enc: export framerate to vce driverLeo Liu2015-03-311-4/+4
* clover: Return 0 as storage size for local kernel args that are not set v2Tom Stellard2015-03-231-1/+1
* clover: use get_device_vendor instead of get_vendorGiuseppe Bilotta2015-03-231-1/+1
* clover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN is bits not bytesTom Stellard2015-03-231-0/+3
* clover: Add all the mandatory 1.1 extensions to the extension stringTom Stellard2015-03-231-1/+7
* clover: Add a space at the end of CL_DEVICE_OPENCL_C_VERSIONTom Stellard2015-03-231-1/+1
* st/gbm: remove state-trackerEmil Velikov2015-03-214-426/+0
* st/dri: remove unused include from the automake/scons buildEmil Velikov2015-03-162-2/+0
* st/glx: use strdup() instead of _mesa_strdup()Brian Paul2015-03-111-1/+2
* clover: Return the minimum required value for CL_DEVICE_SINGLE_FP_CONFIG v2Tom Stellard2015-03-091-1/+4
* clover: Enable cl_khr_fp64 for devices that support doubles v4Tom Stellard2015-03-053-3/+25
* st/osmesa: include stdio.hBrian Paul2015-03-051-0/+1
* st/xlib: include stdio.hBrian Paul2015-03-052-0/+2
* st/xlib: include stdio.hBrian Paul2015-03-051-0/+1
* clover: Fix build since llvm r231270Tom Stellard2015-03-041-1/+1
* st/xlib: include p_compiler.h to get PUBLIC definitionBrian Paul2015-03-041-0/+1
* st/vega: Remove.Jose Fonseca2015-03-0459-20527/+0
* st/egl: Remove.Jose Fonseca2015-03-0444-12064/+0
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-03-031-1/+2
* st/dri: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-4/+4
* Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke2015-02-271-2/+1
* clover: Don't unconditionally define cl_khr_fp64Tom Stellard2015-02-271-1/+0
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-02-271-1/+2
* st/omx/dec/h264: fix picture out-of-order with poc type 0 v2Leo Liu2015-02-241-0/+5
* clover: Set appropriate flag defaults on memory object creation.Francisco Jerez2015-02-241-8/+18
* clover: Add CL_MEM_HOST_* flag checks.EdB2015-02-242-7/+34
* clover: Factor out memory object flags validation to a helper function.Francisco Jerez2015-02-241-34/+32
* st/nine: Mark end of non-void function unreachableTobias Klausmann2015-02-241-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-232-3/+3
* gallium/dri: Shut up a compiler warning.Eric Anholt2015-02-181-1/+1
* clover: Use Legacy PassManager for LLVM trunk (3.7)Shawn Starr2015-02-141-0/+9
* st/dri: Make depth buffer optional for postprocessingPark, Jeongmin2015-02-072-2/+2
* gallium/postprocessing: fix crash at context destructionMarek Olšák2015-02-061-4/+3
* st/nine: Implement dummy vbo behaviour when vs is missing inputsTiziano Bacocco2015-02-064-18/+119
* st/nine: Dummy sampler should have a=1Axel Davy2015-02-065-43/+163
* st/nine: Fix update_framebuffer binding cbufs the pixel shader wouldn't rende...Axel Davy2015-02-062-12/+12
* st/nine: Clear: better behave if rt_mask is different to the one of the frame...Axel Davy2015-02-061-13/+27
* st/nine: Fix multisampling support detectionAxel Davy2015-02-062-28/+9
* st/nine: Fix enabled lights in stateblocksTiziano Bacocco2015-02-062-3/+7
* st/nine: Fix depth stencil formats bindings flags.Axel Davy2015-02-064-27/+74
* st/nine: Fix gpu memory leak in swapchainAxel Davy2015-02-061-2/+1
* st/nine: SetResourceResize should track nr_samples tooAxel Davy2015-02-061-0/+1
* st/nine: D3DRS_FILLMODE set to 0 is D3DFILL_SOLIDTiziano Bacocco2015-02-061-0/+1
* st/nine: Setting D3DRS_ALPHAFUNC to 0 means D3DCMP_NEVERTiziano Bacocco2015-02-061-0/+1
* st/nine: Implement fallback behaviour when rts and ds don't matchAxel Davy2015-02-061-18/+28