summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-08-22nouveau: add codegen/unordered_set.h to the tarballEmil Velikov1-1/+2
2015-08-22winsys/sw/kms-dri: don't attempt to bundle the sconscriptEmil Velikov1-2/+0
2015-08-22winsys/amdgpu: automake: remove missing headersEmil Velikov1-2/+0
2015-08-22android: enable amdgpu winsys in radeonsi driverMauro Rossi1-2/+2
2015-08-22android: fix cflags and includes for amdgpu winsysMauro Rossi1-0/+10
2015-08-22i965: Move control flush into pipelined conditional renderChris Wilson2-14/+11
2015-08-21vc4: Actually allow math results to allocate into r4.Eric Anholt2-1/+7
2015-08-21vc4: Fold the 16-bit integer pack into the instructions generating it.Eric Anholt5-30/+22
2015-08-21vc4: Reuse QPU dumping for packing bits in QIR.Eric Anholt3-22/+26
2015-08-21vc4: Make _dest variants of qir ALU helpers to provide an explicit dest.Eric Anholt2-4/+20
2015-08-21vc4: Use the SSA defs list for figuring out eligible MOVs for copy prop.Eric Anholt1-12/+10
2015-08-21st/nine: Always use user constant buffersKrzysztof Sobiecki1-1/+3
2015-08-21st/nine: Silent warning in nine_ffAxel Davy1-0/+2
2015-08-21st/nine: Silent warning in sm1_declusage_to_tgsiAxel Davy1-1/+1
2015-08-21st/nine: Silent warning in NineCubeTexture9_ctorAxel Davy1-1/+1
2015-08-21st/nine: Silent warning in update_vertex_bufferAxel Davy1-1/+0
2015-08-21st/nine: Catch setting the same shaderAxel Davy1-0/+6
2015-08-21st/nine: Avoid Constant upload when there is no changeAxel Davy1-0/+42
2015-08-21st/nine: Fix the number of texture stagesAxel Davy2-4/+6
2015-08-21st/nine: Use CSO cache for sampler viewsAxel Davy4-23/+5
2015-08-21st/nine: Calculate dummy sampler state only onceAxel Davy3-35/+24
2015-08-21st/nine: Better check shader constant limitsAxel Davy1-9/+27
2015-08-21st/nine: Remove NINED3DRS_ZBIASSCALEAxel Davy3-23/+12
2015-08-21st/nine: Implement special DOTPRODUCT3 behaviourAxel Davy1-0/+4
2015-08-21st/nine: Implement ff vertex data passthroughAxel Davy1-7/+61
2015-08-21st/nine: Change nine_state_update orderAxel Davy1-63/+76
2015-08-21st/nine: Programmable ps D3DTTSS_PROJECTED supportAxel Davy7-8/+74
2015-08-21st/nine: Complete ff texture transform implementationAxel Davy3-70/+174
2015-08-21st/nine: Change a few advertised capsAxel Davy1-15/+11
2015-08-21st/nine: Advertise Fog flagsAxel Davy1-6/+6
2015-08-21st/nine: Revert to userbuf path when neededAxel Davy1-0/+11
2015-08-21st/nine: Finish Fog implementationAxel Davy8-26/+147
2015-08-21st/nine: Rework shader statesAxel Davy6-115/+207
2015-08-21st/nine: Remove some useless variablesAxel Davy2-2/+0
2015-08-21st/nine: Fix nine_ff_ps_key paddingAxel Davy1-1/+3
2015-08-21st/nine: Begin programmable shader fog supportAxel Davy1-7/+42
2015-08-21st/nine: Fix fixed function fog supportAxel Davy1-34/+19
2015-08-21st/nine: Rework ff constant buffersAxel Davy4-87/+57
2015-08-21st/nine: Rework constant buffer state handlingAxel Davy5-342/+337
2015-08-21st/nine: Rework blend statesAxel Davy4-10/+21
2015-08-21st/nine: Improve fallback when driver doesn't support user buffers.Axel Davy4-18/+103
2015-08-21st/nine: Avoid useless updates in SetSamplerStateAxel Davy1-5/+7
2015-08-21st/nine: Rework rasterizer statesAxel Davy4-12/+22
2015-08-21st/nine: Reorder DSA state settingsAxel Davy4-11/+30
2015-08-21st/nine: Reorder nine_state.Axel Davy1-31/+43
2015-08-21st/nine: Remove group_mask argument from nine_update_stateAxel Davy4-14/+28
2015-08-21st/nine: Implement TEXBEM,TEXBEML and BEMTiziano Bacocco7-8/+165
2015-08-21st/nine: Fix use of uninitialized valuesPatrick Rudolph1-1/+3
2015-08-21st/nine: Prevent possible crashPatrick Rudolph1-1/+2
2015-08-21st/nine: Return correct error codes in NineDevice9_ResetPatrick Rudolph2-3/+5