summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add placeholder MC and SRBM performance counter groupsNicolai Hähnle2016-02-051-16/+54
* radeonsi: re-order the SQ_xx performance counter blocksNicolai Hähnle2016-02-053-39/+42
* radeonsi: re-order the perfcounter hardware blocksNicolai Hähnle2016-02-051-12/+18
* gallium/radeon: add GPIN driver query groupNicolai Hähnle2016-02-052-3/+87
* radeonsi: Allow dumping LLVM IR before optimization passesNicolai Hähnle2016-02-053-2/+16
* gallium/radeon: emit LLVM `ret void` before radeon_llvm_finalize_moduleNicolai Hähnle2016-02-053-3/+4
* st/mesa: bail out of try_pbo_upload_common when constant upload failsNicolai Hähnle2016-02-051-0/+6
* st/mesa: bail out of try_pbo_upload_common when vertex upload failsNicolai Hähnle2016-02-051-1/+9
* st/mesa: reduce the scope of sampler_view in try_pbo_upload_commonNicolai Hähnle2016-02-051-3/+3
* st/mesa: do uploads earlier in try_pbo_upload_commonNicolai Hähnle2016-02-051-45/+44
* main: Use a derived value for the default sample countNeil Roberts2016-02-053-1/+25
* program: Use _mesa_geometric_samples to calculate gl_NumSamplesNeil Roberts2016-02-051-1/+2
* main: Use _mesa_geometric_samples to calculate GL_SAMPLE_BUFFERSNeil Roberts2016-02-052-1/+4
* main: Use _mesa_geometric_samples to calculate the value of GL_SAMPLESNeil Roberts2016-02-052-1/+5
* nvc0: avoid negatives in PUSH_SPACE argumentIlia Mirkin2016-02-051-2/+1
* nvc0: add some missing PUSH_SPACE'sIlia Mirkin2016-02-051-1/+9
* nvc0/ir: fix converting between predicate and gprIlia Mirkin2016-02-053-11/+41
* nvc0: add support for ARB_query_buffer_objectIlia Mirkin2016-02-0411-20/+239
* st/mesa: add query buffer supportIlia Mirkin2016-02-044-1/+103
* gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin2016-02-0415-0/+16
* gallium: add a way to store query result into bufferIlia Mirkin2016-02-043-0/+37
* mesa: add core implementation of ARB_query_buffer_objectIlia Mirkin2016-02-041-147/+138
* mesa: add driver interface for writing query results to buffersIlia Mirkin2016-02-041-0/+9
* mesa: Handle QUERY_BUFFER_BINDING in GetIntegervRafal Mielniczuk2016-02-042-0/+8
* mesa: Add QueryBuffer to contextRafal Mielniczuk2016-02-042-0/+16
* mesa: Add ARB_query_buffer_object extension flagRafal Mielniczuk2016-02-042-0/+2
* glapi: Add xml infrastructure for ARB_query_buffer_objectRafal Mielniczuk2016-02-041-1/+8
* glsl: simplify setting of image access qualifiersTimothy Arceri2016-02-051-63/+21
* mesa: remove dead program parameter functionsTimothy Arceri2016-02-052-77/+0
* st/nine: Use align_free when neededAxel Davy2016-02-044-4/+4
* st/nine: Disallow non-argb8888 cursorsAxel Davy2016-02-041-0/+1
* st/nine: Enforce centroid for color input when multisampling is onAxel Davy2016-02-044-4/+15
* st/nine: Fix centroid flagAxel Davy2016-02-041-1/+4
* st/nine: Use fast clears more often for MRTsAxel Davy2016-02-044-12/+11
* st/nine: Use linear filtering for shadow mappingAxel Davy2016-02-041-2/+3
* st/nine: Respect block alignment on surface lockPatrick Rudolph2016-02-041-1/+1
* st/nine: Add Render state validation layerAxel Davy2016-02-045-13/+236
* DRI_CONFIG: Add option to override vendor idPatrick Rudolph2016-02-042-13/+53
* st/nine: Implement NineDevice9_GetAvailableTextureMemPatrick Rudolph2016-02-044-5/+50
* st/nine: Handle Window OcclusionPatrick Rudolph2016-02-046-6/+104
* st/nine: Store minor version numPatrick Rudolph2016-02-045-12/+24
* st/nine: Call flush_resource before flushAxel Davy2016-02-041-6/+4
* st/nine: Fix remaining swapchain testsPatrick Rudolph2016-02-042-1/+5
* st/nine: Fix crash NineDevice9_CreateAdditionalSwapChainAxel Davy2016-02-041-0/+4
* st/nine: Fix possible crash on errorPatrick Rudolph2016-02-041-1/+2
* st/nine: Test more presentation paramsPatrick Rudolph2016-02-041-5/+8
* st/nine: Fix resource9 private dataPatrick Rudolph2016-02-042-1/+3
* st/nine: Print GUID instead of pointerPatrick Rudolph2016-02-043-6/+30
* st/nine: Fix use of uninitialized memoryPatrick Rudolph2016-02-042-1/+13
* st/nine: Fix clear for multisample mismatch depth-stencilPatrick Rudolph2016-02-041-5/+7