summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-1/+2
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-314-3/+5
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-318-1/+11
* st/nine: constify some variablesKonstantin Kharlamov2018-07-172-6/+6
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-301-1/+1
* st/nine: Do not use scratch for face registerAxel Davy2018-04-081-1/+1
* st/nine: Declare lighting consts for ff shadersAxel Davy2018-04-061-0/+4
* st/nine: Fix non inversible matrix checkAxel Davy2018-03-181-1/+1
* st/nine: Fixes warning about implicit conversionAxel Davy2018-03-181-1/+1
* st/nine: Fix bad tracking of vs textures for NINESBT_ALLAxel Davy2018-03-181-1/+1
* st/nine: Fix bad tracking of bound vs texturesAxel Davy2018-03-181-1/+1
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* nine: assume that user constant buffers are always supportedMarek Olšák2018-01-174-156/+4
* gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák2018-01-171-1/+1
* meson: add dep_thread to every lib that includes threads.hEric Engestrom2017-12-071-0/+1
* meson: build gallium nine state_trackerDylan Baker2017-12-041-0/+69
* gallium/hud: update the HUD interface for multiple contextsMarek Olšák2017-11-252-2/+2
* gallium/hud: use cso_get_pipe_contextMarek Olšák2017-11-251-1/+1
* gallium/hud: split hud_draw into 3 separate functionsMarek Olšák2017-11-251-1/+1
* nine: always generate two-dimensional constant file accessesNicolai Hähnle2017-09-042-7/+5
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-221-4/+8
* gallium: remove TGSI opcode BREAKCMarek Olšák2017-08-221-1/+1
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-221-1/+24
* tgsi: populate preciseKarol Herbst2017-07-211-3/+3
* util: move pipe_thread_is_self from gallium to src/utilMarek Olšák2017-06-261-1/+1
* st/nine: Fix a regression and syntax cleanupAxel Davy2017-05-244-19/+16