aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* intel/isl: Add a unit suffixes to some struct fields and variablesJason Ekstrand2018-09-2622-189/+190
* radeonsi: NaN should pass kill_ifAxel Davy2018-09-251-1/+2
* 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
* intel/compiler: Export TCS passthrough creationCaio Marcelo de Oliveira Filho2018-09-253-82/+87
* mesa/st: In the precense of integer buffers enable per buffer blendingGert Wollny2018-09-251-0/+6
* gallivm: ensure string is null-terminated instead of assert()ingEric Engestrom2018-09-251-3/+1
* intel/compiler/icl: Use barrier id bits 24:30 instead of 24:27,31Topi Pohjolainen2018-09-251-3/+13
* radv: only emit ZPASS_DONE for timestamp queries on gfx queuesAndres Rodriguez2018-09-251-1/+1
* radv: make use of nir_lower_load_const_to_scalar()Timothy Arceri2018-09-251-0/+2
* vulkan/wsi/display: wsi_display_select_crtc() doesn' need to modify the conne...Eric Engestrom2018-09-241-1/+1
* vulkan/wsi/display: check if wsi_swapchain_init() succeededEric Engestrom2018-09-241-0/+4
* radeon/uvd: use bitstream coded number for symbols of Huffman tablesLeo Liu2018-09-241-4/+14
* nv50/ir: fix link-time build failureRhys Perry2018-09-231-1/+1
* nvc0: fix bindless multisampled images on Maxwell+Rhys Perry2018-09-223-5/+45
* nvc0: warn about changing NVC0_CB_AUX_MP_INFO and NVC0_CB_AUX_DRAW_INFORhys Perry2018-09-221-2/+6
* nvc0: Update counter reading shaders to new NVC0_CB_AUX_MP_INFORhys Perry2018-09-221-18/+18
* vc4: Remove dead i == 0 code from the cos() implementation.Eric Anholt2018-09-211-6/+3
* vc4: Fix sin(0.0) and cos(0.0) accuracy to fix SDL rendering rotation.Eric Anholt2018-09-211-26/+40
* intel/icl: Fix URB size for different SKUsAnuj Phogat2018-09-211-14/+29
* i965/icl: Set Enabled Texel Offset Precision Fix bitAnuj Phogat2018-09-212-0/+11
* anv/icl: Set Enabled Texel Offset Precision Fix bitAnuj Phogat2018-09-212-0/+19
* glsl_to_tgsi: invert gl_SamplePosition.y for the default framebufferMarek Olšák2018-09-211-1/+34
* util: Add macro to get number of elements in dynarrayCaio Marcelo de Oliveira Filho2018-09-211-0/+1
* meson: Don't compile pipe loader with dri support when not using driDylan Baker2018-09-211-5/+5
* radv: use the resolve compute path if dest uses multiple layersSamuel Pitoiset2018-09-211-1/+2
* anv,radv: Implement vkAcquireNextImage2Jason Ekstrand2018-09-218-41/+67
* radv: only enable shaderInt16 on GFX9+ and LLVM7+Samuel Pitoiset2018-09-211-1/+1