aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/va: use provided sizes and coords for vlVaGetImageBoyuan Zhang2018-10-111-3/+28
* st/dri: Handle BGRA5551 formatMichel Dänzer2018-10-091-0/+13
* pipe-loader: move dup(fd) within pipe_loader_drm_probe_fdEmil Velikov2018-10-033-26/+6
* st/dri: make swrast_no_present member of dri_screenEmil Velikov2018-10-032-4/+5
* st/dri: inline dri2_buffer.h within dri2.cEmil Velikov2018-10-034-26/+16
* st/xa: remove unused xa_screen::d[s]_depth_bits_lastEmil Velikov2018-10-031-2/+0
* st/nine: Do not mark both ff vs and ps updatedAxel Davy2018-09-251-2/+4
* st/nine: Split NINE_STATE_FF_OTHERAxel Davy2018-09-255-23/+23
* st/nine: Add dummy ff shader stateAxel Davy2018-09-252-8/+12
* st/nine: Mark pointsize states as ff statesAxel Davy2018-09-251-3/+3
* st/nine: Minor refactor of a few NINE_STATE_* flagsAxel Davy2018-09-253-17/+14
* st/nine: Increase maximum number of temp registersAxel Davy2018-09-251-1/+1
* st/nine: Lock the entire buffer in some cases.Axel Davy2018-09-251-0/+8
* st/nine: Don't call SetCursor until a cursor is setAxel Davy2018-09-251-1/+8
* st/nine: Avoid redundant SetCursorPos callsAxel Davy2018-09-251-0/+4
* st/nine: Init cursor position at device creationAxel Davy2018-09-251-2/+5
* st/nine: Initialize manually cursor structureAxel Davy2018-09-251-0/+4
* 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