summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2015-01-08st/wgl: Ignore ulVersion in DrvValidateVersion.José Fonseca1-2/+10
2015-01-06gallium: Plumb the swap INVALIDATE_ANCILLARY flag through more layers.Eric Anholt1-0/+6
2015-01-01gallium/state_tracker: Rewrite Haiku's state trackerAlexander von Gluck IV2-149/+202
2014-12-27gallium/st: Clean up Haiku depth mapping, fix colorspace errorsAlexander von Gluck IV1-29/+19
2014-12-21st/nine: fix DBG typo (trivial)David Heidelberg1-1/+1
2014-12-17gallium: remove support for GCC older than 4.1.0Timothy Arceri1-1/+1
2014-12-12gallium: Remove Android files from distribution.Matt Turner1-1/+1
2014-12-10cso: put cso_release_all into cso_destroy_contextMarek Olšák3-3/+0
2014-12-10clover: Use switch when creating kernel arguments.Jan Vesely1-25/+19
2014-12-09clover: Fix build after llvm r223802Aaron Watry1-0/+4
2014-12-08Don't cast the return value of malloc/reallocMatt Turner4-10/+8
2014-12-08Remove useless checks for NULL before freeingMatt Turner7-23/+14
2014-12-03st/xvmc: Fix compiler warningsJan Vesely3-6/+6
2014-12-03st/nine: Fix vertex declarations for non-standard (usage/index)Axel Davy7-108/+89
2014-12-03st/nine: sm1_declusage_to_tgsi, do not restrict indices with TGSI_SEMANTIC_GE...Axel Davy1-60/+52
2014-12-03st/nine: Queries: Always return D3D_OK when issuing with D3DISSUE_BEGINAxel Davy1-1/+6
2014-12-03st/nine: Queries: always succeed for D3DQUERYTYPE_TIMESTAMP when flushingAxel Davy1-0/+3
2014-12-03st/nine: Queries: allow app to call GetData without Issuing firstAxel Davy1-4/+9
2014-12-03st/nine: Queries: Fix D3DISSUE_END behaviour.Axel Davy1-4/+6
2014-12-03st/nine: Queries: return S_FALSE instead of INVALIDCALL when in building quer...Axel Davy1-1/+4
2014-12-03st/nine: Queries: Use gallium caps to get if queries are supported. (v2)Axel Davy3-23/+24
2014-12-03st/nine: Queries: Remove flush logicAxel Davy2-9/+5
2014-12-03st/nine: Queries: remove dummy queriesAxel Davy2-94/+12
2014-12-02clover: clCompileProgram CL_INVALID_COMPILER_OPTIONSEdB2-1/+3
2014-11-26st/wgl: Don't export wglGetExtensionsStringARB.José Fonseca1-1/+0
2014-11-26st/nine: fix formatting in query9 (cosmetic)Axel Davy1-3/+3
2014-11-26st/nine: Fix setting of the shift modifier in nine_shaderAxel Davy1-2/+4
2014-11-26st/nine: remove unused pipe_viewport_state::translate[3] and scale[3]David Heidelberg1-2/+0
2014-11-26st/nine: fix wrong variable resetAxel Davy1-1/+1
2014-11-26st/nine: return GetAvailableTextureMem in bytes as expected (v2)David Heidelberg1-1/+5
2014-11-26st/nine: Add pool check to SetTexture (v2)Axel Davy1-1/+9
2014-11-26st/nine: propertly declare constants (v2)Axel Davy1-5/+2
2014-11-26st/nine: call DBG() at more external entry pointsStanislaw Halik17-0/+171
2014-11-26st/nine: rework the way D3DPOOL_SYSTEMMEM is handledAxel Davy8-127/+51
2014-11-26st/nine: Rework Basetexture9 and Resource9.Axel Davy10-33/+36
2014-11-26st/nine: clean device9ex.Axel Davy4-15/+19
2014-11-26automake: rework VL dependency trackingEmil Velikov4-1/+6
2014-11-24nine: Drop use of TGSI_OPCODE_CND.Jose Fonseca1-9/+1
2014-11-24nine: Don't reference the dead TGSI_OPCODE_NRM.Jose Fonseca1-1/+1
2014-11-24nine: Don't use the otherwise-dead SFL opcode in an unreachable path.Eric Anholt1-1/+1
2014-11-19st/va: surface: render subpictureMichael Varga1-0/+120
2014-11-19st/va: subpicture implementationMichael Varga2-13/+161
2014-11-19st/va: added internal storage for VAImage and BGRA formatMichael Varga2-26/+48
2014-11-19st/va: added some calls to handle_table_remove()Michael Varga3-0/+3
2014-11-18nine: Implement threadpoolAxel Davy6-9/+325
2014-11-18nine: Add drirc options (v2)Axel Davy2-0/+6
2014-11-18nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt73-0/+27834
2014-11-16gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2-4/+0
2014-11-14st/wgl: Implement WGL_EXT_create_context_es/es2_profile.José Fonseca3-63/+78
2014-11-14st/xlib: Generate errors as specified.José Fonseca1-16/+109