st/nine: Explicit nine requirements
[mesa.git] / src / gallium / state_trackers /
2015-02-05 Axel Davyst/nine: Explicit nine requirements
2015-02-03 Park, Jeongminst/osmesa: Fix osbuffer->textures indexing
2015-01-28 EdBclover/llvm: Dump the OpenCL C code earlier.
2015-01-28 EdBclover/llvm: Move CLOVER_DEBUG stuff into anonymous...
2015-01-27 Michel Dänzerst/clover: Pass target instead of target.begin() to...
2015-01-26 Jan Veselyclover: Fix build with llvm after r226981
2015-01-22 Axel Davyst/nine: Correctly handle when ff vs should have no...
2015-01-22 Axel Davyst/nine: Change comment relating to vertex shader input...
2015-01-22 Axel Davyst/nine: Allocate vs constbuf buffer for indirect addre...
2015-01-22 Axel Davyst/nine: Allocate the correct size for the user constan...
2015-01-22 Axel Davyst/nine: Add variables containing the size of the const...
2015-01-22 Axel Davyst/nine: Fix sm3 relative addressing for non-debug...
2015-01-22 Axel Davyst/nine: Remove unused code for ps
2015-01-22 Axel Davyst/nine: Correct rules for relative adressing and const...
2015-01-22 Axel Davyst/nine: Implement TEXREG2AR, TEXREG2GB and TEXREG2RGB
2015-01-22 Axel Davyst/nine: Implement TEXDP3TEX
2015-01-22 Axel Davyst/nine: Implement TEXDP3
2015-01-22 Axel Davyst/nine: Implement TEXDEPTH
2015-01-22 Axel Davyst/nine: Implement TEXM3x3SPEC
2015-01-22 Axel Davyst/nine: Implement TEXM3x2TEX
2015-01-22 Axel Davyst/nine: implement TEXM3x2DEPTH
2015-01-22 Axel Davyst/nine: Fix TEXM3x3 and implement TEXM3x3VSPEC
2015-01-22 Axel Davyst/nine: Fill missing dst and src number for some instr...
2015-01-22 Axel Davyst/nine: Implement TEXCOORD special behaviours
2015-01-22 Axel Davyst/nine: Fix CALLNZ implementation
2015-01-22 Axel Davyst/nine: Fix some fixed function pipeline operation
2015-01-22 Axel Davyst/nine: Clamp ps 1.X constants
2015-01-22 Axel Davyst/nine: Remove duplicated code for ps texcoord input...
2015-01-22 Axel Davyst/nine: Fix CND implementation
2015-01-22 Axel Davyst/nine: Match REP implementation to LOOP
2015-01-22 Axel Davyst/nine: Rewrite LOOP implementation, and a0 aL handling
2015-01-22 Axel Davyst/nine: Correct LOG on negative values
2015-01-22 Axel Davyst/nine: Handle NRM with input of null norm
2015-01-22 Axel Davyst/nine: Handle RSQ special cases
2015-01-22 Axel Davyst/nine: Fix POW implementation
2015-01-22 Axel Davyst/nine: Fix typo for M4x4
2015-01-22 Axel Davyst/nine: Correctly declare NineTranslateInstruction_Mkx...
2015-01-22 Axel Davyst/nine: Saturate oFog and oPts vs outputs
2015-01-22 Axel Davyst/nine: Remove some shader unused code
2015-01-22 Axel Davyst/nine: Convert integer constants to floats before...
2015-01-22 Axel Davyst/nine: Rework of boolean constants
2015-01-22 Axel Davyst/nine: Add ATI1 and ATI2 support
2015-01-22 Axel Davyst/nine: Check if srgb format is supported before tryin...
2015-01-22 Stanislaw Halikst/nine: Hack to generate resource if it doesn't exist...
2015-01-22 Axel Davyst/nine: NineBaseTexture9: update sampler view creation
2015-01-22 Axel Davyst/nine: Return D3DERR_INVALIDCALL when trying to creat...
2015-01-22 Axel Davyst/nine: Fix crash when deleting non-implicit swapchain
2015-01-22 Axel Davyst/nine: CubeTexture: fix GetLevelDesc
2015-01-22 Axel Davyst/nine: NineBaseTexture9: fix setting of last_layer
2015-01-22 Axel Davyst/nine: Correctly advertise D3DPMISCCAPS_CLIPTLVERTS
2015-01-22 Xavier Bouchouxst/nine: Fix D3DRS_POINTSPRITE support
2015-01-22 Axel Davyst/nine: Add new texture format strings
2015-01-22 Axel Davyst/nine: Fix clip state logic
2015-01-22 David Heidelbergerst/nine: query: remove unused variable (trivial)
2015-01-15 Michel Dänzerst/clover: Adapt to TargetLibraryInfo.h move in LLVM...
2015-01-08 José Fonsecast/wgl: Ignore ulVersion in DrvValidateVersion.
2015-01-06 Eric Anholtgallium: Plumb the swap INVALIDATE_ANCILLARY flag throu...
2015-01-02 Alexander von Gluck IVgallium/state_tracker: Rewrite Haiku's state tracker
2014-12-27 Alexander von Gluck IVgallium/st: Clean up Haiku depth mapping, fix colorspac...
2014-12-21 David Heidelbergst/nine: fix DBG typo (trivial)
2014-12-16 Timothy Arcerigallium: remove support for GCC older than 4.1.0
2014-12-12 Matt Turnergallium: Remove Android files from distribution.
2014-12-10 Marek Olšákcso: put cso_release_all into cso_destroy_context
2014-12-10 Jan Veselyclover: Use switch when creating kernel arguments.
2014-12-10 Aaron Watryclover: Fix build after llvm r223802
2014-12-09 Matt TurnerDon't cast the return value of malloc/realloc
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-12-03 Jan Veselyst/xvmc: Fix compiler warnings
2014-12-03 Axel Davyst/nine: Fix vertex declarations for non-standard ...
2014-12-03 Axel Davyst/nine: sm1_declusage_to_tgsi, do not restrict indices...
2014-12-03 Axel Davyst/nine: Queries: Always return D3D_OK when issuing...
2014-12-03 Axel Davyst/nine: Queries: always succeed for D3DQUERYTYPE_TIMES...
2014-12-03 Axel Davyst/nine: Queries: allow app to call GetData without...
2014-12-03 Axel Davyst/nine: Queries: Fix D3DISSUE_END behaviour.
2014-12-03 Axel Davyst/nine: Queries: return S_FALSE instead of INVALIDCALL...
2014-12-03 Axel Davyst/nine: Queries: Use gallium caps to get if queries...
2014-12-03 Axel Davyst/nine: Queries: Remove flush logic
2014-12-03 Axel Davyst/nine: Queries: remove dummy queries
2014-12-02 EdBclover: clCompileProgram CL_INVALID_COMPILER_OPTIONS
2014-11-26 José Fonsecast/wgl: Don't export wglGetExtensionsStringARB.
2014-11-26 Axel Davyst/nine: fix formatting in query9 (cosmetic)
2014-11-26 Axel Davyst/nine: Fix setting of the shift modifier in nine_shader
2014-11-26 David Heidelbergst/nine: remove unused pipe_viewport_state::translate...
2014-11-26 Axel Davyst/nine: fix wrong variable reset
2014-11-26 David Heidelbergst/nine: return GetAvailableTextureMem in bytes as...
2014-11-26 Axel Davyst/nine: Add pool check to SetTexture (v2)
2014-11-26 Axel Davyst/nine: propertly declare constants (v2)
2014-11-26 Stanislaw Halikst/nine: call DBG() at more external entry points
2014-11-26 Axel Davyst/nine: rework the way D3DPOOL_SYSTEMMEM is handled
2014-11-26 Axel Davyst/nine: Rework Basetexture9 and Resource9.
2014-11-26 Axel Davyst/nine: clean device9ex.
2014-11-26 Emil Velikovautomake: rework VL dependency tracking
2014-11-24 Jose Fonsecanine: Drop use of TGSI_OPCODE_CND.
2014-11-24 Jose Fonsecanine: Don't reference the dead TGSI_OPCODE_NRM.
2014-11-24 Eric Anholtnine: Don't use the otherwise-dead SFL opcode in an...
2014-11-19 Michael Vargast/va: surface: render subpicture
2014-11-19 Michael Vargast/va: subpicture implementation
2014-11-19 Michael Vargast/va: added internal storage for VAImage and BGRA...
2014-11-19 Michael Vargast/va: added some calls to handle_table_remove()
2014-11-18 Axel Davynine: Implement threadpool
next