summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
...
* st/nine: Check if format is DS before retrieving flagsAxel Davy2018-09-251-0/+2
* st/nine: Remove clamping when mul_zero_winsAxel Davy2018-09-251-8/+47
* st/nine: Implement predicated instructionsAxel Davy2018-09-251-7/+55
* st/nine: Fix aliased read in ffAxel Davy2018-09-251-3/+3
* st/nine: Fix ff assignment with aliasingAxel Davy2018-09-251-9/+9
* st/nine: Clarify some ff assignmentsAxel Davy2018-09-251-6/+6
* st/nine: Print transform matrices in debugAxel Davy2018-09-251-0/+14
* st/nine: Add ff key hash to help debugAxel Davy2018-09-251-0/+2
* st/nine: Avoid RefToBind calls in ffAxel Davy2018-09-253-4/+10
* st/nine: Add new helper for object creation with bindAxel Davy2018-09-251-0/+26
* st/nine: Add parameter to start with bindAxel Davy2018-09-253-3/+18
* st/nine: Use perspective correction for ps depth fogAxel Davy2018-09-251-7/+9
* st/nine: Clamp RCP when 0*inf!=0Axel Davy2018-09-251-1/+13
* st/dri: don't set queryDmaBufFormats/queryDmaBufModifiers if the driver does ...Michal Srb2018-09-191-2/+4
* mesa/st: add force_compat_profile option to driconfigTimothy Arceri2018-09-181-2/+8
* st/vdpau: Use output buffer as back buffer with 24-bit color onlyLeo Liu2018-09-131-1/+2
* gallium: Correctly handle no config context creationElie Tournier2018-09-101-1/+3
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-072-8/+10
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-062-2/+4
* st/vdpau: silence an unitialized-variable warningMarek Olšák2018-09-041-1/+1
* st/dri: Don't expose sRGB formats to clientsDaniel Stone2018-08-311-0/+6
* st/mesa, gallium: add a workaround for No Mans SkyTimothy Arceri2018-08-301-0/+2
* mesa: remove unused dri config option disable_shader_bit_encodingTimothy Arceri2018-08-212-3/+0
* bin: always define MESA_GIT_SHA1 to make it directly usable in codeEric Engestrom2018-08-162-10/+2
* dri: Add param driCreateConfigs(mutable_render_buffer)Chad Versace2018-08-071-2/+2
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-3117-38/+44
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-3111-1/+16
* clover: Reduce wait_count in abort path.Jan Vesely2018-07-261-1/+3
* clover: Don't extend illegal integer types.Jan Vesely2018-07-262-2/+13
* st/dri: Don't require a dri_format for image creation.Eric Anholt2018-07-202-13/+1
* clover: Report error when pipe driver fails to create compute stateJan Vesely2018-07-171-0/+4
* clover: Catch errors from executing event actionJan Vesely2018-07-171-1/+3
* st/glx: constify some variablesKonstantin Kharlamov2018-07-171-1/+1
* st/nine: constify some variablesKonstantin Kharlamov2018-07-172-6/+6
* meson: Move xvmc test tools from unit tests to installed tools.Eric Anholt2018-07-131-17/+13
* st/wgl: check for NULL piAttribList in wglCreatePbufferARB()Charmaine Lee2018-07-061-39/+41
* st/dri: fix a crash in server_wait_syncMarek Olšák2018-07-061-0/+6
* st/dri: constify dri_fill_st_visual's screenEmil Velikov2018-06-212-2/+4
* mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri2018-06-191-0/+2
* mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri2018-06-191-0/+2
* egl: rewire the build systems to use libwayland-eglEric Engestrom2018-06-061-1/+1
* drisw: use getImageShm() if availableMarc-André Lureau2018-05-301-1/+22
* drisw: use putImageShm if availableMarc-André Lureau2018-05-301-8/+29
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-307-25/+25
* clover: Cleanup compat code for llvm < 3.9Jan Vesely2018-05-293-121/+20
* clover: Fix build after llvm r332881.Jan Vesely2018-05-292-2/+12
* st/xa: Bump minorThomas Hellstrom2018-05-151-1/+1
* clover: Add explicit virtual destructor to argument classJan Vesely2018-05-051-0/+1
* st/va: Support YUV formats in vaCreateSurfacesDrew Davenport2018-05-031-23/+36
* st/omx/enc: fix blit setup for YUV LoadImageLeo Liu2018-04-301-4/+4