summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-05nvc0: avoid negatives in PUSH_SPACE argumentHEADmasterIlia Mirkin1-2/+1
2016-02-05nvc0: add some missing PUSH_SPACE'sIlia Mirkin1-1/+9
2016-02-05nvc0/ir: fix converting between predicate and gprIlia Mirkin3-11/+41
2016-02-04nvc0: add support for ARB_query_buffer_objectIlia Mirkin13-21/+241
2016-02-04st/mesa: add query buffer supportIlia Mirkin4-1/+103
2016-02-04gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin15-0/+16
2016-02-04gallium: add a way to store query result into bufferIlia Mirkin3-0/+37
2016-02-04mesa: add core implementation of ARB_query_buffer_objectIlia Mirkin1-147/+138
2016-02-04mesa: add driver interface for writing query results to buffersIlia Mirkin1-0/+9
2016-02-04mesa: Handle QUERY_BUFFER_BINDING in GetIntegervRafal Mielniczuk2-0/+8
2016-02-04mesa: Add QueryBuffer to contextRafal Mielniczuk2-0/+16
2016-02-04mesa: Add ARB_query_buffer_object extension flagRafal Mielniczuk2-0/+2
2016-02-04glapi: Add xml infrastructure for ARB_query_buffer_objectRafal Mielniczuk1-1/+8
2016-02-05glsl: simplify setting of image access qualifiersTimothy Arceri1-63/+21
2016-02-05mesa: remove dead program parameter functionsTimothy Arceri2-77/+0
2016-02-04st/nine: Use align_free when neededAxel Davy4-4/+4
2016-02-04st/nine: Disallow non-argb8888 cursorsAxel Davy1-0/+1
2016-02-04st/nine: Enforce centroid for color input when multisampling is onAxel Davy4-4/+15
2016-02-04st/nine: Fix centroid flagAxel Davy1-1/+4
2016-02-04st/nine: Use fast clears more often for MRTsAxel Davy4-12/+11
2016-02-04st/nine: Use linear filtering for shadow mappingAxel Davy1-2/+3
2016-02-04st/nine: Respect block alignment on surface lockPatrick Rudolph1-1/+1
2016-02-04st/nine: Add Render state validation layerAxel Davy5-13/+236
2016-02-04DRI_CONFIG: Add option to override vendor idPatrick Rudolph2-13/+53
2016-02-04st/nine: Implement NineDevice9_GetAvailableTextureMemPatrick Rudolph4-5/+50
2016-02-04st/nine: Handle Window OcclusionPatrick Rudolph8-6/+108
2016-02-04st/nine: Store minor version numPatrick Rudolph5-12/+24
2016-02-04st/nine: Call flush_resource before flushAxel Davy1-6/+4
2016-02-04st/nine: Fix remaining swapchain testsPatrick Rudolph2-1/+5
2016-02-04st/nine: Fix crash NineDevice9_CreateAdditionalSwapChainAxel Davy1-0/+4
2016-02-04st/nine: Fix possible crash on errorPatrick Rudolph1-1/+2
2016-02-04st/nine: Test more presentation paramsPatrick Rudolph1-5/+8
2016-02-04st/nine: Fix resource9 private dataPatrick Rudolph2-1/+3
2016-02-04st/nine: Print GUID instead of pointerPatrick Rudolph3-6/+30
2016-02-04st/nine: Fix use of uninitialized memoryPatrick Rudolph2-1/+13
2016-02-04st/nine: Fix clear for multisample mismatch depth-stencilPatrick Rudolph1-5/+7
2016-02-04st/nine: Fix Volumetexture9_LockBoxPatrick Rudolph1-0/+7
2016-02-04st/nine: Fix ATI2 pitch for non-squareAxel Davy1-2/+2
2016-02-04st/nine: Support D3DFMT_R8G8B8Patrick Rudolph1-3/+3
2016-02-04st/nine: Use cso for viewportPatrick Rudolph1-2/+1
2016-02-04st/nine: Fix shade mode flatPatrick Rudolph2-7/+8
2016-02-04st/nine: Clear rendertarget on creationPatrick Rudolph1-0/+9
2016-02-04st/nine: Allow ColorFill on D3DFMT_NULL surfacesPatrick Rudolph1-0/+2
2016-02-04st/nine: Introduce STREAMFREQ stateAxel Davy3-21/+24
2016-02-04st/nine: Catch redundant SetStreamSourceFreq callsAxel Davy1-0/+3
2016-02-04st/nine: Squash indexbuffer9 and vertexbuffer9Patrick Rudolph8-215/+305
2016-02-04st/nine: Unset vtxbuf on resetAxel Davy1-1/+3
2016-02-04st/nine: Use pipe_resource_reference for vtxbufAxel Davy2-3/+4
2016-02-04st/nine: Use ff vertex shader when position_t is usedAxel Davy7-14/+35
2016-02-04st/nine: Don't increment refcount on VertexDeclaration creation failurePatrick Rudolph1-12/+12